Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857811

    kenc138
    Participant

    Hey everyone,

    My toggle boxes aren’t opening on my iPhone 6. Any idea what’s going on?

    Thanks!

    #857813

    kenc138
    Participant
    This reply has been marked as private.
    #858196

    Rupok
    Member

    Hi there,

    Thanks for writing in! I have tested with different mobile device and iPhone emulator and seems fine on my end. Kindly check from a different device.

    Cheers!

    #858853

    kenc138
    Participant

    By any chance did you use Inspect Element to test? I’m seeing it working fine with that approach. Unfortunately, on the actual device, it’s not working.

    Thanks.

    #859750

    Rad
    Moderator

    Hi there,

    Please try adding this code to Admin > Appearance > Customizer > Custom > Javascript,

    jQuery ( function($) {
    
    $(document).ready( function() {
    
    setTimeout ( function() { $('a.x-accordion-toggle').off('touchend touchstart'); }, 300 );
    
    } );
    
    } );

    Then please let me know 😉

    #860948

    kenc138
    Participant

    Hello,

    Not sure what changed, but it works now, and I’m cool with that. I appreciate the responses. As always, thanks for the great support.

    Ken

    #861673

    Jade
    Moderator

    You’re welcome and glad to hear that Ken. Cheers!