Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1071406
    Kimberlin W
    Participant

    Hi,
    I just did a manual update after a few months of not updating. I now have 4.5.2 for X and 1.2.4 for Cornerstone.

    On mobile, the accordions are not expanding and the tabs do not respond to touch.

    I’ve not added any code to CSS before, so haven’t made changes there though I see for some others (not all) with the same problem, you’ve provided script that is the fix. For others, you’ve mentioned updating Cornerstone and for others, you mention 3rd party plug ins. Please advise. I’ll give you the URL in next post.

    Thanks.

    #1071414
    Kimberlin W
    Participant
    This reply has been marked as private.
    #1071460
    Joao
    Moderator

    Hi There,

    I could not login on your website using the credentials above.

    Please add JS code under Appereance > Customizer > Custom > JavaScript:

    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’);
    }
    });

    Hope it helps

    Joao

    #1071519
    Kimberlin W
    Participant
    This reply has been marked as private.
    #1071536
    Joao
    Moderator

    Hi There,

    I have not found your accordion on your pages.

    I have placed the code for you and it fixed your contact form, so I believe your accordion should be working as well.

    Let us know if it doesn´t work.

    Thanks

    Joao

    #1071572
    Kimberlin W
    Participant

    Hi Joao,

    Thanks for placing the code. It did the trick! I should have given you specific page URLs — there are only about 5-6 pages with accordions/tabs.

    I really appreciate your quick help today.

    #1071576
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

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