Support

Home Forums Event Espresso Premium Shortcodes Not Working

Shortcodes Not Working

Posted: March 26, 2013 at 11:24 am


Jonah Richman

March 26, 2013 at 11:24 am

Shortcodes are displaying in small boxes such as this: http://cultivatingcommunitynv.org/non-qualifiers-waiting-lists/ Please Help.


Chris Reynolds

  • Support Staff

March 26, 2013 at 11:35 am

Your theme is injecting <pre> tags into the markup:

pre

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.


Jonah Richman

March 26, 2013 at 11:42 am

Thanks you. I deleted the pretags and its fixed.

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.

Event Espresso