Tagged: tab section
-
AuthorPosts
-
November 15, 2019 at 9:22 pm #1157301
I have added a tab section with 12 tabs . the thing is that its showing and working properly till the 8th tab but starts scrolling erractically when click on the 9th tab onwards till the 12 . I mostly think its somewhat related to js code but i dont know what to change there .
November 16, 2019 at 12:32 pm #1157434Hey 7thflow,
I can’t see anything like that on my end using Chrome, all the tabs working fine when I check them. How can we reproduce this problem?
Best regards,
RikardNovember 16, 2019 at 12:41 pm #1157438changed the link , as you click on the circle which is the 10th tab it does not show the content below . any reason as to such .
November 17, 2019 at 3:26 am #1157575Hi,
Thanks for that. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardNovember 17, 2019 at 8:10 am #1157590This reply has been marked as private.November 21, 2019 at 5:03 am #1158695Hi,
Thank you for the update.
The calculation of the new position for the tab section after the ninth tab is incorrect. We modified the config-templatebuilder > aviashortcodes > tab_section > tab_section.js file and adjusted the base integer in the parseInt function so that it uses the decimal system.
var new_pos = ((parseInt(tab_nr,10) - 1) * -100 ); if ($('body').hasClass('rtl')) { new_pos = ((parseInt(tab_nr,10) - 1) * 100 ); }
It should work properly now.
Best regards,
IsmaelNovember 21, 2019 at 5:35 am #1158699Thank you so much , it works like a charm .
November 21, 2019 at 6:23 am #1158710Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonNovember 22, 2020 at 10:28 pm #1262154ok , so some new issue has come up , i have successfully setup the page with 12 items on tabs section . 11 are showing in one line and the twelveth one is come on next line on mobile view , if the width could increase by 5 px then it would work perfectly . I am linking the page you can see it .
November 23, 2020 at 1:02 am #1262168Hi,
I’m not seeing that issue. Can you screenshot it?
Best regards,
Jordan ShannonNovember 23, 2020 at 1:09 am #1262175Wierd , the issue came when I try to open my site in desktop and then change to.mobile .
But if I directly open the link in mobile version, the issue disappears .
You can close this topic as it needs no further solution.
November 23, 2020 at 1:49 am #1262196Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Tab Section problem after no. 8 tab onwards’ is closed to new replies.