Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1098537
    Rad
    Moderator

    Hi there,

    Would you mind changing your VC accordion to X accordion? They are a different element, and X accordions should work. Though, you may try adding this code to Admin > Appearance > Customizer > Custom > Javascript.

    jQuery( function( $ ) {
    
    $( document ).ready( function() {
    
    setTimeout( function() {
    $( '.vc_tta-panel-heading a' ).attr('href','#');
    }, 300 );
    
    } );
    
    } );

    Thanks!

    #1101950
    Jan S
    Participant

    Rad,

    sorry for the late reply! Added your code, looks slightly different, doesnt open though.. Any more ideas?

    Jn

    #1104594
    Lely
    Moderator

    Hello There,

    I can see that even on mobile, the accordion is not working.
    Can you try this code instead:

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

    Hope this helps.

    #1105694
    Jan S
    Participant

    Jackpot – works!

    Thank you,
    Jan

    #1105755
    Joao
    Moderator

    Great to hear it

    Let us know if we can help with anything else.

    Joao

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