Tagged: x
-
AuthorPosts
-
February 21, 2017 at 12:46 pm #1380205
salilouParticipantI use X theme and Ubermenu.
On mobile devices (iPhone 5+6) it is not possible to click the menu items.
Nothing happens.
Sometimes, if I press a little bit longer I guess, it works, but I was not able to reproduce it.
Please help!
Link followsFebruary 21, 2017 at 12:47 pm #1380206
salilouParticipantIt affects the upper and lower menu
February 21, 2017 at 12:48 pm #1380209
salilouParticipantThis reply has been marked as private.February 21, 2017 at 4:10 pm #1380449
Nabeel AModeratorHi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
February 22, 2017 at 2:37 am #1380994
salilouParticipantThis reply has been marked as private.February 22, 2017 at 4:54 pm #1381944
RadModeratorHi there,
I did many testing and changed your code from this
// .link-to-... is the class name wessigned to the main menu item jQuery('body').on('click', '.link-to-slide-04', function() { // revapi5 equals thePI identified for the slider // revshowslide(2) will load the second slide revapi5.revshowslide(4); return false; }); jQuery('body').on('click', '.link-to-slide-07', function() { // revapi5 equals thePI identified for the slider revapi5.revshowslide(7); return false; }); jQuery('body').on('click', '.link-to-slide-16', function() { // revapi5 equals thePI identified for the slider revapi5.revshowslide(16); return false; }); jQuery('body').on('click', '.link-to-slide-19', function() { // revapi5 equals thePI identified for the slider revapi5.revshowslide(19); return false; }); jQuery('body').on('click', '.link-to-slide-21', function() { // revapi5 equals thePI identified for the slider revapi5.revshowslide(21); return false; }); jQuery('body').on('click', '.link-to-slide-23', function() { // revapi5 equals thePI identified for the slider revapi5.revshowslide(23); return false; }); jQuery('body').on('click', '.link-to-slide-25', function() { // revapi5 equals thePI identified for the slider revapi5.revshowslide(25); return false; }); jQuery('body').on('click', '.link-to-slide-28', function() { // revapi5 equals thePI identified for the slider revapi5.revshowslide(28); return false; }); jQuery('body').on('click', '.link-to-slide-29', function() { // revapi5 equals thePI identified for the slider revapi5.revshowslide(29); return false; }); jQuery('body').on('click', '.link-to-slide-30', function() { // revapi5 equals thePI identified for the slider revapi5.revshowslide(30); return false; });to this
jQuery( document ).ready( function($) { // .link-to-... is the class name we assigned to the main menu item $('.link-to-slide-04 a').off('touchstart touchend click').on('click', function() { // revapi5 equals the API identified for the slider // revshowslide(2) will load the second slide revapi5.revshowslide(4); return false; }); $('.link-to-slide-07 a').off('touchstart touchend click').on('click', function() { // revapi5 equals the API identified for the slider revapi5.revshowslide(7); return false; }); $('.link-to-slide-16 a').off('touchstart touchend click').on('click', function() { // revapi5 equals the API identified for the slider revapi5.revshowslide(16); return false; }); $('.link-to-slide-19 a').off('touchstart touchend click').on('click', function() { // revapi5 equals the API identified for the slider revapi5.revshowslide(19); return false; }); $('.link-to-slide-21 a').off('touchstart touchend click').on('click', function() { // revapi5 equals the API identified for the slider revapi5.revshowslide(21); return false; }); $('.link-to-slide-23 a').off('touchstart touchend click').on('click', function() { // revapi5 equals the API identified for the slider revapi5.revshowslide(23); return false; }); $('.link-to-slide-25 a').off('touchstart touchend click').on('click', function() { // revapi5 equals the API identified for the slider revapi5.revshowslide(25); return false; }); $('.link-to-slide-28 a').off('touchstart touchend click').on('click', function() { // revapi5 equals the API identified for the slider revapi5.revshowslide(28); return false; }); $('.link-to-slide-29 a').off('touchstart touchend click').on('click', function() { // revapi5 equals the API identified for the slider revapi5.revshowslide(29); return false; }); $('.link-to-slide-30 a').off('touchstart touchend click').on('click', function() { // revapi5 equals the API identified for the slider revapi5.revshowslide(30); return false; }); });Still no luck, and images aren’t loading in mobile. But if you directly access the image, it loads. Would you mind re-installing the slider? Something is blocking the click even on mobile, turning of the touch events doesn’t work either.
Thanks!
February 24, 2017 at 2:55 am #1384060
salilouParticipantThank you
How can I reinstall the slider?
Do you mean reinstalling the plugin?February 24, 2017 at 3:46 am #1384084
salilouParticipantAnd thinking about plan b:
is there a way to build a responsive menu directly in the slider to have more control about actions and events?February 24, 2017 at 5:42 am #1384162
LelyModeratorHi There,
Yes, try reinstalling the plugin. Don’t forget to backup your slider.
Regarding the menu, you may check this:https://www.themepunch.com/faq/modify-burger-menu/Hope this helps.
February 24, 2017 at 4:45 pm #1384740
salilouParticipantPlugin deleted and reinstalled, slider imported: same problem as before.
Quit a mess, after all the time of setting it up…
What next? Do you have any further ideas?…February 25, 2017 at 12:49 am #1385154
RadModeratorHi there,
Ubermenu might be using different touch events, how about using the X’s standard menu? We can try that first, let me know once you’re done setting up the X menu.
Thanks!
March 1, 2017 at 7:53 am #1390283
salilouParticipantThank you very much.
Now it works!March 1, 2017 at 9:08 am #1390374
JoaoModeratorGlad to hear it
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1380205 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
