shortcode wrapping all content after selected content
-
We are using your plugin which is great but appears to have a bug.
i have a ‘simple shortcode with content’ set up and have the following template
<span class="download-btn">{CONTENT}</span>when i highlight a link in my page and use this shortcode, the opening span tag gets correctly placed in front of that content, however the closing tag does not. the closing span tag gets placed at the bottom of all the content in the html.
so say i have 4 links. I highlight 2 of them and insert the shortcode. the shortcode gets placed around the 2 links in the visual editor. However in the actual rendered html the shortcode gets placed around all 4 of the links.
The topic ‘shortcode wrapping all content after selected content’ is closed to new replies.