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