Posted: February 25, 2013 at 9:20 am
|
Hi, |
Hi Robert, You can try editing the main registration page and wrapping the [ESPRESSO_EVENTS] shortcode with a [raw] tag:
You can also do this with the calendar shortcode:
If you see paragraph tags in the markup even after adding the [raw] short tags, add the following to your theme’s functions.php file:
|
|
|
Thanks for the help. |
Did you try adding this to your theme’s function.php file?
|
|
|
Yes, without luck. remove_filter( ‘the_content’, ‘wpautop’ ); |
|
removing the following lines out of the function file fixes the problem, but I am concerned that it might break something else.
|
Hi Robert, From what I’ve found, theme developers disable the core WP autop filter in order to make their column shortcodes line up correctly. This isn’t a very good solution though. So if you are using the theme’s built in column shortcodes, the columns might not quite line up without that code. If you are seeing this, you could try this plugin: http://justintadlock.com/archives/2012/10/03/grid-columns-wordpress-plugin This plugin creates column shortcodes without disabling the native WordPress formatting. |
|
The support post ‘My template is wrapping paragraph tags around EE jquery. How do I debug’ 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.