Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1025603
    Anonymous
    Inactive

    Hi, please go to sub.benhawkins.de > contact
    Try to open a submenue (Impressum or Promoter) from an IPad, or a Mobile (tried it with Samsung A5).

    The submenue doen´t open on mobile devices.

    Thx for help.
    André

    #1026205
    Rue Nel
    Moderator

    Hello André,

    Thanks for writing in! Thanks for updating the thread! Can you confirm that you are fully updated? (Theme and Plugins)

    Our latest versions are:
    X Theme: 4.5.2
    Cornerstone: 1.2.4

    You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site.

    If you find anything to be out of date, you can review our update guide.

    Please let us know how it goes.

    #1026468
    Anonymous
    Inactive

    Hi, I updated the theme and cornerstone, but the problem still exist.
    Can´t opne the submenue with the mobil. If I touch the arrows at contact to open the submenue, the page “contact” is activated and there is no drob down menue.

    Thx
    A

    #1026530
    Anonymous
    Inactive

    sry. it´s http://www.benhawkins.de , not sub.benhawkins.de

    #1026732
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can try adding this under Custom > JavaScript in the Customizer.

    jQuery(function() {
      $(document).ready(function() {
        setTimeout(function() { $( '.x-nav-wrap.mobile a').off('touchstart touchend click'); }, 300);
      });
    });

    Hope this helps.

    Cheers!

    #1027736
    Anonymous
    Inactive

    Hi, I tried that code, but it doesn´t work. Problem still exists.

    Thx for help
    Andre

    #1027873
    Thai
    Moderator

    Hi Andre,

    Please update the previous code a bit:

    jQuery(function($) {
    	$(document).ready(function() {
    		setTimeout(function() { 
    			$( '.x-nav-wrap.mobile a').off('touchstart touchend click'); 
    		}, 300);
    	});
    });

    Hope it helps 🙂

    #1028020
    Anonymous
    Inactive

    works, thx

    Andre

    #1028180
    Thai
    Moderator

    If you need anything else please let us know.

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