Tagged: x
-
AuthorPosts
-
February 17, 2017 at 2:49 pm #1375520
ermitagParticipantHi
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
February 17, 2017 at 2:51 pm #1375521
ermitagParticipantThis reply has been marked as private.February 17, 2017 at 2:54 pm #1375523
ermitagParticipantI have used Visual Composer tabs.
Should I write to Visual Composer support?February 17, 2017 at 4:12 pm #1375610
JadeModeratorHi there,
I have checked your site and the tabs seem to be working fine:

Kindly try to clear your browser cache and try again.
February 19, 2017 at 2:59 pm #1377338
ermitagParticipantHi. Tabs not work on apple devices, in Safari on IPad, for example
February 19, 2017 at 10:46 pm #1377680
Rue NelModeratorHello 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.
February 20, 2017 at 12:41 pm #1378566
ermitagParticipantHi.
I have no cashe or minify plugin.
Problem still exist.
Please helpFebruary 20, 2017 at 3:58 pm #1378813
Nabeel AModeratorHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1375520 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
