robertoon
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: Issue with space added near shortcodes in WordPress 5.7Now with 5.7, all HTML tags manually inserted in the article are surrounded by <p>…</p> even if there is no content.
Forum: Fixing WordPress
In reply to: Issue with space added near shortcodes in WordPress 5.7Replace
<p><div…</div></p>
by
<div…</div>
in the shortcode, and it’s ok for me.Forum: Fixing WordPress
In reply to: Empty spaces after WordPress 5.7 updateReplace
<p><div…</div></p>
by
<div…</div>
in the shortcode, and it’s ok for me.Forum: Fixing WordPress
In reply to: Empty spaces after WordPress 5.7 updateSame problem… fix it in the next update ? Meanwhile, I do not update 5.7
Forum: Fixing WordPress
In reply to: Issue with space added near shortcodes in WordPress 5.7Same problem. <p> is not always closed before a shortcode !!
Example : <p>blabla<br /><p>- This reply was modified 5 years, 2 months ago by robertoon.
Viewing 5 replies - 1 through 5 (of 5 total)