Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.
    #698363

    Hey 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,
    Yigit

    #698471

    That 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 !

    #698483

    Hey!

    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,
    Basilis

    #698561

    What 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..

    #698703

    Hi,

    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,
    Yigit

    #698839

    Yes Yigit, it should, but loosing all advantages of advanced editor ..;)

    #698869

    Hi,

    Do you add your code in Text tab while adding in Text Block element?

    Best regards,
    Yigit

    #698895

    Yes, always. I can understand about JS code and security reasons, but why is it impossible to input a simple <br> in text mode ?

    #700555

    Hi,

    You can actually add a br tag to the text mode but you have to apply a custom class attribute to it. Example.

    <br class="breakline" />
    

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.