Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #808512

    Hi, i have a problem:
    In “Tab Section” the option “Auto Adjust to Content” doesnt work…
    How i can to fix it? css?

    Regards,
    David

    #809668

    Hey somosocialmedia,

    Thank you for using Enfold.

    Please edit the js > shortcodes.js file, remove everything then replace it with the following. https://pastebin.com/8iWhTFkd

    Remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #809693

    Hi Ismael,

    I’ve copied everything of https://pastebin.com/8iWhTFkd in shortcode.js file but still not working….
    What can we do?

    #809697

    Only it shows an endless preloader…

    #810207

    Hi,

    It’s working on my end. Please revert the shortcodes.js file to default then look for this code around line 3055:

    inner_content.height(height);
    

    Below, add this code:

    inner_content.css( 'overflow', 'hidden' );
    

    Remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #810299

    Ok perfect, but it works only in Chrome, in Firefox doesnt work when I move from tab to tab

    #810832

    Hi,

    Thank you for the update. We’ll report the issue to our devs and Kriesi. For now, please edit the config-templatebuilder > avia-shortcodes > tab_section.php file, remove everything then replace it with this code. https://pastebin.com/1xeeZ31j

    And then look for the tab_sub_section.php file, use this code. https://pastebin.com/CDqR9sm4

    Best regards,
    Ismael

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