Tagged: enfold theme, in-page links, section id, tab section
-
AuthorPosts
-
April 5, 2017 at 2:33 am #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!!
April 6, 2017 at 9:01 pm #773492Hey Liz,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaApril 28, 2017 at 8:42 pm #784801Do you have a working link for the possible solution?
April 28, 2017 at 9:05 pm #784806Hi!
Have you tried the previous and it is not working?
Cheers!
BasilisApril 28, 2017 at 9:07 pm #784807Tried 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.
April 30, 2017 at 9:05 am #785211Hi!
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.
CsabaApril 30, 2017 at 5:32 pm #785316April 30, 2017 at 8:00 pm #785376Okay 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 clickingWhat 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.April 30, 2017 at 8:15 pm #785384Hi!
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,
BasilisMay 9, 2017 at 11:23 pm #790684Got it working. Thank you so much for your help! :D
May 10, 2017 at 4:50 am #790810Hi 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,
SarahJune 10, 2017 at 6:15 pm #806350Hi,
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
June 10, 2017 at 7:53 pm #806358Hi,
I have edited the file: “enfold\config-templatebuilder\avia-shortcodes\tab_section.php”
added: $tab_title_id = str_replace(‘ ‘, ”, $tab_title);
to the line 382and 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 !
June 10, 2017 at 9:47 pm #806393Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.