Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #253508

    I have many tables in one page. Is it possible to put these tables inside native Enfold accordion, so that on default none, or only one table is shown?

    If such feature doesn’t exist yet, perhaps it’s possible to post each of the table as a single post/page, and then somehow link the Enfold accordion segments to such posts/pages (I’m well aware this might sound like out-of-the-moon question) ?

    In case there is no easy, or at least, no medium-easy way to do it – which accordion plugin would you recommend to use with Enfold? I’d still prefer using the native Enfold tables.

    Thanks guys

    #253522
    This reply has been marked as private.
    #253620
    This reply has been marked as private.
    #253672

    Hey!

    Gald you figured it out.

    You can switch the advance builder to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder.

    Best regards,
    Ismael

    #253709

    Hi Ismael, I’ll give it a try.

    Could you just shortly confirm whether I understand it right: this code shall be placed in the parent theme (not child theme), and later it might be overwritten by the new theme updates, so that it has to be manually pasted in there again.

    Thanks for the awesome theme and awesome support.

    Cheers,
    Nerkas

    #254093

    Hi!

    No, you can place it in your child theme functions.php file as well.

    Regards,
    Devin

    #340168

    Hi

    How can I put a enfold table inside a enfold accordion? There are some private reply… Could you explain that again, step by step?
    Thank you very much

    Best Regards, Diana

    #340176

    Hey!

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

    Best regards,
    Yigit

    #340525

    Thank you for your explanation – very useful! great support. Regards, Diana

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Placing enfold tables inside enfold accordion?’ is closed to new replies.