Your theme is injecting <pre> tags into the markup:
That, combined with the fact that the Themeroller styles have a hard-coded height of 200px is what’s causing the problem. If you are able to modify the CSS or use a plugin like My Custom CSS you could add this to the custom CSS:
pre {
height: auto!important;
}
…but I would try to figure out why your theme is adding those <pre> tags.
The support post ‘Shortcodes Not Working’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.