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

    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.

    #549559

    Hey!

    It seems to be working on my end, try adding some content to the page to increase its height.

    Best regards,
    Josue

    #549624

    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!

    • This reply was modified 9 years, 11 months ago by Saskiag08. Reason: Found out the page loads too low (lower than the tabs)
    #550287

    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

    #551321

    Hi Josue,
    That worked, thanks!

    #551385

    You are welcome, glad to help :)

    Regards,
    Josue

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