Messy in the editor!
-
I was hopeful for this plugin but the mark-up produced via the editor button becomes messy if you’re adding one collapsible content after another.
I added two test inputs and ended up with with nesting resulting in the functionality for each breaking:
<div class="exp-col-content-holder"> <a class="expand-cnt-link" href="#">test</a> <div class="hidden-content"> <p class="hiddenContentp">test</p> <div class="exp-col-content-holder"> <a class="expand-cnt-link" href="#">test 2</a> <div class="hidden-content"> <p class="hiddenContentp">test 2</p> </div> </div> <p class="hiddenContentp"></p> </div> </div>
The editor button needs to produce a short-code, NOT mark-up, to avoid messy mark-up.
The expected shortcode syntax would eliminate this issue and save the user from manually having to correct the mark-up.
I’ve opted for this plugin instead: https://www.ads-software.com/plugins/azurecurve-toggle-showhide/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Messy in the editor!’ is closed to new replies.