Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1375520
    ermitag
    Participant

    Hi

    I’ve set up some tabs on my site but they don’t seem to work on apple mobile devices, how can i resolve this? Thanks

    #1375521
    ermitag
    Participant
    This reply has been marked as private.
    #1375523
    ermitag
    Participant

    I have used Visual Composer tabs.
    Should I write to Visual Composer support?

    #1375610
    Jade
    Moderator

    Hi there,

    I have checked your site and the tabs seem to be working fine:

    Kindly try to clear your browser cache and try again.

    #1377338
    ermitag
    Participant

    Hi. Tabs not work on apple devices, in Safari on IPad, for example

    #1377680
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Are you using a caching plugin or minification plugin? Please clear your plugin cache or site cache. I would highly recommend that you regenerate the script in your minification plugin and test your site again.

    Please let us know how it goes.

    #1378566
    ermitag
    Participant

    Hi.
    I have no cashe or minify plugin.
    Problem still exist.
    Please help

    #1378813
    Nabeel A
    Moderator

    Hi again,

    I checked your site and the first two tabs you’re using are from the third party plugins. You can use Visual Composer’s Tabs instead. To fix the mobile opening issue, add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery( function($) {
    	$('.vc_tta-tab a').on('click', function( e ){
    		setTimeout( function() { 
    			$('html, body').stop().stop();
    		}, 100 );
    	});
    	$(document).ready(function() {
    		$('.vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta-tab a').off('click touchstart touchend');
    	});
    
    });

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

  • <script> jQuery(function($){ $("#no-reply-1375520 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>