Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1109299
    CyndeeAdkinsDesign
    Participant

    Hi! I am having an accordion issue with this X theme on mobile devices. I have a Samsung phone. When I click on an accordion item, it jumps like it has opened it but then it doesn’t do anything. Nothing opens.

    http://tdgclients.com/session-partners/

    I added some javascript that you suggested in a previous form thread but it didn’t seem to help.

    #1109542
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Can you please provide us the code that you have added? Upon checking your site, I see a JavaScript error on the console log.

    You could also try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know.
    Thanks!

    #1112562
    CyndeeAdkinsDesign
    Participant

    This is the jQuery code that I added. I just pasted this exact code into the customizer for jQuery.

    jQuery ( function($) {

    $(‘.vc_tta-panel .vc_tta-panel-heading, .vc_tta-panel .vc_tta-panel-heading a’).off(‘touchstart touchend’);
    $(‘.vc_tta-panel .vc_tta-panel-heading a’).on(‘click’, function() {
    $(‘html, body’).stop();
    } );

    } );

    #1112683
    Friech
    Moderator

    Hi There,

    Try to remove the Custom JavaScript code that is on your Customizer. That seems to be causing an issue on your page.

    If issue persist, please provide us login credentials in private reply.

    Thanks.

    #1123830
    CyndeeAdkinsDesign
    Participant
    This reply has been marked as private.
    #1123832
    CyndeeAdkinsDesign
    Participant
    This reply has been marked as private.
    #1123936
    Thai
    Moderator

    Hi There,

    I’ve just updated your custom JS a bit.

    Could you please double check again?

    Regards!

    #1148890
    CyndeeAdkinsDesign
    Participant

    So sorry for the LATE reply. Yes, you seemed to have fixed the issue! Thanks once again.

    #1149179
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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