-
AuthorPosts
-
July 31, 2018 at 10:23 pm #992106
Hi Kriesi,
I’ve been searching this forum to see if there is a way to NOT have any of the tabs open initially on the
- Layout Element-Tab Section
. I tried putting ‘initial open’ to 0, leaving empty, and even typing ‘none’ however these option do not work and the first tab is always open/visible. Putting ‘0’ on the initial tab works perfect on the
- Content Element- Tabs
put I’m trying to get the same effect for the
- Layout Element-Tab Section
and only have the icons and text displayed without any initially open.
Please advise.
Thank you for all your great support!
August 2, 2018 at 4:52 am #992662Hey tlchase,
The “tab section” element shares the content section with all of the tabs, where in the “tabs” element each tab has it’s own content section. In other words, if the option to have no initial open was available, you would still have a big blank area on your page.
If you are ok with this, you can try setting your initial open to the first tab, then try this code in the General Styling > Quick CSS field to hide it’s content:.av-active-tab-content.__av_init_open { display: none !important; }
Best regards,
MikeAugust 2, 2018 at 7:27 pm #992965Thanks Mike, this achieves the content being blank however when I click on that first icon/tab, the content is still blank.
Is there a way to achieve what I am trying to do which is having no content visible until one of the 4 icons/tabs is selected so that the user needs to click on one of the four tabs in order to view the content for any of the four tabs?Thank you!
August 3, 2018 at 6:11 pm #993332Related to this
- tab section element
, I am trying to add anchors to each tab so that I can have links to these tab anchor sections on the top menu and once the user clicks on the top menu link, it opens the tab within the tab section. I’ve read all your documentation on anchors and have added anchors to both the text and special heading but when I click on the top menu link with the anchor to the second tab within a tab section, it doesnt work. I read up on this ticket from last year but please advise if the new enfold update fixed this:
#869309Thanks!
August 4, 2018 at 5:08 am #993398Hi,
For hiding the content of the tab, would hiding the first icon also be a good solution? So from the user view the first tab & icon doesn’t exist?For linking to the tabs, I believe this is the correct solution
Best regards,
MikeAugust 17, 2018 at 6:45 pm #998549Hiding the first icon would not be a good solution since we want all the icons visible, just the content not visible until a user clicks on one of the icons.
Thank you anyway for the suggestions however like many others here (at least I found several tickets with people wanting more out of the tab section), I feel this tab section should have some added functionality for the next time there is an Enfold update. Either way your theme is awesome but this tab section element is very useful so it would be nice to have a few upgrades to it at some point =)
Best
August 18, 2018 at 9:21 pm #998782Hi,
Thank you for your kind words, we do appreciate them a lot!
Enhancing the elements to make them better and add more functionality is on our plans – sure for tabs also :)
Best regards,
BasilisMay 13, 2019 at 10:14 am #1099983Is there a reason why Mike’s code doesn’t do anything?
Because that would be exactly what I want..av-active-tab-content.__av_init_open { display: none !important; }
May 14, 2019 at 4:32 am #1100345 -
AuthorPosts
- You must be logged in to reply to this topic.