Views / List, Visual mode, and Shortcode button
-
Hi !
Before everything : THANKS SO MUCH FOR THIS LIGHTWEIGHT, UP-TO-DATE, MARVELLOUS PLUGIN ! I really mean it, I’ve just discovered it and I’m so excited about all the possibilities opened by it ! Thks a bunch !
Here’s my “issue” :
Basically I’m creating a website for a client. So I’m using the loop shortcode in some pages to automatically list other pages in the page content :<ul>[loop type="page" parent="formules" orderby="title" order="ASC"] <li><a href="[content field='url']">[content field="title"]</a></li> [/loop]</ul>
The problem is : my client will always use the “Text” mode of the editor, but the visual one. And by switching this to visual, it gives automatically transforms into this :
[loop type="page" parent="formules" orderby="title" order="ASC"] <ul> <li><a href="[content field='url']">[content field="title"]</a></li> </ul> [/loop]
… Giving a ul for every li.
Do you see a solution for this ?Totally apart from that I had a suggestion for a major new functionality : having a button into the visual editor toolbar allowing non-experienced user to create their shortcode by finding it in a list. Of course, I imagine this is quite a big function to put in place… I don’t need it myself but I think non-coder clients would maybe.
Thanks so much for you help !
– Nicolas
https://www.ads-software.com/plugins/custom-content-shortcode/
- The topic ‘Views / List, Visual mode, and Shortcode button’ is closed to new replies.