Paragraphs being inserted after Tippy text
-
Hi, first of all thanks for the amazing plugin. I use this on several of my sites but have recently ran into an issue of paragraph tags being inserted immediately after Tippy text on WP 4.0.
I’ve already added the following to my functions.php to stop WordPress from doing this:
remove_filter( ‘the_content’, ‘wpautop’ );
remove_filter( ‘the_excerpt’, ‘wpautop’ );I’ve also tried several plugins to disable auto-formatting causing the <p> tags from being inserted.
I followed the instructions from my theme maker regarding formatting within the included builder:
https://www.kriesi.at/support/topic/how-to-avoid-rendering-extra-line-breaks/I’ve managed to get rid of other auto-formatting, spacing and breaks but still can’t get rid of the extra paragraph tags inserted directly after Tippy shortcode, even after adding subtip=”true.”
Any suggestions on how to get around this? I really want to use Tippy, but am being thwarted by extra <p> tags. ??
You can see this happening after “designerly ways” text in the last paragraph here: https://portfolio.bgraphicstudio.com/edtech/demo/
- The topic ‘Paragraphs being inserted after Tippy text’ is closed to new replies.