Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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 .

    #1157434

    Hey 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,
    Rikard

    #1157438

    changed 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 .

    #1157575

    Hi,

    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,
    Rikard

    #1157590
    This reply has been marked as private.
    #1158695

    Hi,

    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,
    Ismael

    #1158699

    Thank you so much , it works like a charm .

    #1158710

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1262154

    ok , 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 .

    #1262168

    Hi,

    I’m not seeing that issue. Can you screenshot it?

    Best regards,
    Jordan Shannon

    #1262175

    Wierd , 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.

    #1262196

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Tab Section problem after no. 8 tab onwards’ is closed to new replies.