Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #808683

    Hi guys,
    At the moment, the tab sections when opening a web page for the first time, don’t colour if they’ve been given a colour.
    See example:
    When landing on this page the Vision tab is white: http://prntscr.com/fk60hh
    When selecting the tabs, the triangles then colour: http://prntscr.com/fk60nb

    How can I make the tab active when the page is initially loaded, so in other words, it’s always red?

    Thanks,

    Krissie

    #809542

    Hey Krissie,

    Thank you for coming back.

    In the popup window for tab section you have the option “Initial Open”. If you put that to 1, the first tab will be selected on page load.

    At the moment there is a limitation to tab titles – do not use space or special characters. This will be fixed in the next release.

    Let us know, if this helps you.

    Best regards,
    Günter

    #809735

    Hi!

    I’ve already got it set to 1. It still isn’t activated. I want the arrow to be red on page load, not white.
    http://prntscr.com/flir85

    Thanks

    #809829

    Hi,

    Thank you for your feedback. This is a bug in the element.

    I fixed it and it will be in the next release.

    If you need the arrow before that as a temporary fix you have to modify the core file enfold\js\shortcodes.js.

    In line 2968 you find:

    
           set_min_width();
           set_slide_height();
    
    

    After these lines add:

    
          $(tabs[0]).trigger('click');
    

    Make sure, you have at least 1 tab in your section and the first tab is selected.

    Hope, this helps you.

    Best regards,
    Günter

    • This reply was modified 7 years, 2 months ago by Günter.
    #809853

    When will the next release be?
    Is there a way I can add it this in a custom function area?
    If so, please provide the function code and I’ll add it in there.

    Thanks

    #811041

    Hi,

    Thank you for coming back.

    You have to modify the js file mentioned above – there is no other way.

    Kriesi is currently working on some enhancements. He did not give us an estimated release date up to now.

    Best regards,
    Günter

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