Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #874026

    Matthew
    Participant

    Hi,

    The accordions throughout my site are not functioning in mobile version. The accordions are there but they will not open. Can someone please get back to me so I can send the URL and login credentials in PM.

    Thanks!

    #874068

    Matthew
    Participant

    I was able to resolve this issue by using the following code:

    Added JS code under Custom > JavaScript in the Customizer:

    jQuery(document).ready(function($) {
    if ( $(‘html’).hasClass(‘touchevents’) ) {
    $(‘.vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta.vc_general .vc_tta-panel-title > a’).off(‘click touchstart touchend’);
    }
    });

    #874224

    Thai
    Moderator

    Glad you’ve sorted it out.

    If you need anything else, please let us know 🙂