Hi, I’d like to be able to target/open a certain tab by clicking a link in the navigation.
I added “add_theme_support(‘avia_template_builder_custom_tab_toogle_id’);” to functions.php and added an ID per tab: the link looks fine, but when I enter the link in a new tab or click the “tablink” in the navigation I get a page with no content.
I see there are more users with this problem, but can’t find a solution in your forum.
Thank you.
Hey!
It seems to be working on my end, try adding some content to the page to increase its height.
Best regards,
Josue
Hi Josue,
You’re right. I tried it on a different computer and it does show up. I guess there was some caching going on there, even after restarting browser and hard refresh.
But the page shows up too low after loading. I have to scroll up to show the tabs and content. Is there a way to start the page higher?
Thanks!
Hi,
Open js/shortcodes.js and look for line:
window.scrollTo(0, container.offset().top - 70);
Try changing 70 for something higher and see how that goes.
Regards,
Josue
Hi Josue,
That worked, thanks!
You are welcome, glad to help :)
Regards,
Josue
