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

    Hi

    We have encountered an issue which wasnt happening initially.

    On our site, we are using suffix ‘/#tab-id-4’ on one of the menus.

    However, if you navigate to this menu item from another page that also has tabs on it, it doesnt follow the full link, it just changes to the tab on the page its already on.

    Details in private.

    #609409

    Hey richardelectrix!

    Thank you for using Enfold.

    I followed the instructions above and I landed on the following page which is correct: http://www.electrixinternational.com/products/stainless-steel-supports-strut-and-fasteners/#tab-id-2

    However, I noticed that the page reloads when clicking on the anchor links. This should not be happening because of the smoothscroll script. It should slide smoothly to the designated anchor and not refresh the page. Did you modify it?

    Regards,
    Ismael

    #609443

    Hi

    It looks like it is picking up on the anchor in the menu link, which takes you to the tab, but then it sees the rest of the url and navigates to the correct place after a reload.

    See private.

    #610608

    Hey!

    The anchor link takes you the tab section of the current page before going to the actual page’s tab section. This is the correct behavior but not what you expected since the theme cannot distinguished the difference between the two anchor links. What you need is to be able to add unique id to each tabs. Add this in the functions.php file:

    add_theme_support('avia_template_builder_custom_tab_toogle_id');
    

    Edit one of the tabs then look for the For Developers: Custom Tab ID field. Add a unique id to the tab so that you can identify each product section. For example, in the bracket tab, add “brackets” and then replace the menu item url with:

    /products/supports-strut-and-fasteners/#brackets
    

    Regards,
    Ismael

    #776566

    Dear Kriesi Team,

    Please, build an anchor option in the Tab Section so pages can be more compact. This request has been mentioned before, and it will not do to merely suggest to hire a freelancer to create this for you. (https://kriesi.at/support/topic/link-to-a-specific-tab-section-well-tab/)

    I am a freelancer and new to the business, but would very much like clear instructions as to how to create this in CSS, for instance. There are several posts on this, but somehow I can’t get it to work.

    I simply want to be able to refer to a specific tab in the Tab Section, upon selection scrolling down and opening it — both from the menu, as well as from other elements of the page.

    How is this realized?

    #777029

    Hi @SaintK9,

    There is no possibility for that at the moment as Victoria pointed out in the thread you linked to. You can submit a feature request for it here though: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Rikard

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