Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #772129

    Your New Tab Section is awesome.
    But is it possible to link to, or have urls for, specific tabs within the section?

    The Tabs option in Content Elements creates it’s own url ( /#tab-id-3) However, the Tabs Section in Layout elements does not.
    There is no section ID option in the tab settings, and the following code does not seem to work either.

    <div id=”ticketing”></div>

    Thanks so much!!

    #773492

    Hey Liz,

    Please refer to this thread for a possible solution.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #784801

    Do you have a working link for the possible solution?

    #784806

    Hi!

    Have you tried the previous and it is not working?

    Cheers!
    Basilis

    #784807

    Tried the previous what? the link in victoria’s reply above is a 404page

    I’m trying to find a way to provide a link to a specific tab using the new tab section. /#tab-id-2 doesn’t work.

    #785211

    Hi!

    Congrats on this new tab section, and thank you for it, I really like it. :)

    I have the same problem. I would like to add a link to the bottom of each tab content which slides in the next tab content (new tab section), without forcing the user to scroll up (in case of longer content)

    How can I do that?
    The link provided above by Victoria goes to a 404 page!

    Thank you in advance for any help.
    Csaba

    #785316

    Hi all,

    Here is the link again, sorry about that.

    Best regards,
    Victoria

    #785376

    Okay I already found that one Victoria.
    Unfortunately I’m not a coder so I tried to put both codes on that page in my child theme’s function.php folder and tried them out.

    1) The first code did the trick, but it loads the page again and again upon click, which is not near as smooth a transition as the one generated when you click on the tab headings for changing tab content.
    2) The second code snippet did nothing for me although it was the one supposed to do it without page load upon clicking

    What am I doing wrong?
    Did I left out anything? or…
    Should I put them both in my child-theme folder’s function.php file at the same time, one after another or embed them in each other or how?

    Please advise.
    Sorry but I’m not a coder :(
    Thanks in advance.

    #785384

    Hi!

    If you are not comfortable to do those fixed, the best case scenario is to hire someone who will be able to help you with the process.

    Let us know if we can do anything else

    Best regards,
    Basilis

    #790684

    Got it working. Thank you so much for your help! :D

    #790810

    Hi Liz, we’re glad you got it working! Do you need further assistance with this, or can we close the thread?


    @iscoocsi
    @brainxchange if you still need assistance, please open a new topic so we can assist you with your individual needs. Thank you!

    Best regards,
    Sarah

    #806350

    Hi,
    not sure if I should be posting this question here.
    There is a problem with the tab sections IDs, the ID is set using the title, so for example when I use this title: “Some Title”, the ID will be “#Some Title”, With a space , and it doesn’t work on FireFox. I had to add a dash “-” instead of the space in the title to make it work, so the new title is “Some-Title”.

    I have checked the link from Victoria’s reply above, the user who asked the question posted a link to his website which also have the same problem.

    Is there any way to fix this? even if the ID is set automatically

    Thank you

    #806358

    Hi,

    I have edited the file: “enfold\config-templatebuilder\avia-shortcodes\tab_section.php”
    added: $tab_title_id = str_replace(‘ ‘, ”, $tab_title);
    to the line 382

    and edited line 383
    from : $tabs .= “<a href=’#{$tab_title}’ data-av…
    to: $tabs .= “<a href=’#{$tab_title_id}’ data-av…

    this only removed the space in the IDs for every title (which has a space ex: “Some Title”) in the title container, but it works even on firefox now.
    for now this seems to be working, but I’ll be glad if you have a better solution for this.

    Thanks again !

    #806393

    Hi,
    Glad to hear it is working, but this is the only solution I could find. But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. You can always try to hire a developer for the task :)

    Best regards,
    Mike

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