-
AuthorPosts
-
October 12, 2016 at 10:33 am #698181
Bonjour !
When editing a text block, only a very few shortcodes are available (dropcaps / button / separator / icon / notification).I know some others themes that provide almost one shortcode per feature, that means it is possible to manage almost all theme features in a text block, as for example include a row inside another row which is not possible with the extended editor. I often need a very custom display, in such case only a text block with custom HTML/CSS/shortcodes can do the job.
Any possibility to activate other shortcodes ? Or any suggestion to be able to manipulate all Enfold features in a text block ? Currently using TinyMCE Advanced plugin, it seems it works fine with Enfold, but it cannot replace all Enfold features ..:(
And in same chapter : impossible to set JS call in text block, in works once but when re-editing the JS code has disappeared, for example :
<a onclick="myalert('OK')">Click me</a>
If I use code block Enfold feature, well I use all benefits of enhanced editor, coming back to 1995 when editing all HTML by hand ..:(Thanks.
- This topic was modified 8 years ago by luke7263.
October 12, 2016 at 4:08 pm #698363Hey Luc!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Regards,
YigitOctober 12, 2016 at 6:35 pm #698471That debug mode can be useful, thanks, but it’s not exactly what I need : I’d like the Magic Wand contains ALL shortcodes event in advanced editor, so I could easily insert shortcode in text block objects (and then copy/paste/edit using text mode).
And you did not answer to my other question : when I insert JS in a text block, it works but when I edit back the page that JS code has disappear, exactly the same problem when I manually insert <br> (that’s a really boring pb with Enfold advanced editor, I cannot decide to set HTML manually.. I know what I’m doing…;) . So is it possible to override these boring controls and force editor to NOT change nothing ?
Merci !
October 12, 2016 at 7:18 pm #698483Hey!
The js is not been stored and not been re-used because of the upddated function of WordPress and security reasons.
If you add it inside a Widget Module ( by using a sidebar ) you can have it work always.
Have you tried that?Thanks a lot
Regards,
BasilisOctober 12, 2016 at 11:31 pm #698561What I need is total custom when editing a row. I don’t care about widget, I don’t use sidebar.
At least I need to use all shortcodes available in advanced editor..
October 13, 2016 at 1:37 pm #698703Hi,
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Regarding JS issue, using Code Block should help. Does not it?
Best regards,
YigitOctober 13, 2016 at 4:31 pm #698839Yes Yigit, it should, but loosing all advantages of advanced editor ..;)
October 13, 2016 at 7:07 pm #698869Hi,
Do you add your code in Text tab while adding in Text Block element?
Best regards,
YigitOctober 13, 2016 at 9:40 pm #698895Yes, always. I can understand about JS code and security reasons, but why is it impossible to input a simple <br> in text mode ?
October 18, 2016 at 10:40 am #700555 -
AuthorPosts
- You must be logged in to reply to this topic.