ihategherkins
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Double Click Menu on Mobilesalthough it breaks a few things admin side 🙁 such as the auto suggest tags
Forum: Themes and Templates
In reply to: [Hueman] Double Click Menu on MobilesFor info,
Although not ideal (as I’m messing with the standard setup) if I swap the WordPress jQuery at /wp-includes/js/jquery for version 2.2.0 this works instantly
Forum: Themes and Templates
In reply to: [Hueman] Double Click Menu on Mobilesthanks bdbrown, I’ve added that to the code with no luck unfortunately.
It appears that change (https://core.trac.wordpress.org/changeset/29770) was for the admin side (which works ok for me) my issue is on the front end of my site, 1 for example is http://www.emerald-cleaning.co.uk/ where if viewed on iOS clicking the drop down menu lines brings up the expanded menu fine. ALL first level links work as expected, sub levels under “services” do not
Viewing on Android or any other mobile device works perfectly.
I’ve also added the extra code with no luck
$(document).ready(function() { $('a').on('click touchend', function(e) { var el = $(this); var link = el.attr('href'); window.location = link; }); });Forum: Themes and Templates
In reply to: [Hueman] Double Click Menu on MobilesHi all,
Is there any news on this yet please as I’ve just made 3 sites live using this and one of the clients spotted it instantly?
Thanks