Title: Ipad issue: menu not accessible
Last modified: June 23, 2019

---

# Ipad issue: menu not accessible

 *  [matteomarzo](https://wordpress.org/support/users/matteomarzo/)
 * (@matteomarzo)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/)
 * Hi all,
 * I am a new member of this forum, need some help.
    As explained in the title, 
   my website is not properly working on iPads mini, the menu is actually displayed,
   but not accessible. Could anyone help? If you need more information please ask
   🙂 The website url is [http://www.marzoarreda.it](http://www.marzoarreda.it)
 * Cheers,
    Matteo
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fipad-issue-menu-not-accessible%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 14 replies - 1 through 14 (of 14 total)

 *  [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * (@rajeshpoudel)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11665575)
 * Hi,
 * While checking your site, the menu seems to be working fine. Could you clear 
   your browser’s cache and check?
    If that doesn’t solve the issue, the issue might
   also be arising due to plugins conflict. So, can you disable the used plugins
   one by one and check if the issue is resolved?
 * Thanks.
 *  Thread Starter [matteomarzo](https://wordpress.org/support/users/matteomarzo/)
 * (@matteomarzo)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11666333)
 * Hi, thanks for your comment.
 * Now the website is not displayed on the iPad, but it works fine on laptops and
   phones.
    Could you please help us?
 * Regards,
    Matteo
 *  Thread Starter [matteomarzo](https://wordpress.org/support/users/matteomarzo/)
 * (@matteomarzo)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11667048)
 * Hi again,
 * We disabled all the installed plugins and the menu is still not clickable on 
   iPads mini.
    We also tried to switch to another theme and it works, menu is clickable.
   We conclude that the problem is the theme itself on iPads. Could you please help
   to solve the issue? Thanks again.
 * Cheers,
    Matteo
 *  [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * (@nitushrestha10)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11669133)
 * [@matteomarzo](https://wordpress.org/support/users/matteomarzo/)
 * We checked out your site and could not replicate the issue which you have mentioned.
   So, can you once try clearing out your browser’s cache and check?
 * Thanks.
 *  Thread Starter [matteomarzo](https://wordpress.org/support/users/matteomarzo/)
 * (@matteomarzo)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11669505)
 * Are you sure you checked the website on iPad or iPad mini? We still have the 
   issue…
    Plus now the Preloader plugin is not working properly.
 * Regards,
    Matteo
 *  [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * (@rajeshpoudel)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11672809)
 * Hi,
 * Yes, we checked your site on iPad, iPad mini & other devices and the menu was
   showing and working fine. We could access your site’s menu without any issue.
   Could you clear your browser’s cache and check once?
 * Thanks.
 *  [davide2580](https://wordpress.org/support/users/davide2580/)
 * (@davide2580)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11681336)
 * Hi,I’m Davide and I’m working with Matteo on our website. Yesterday I wrote you
   to ask how to prevent overlapping mobile menu when swiping left-to-right on carousel
   sliders ([https://themegrill.com/support-forum/topic/mobile-navigation-menu-overlaps-carousel-slider/](https://themegrill.com/support-forum/topic/mobile-navigation-menu-overlaps-carousel-slider/))
 * This morning, surfing the internet in the meantime, I found this js code which
   should have fixed the issue.
 *  if( wpresmenu.swipe != ‘no’ ) {
    $(‘body’).touchwipe({ wipeLeft: function() {//
   Close $.sidr(‘close’, ‘wpresmenu_menu’); }, wipeRight: function() { // Open $.
   sidr(‘open’, ‘wpresmenu_menu’); }, min_move_x: 60, min_move_y: 60, preventDefaultEvents:
   false }); }
 * But using this code, the menu is no more accessible as on the Ipad mini and every
   slider is not working (as on the iPad mini too, Matteo didn’t say that). So it
   seems that the two issues are connected.
    Is that true? Could anyone help?
 *  [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * (@rajeshpoudel)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11687441)
 * Hi [@davide2580](https://wordpress.org/support/users/davide2580/),
 * The slider which is integrated into the theme has the overlap issue fixed. For
   external sliders showing from the plugin, it might be difficult as there are 
   many slider plugins.
    However, you can take a reference from the link below and
   change accordingly for solving the menu overlap issue: [https://github.com/themegrill/cenote/commit/9f952bf61efb8f8b4cb28eded5eac4970c43f9e6](https://github.com/themegrill/cenote/commit/9f952bf61efb8f8b4cb28eded5eac4970c43f9e6)
 * Thanks.
 *  [davide2580](https://wordpress.org/support/users/davide2580/)
 * (@davide2580)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11687639)
 * Hi Rajesh,
    Thank you for your help. I have tried to add something to cenote-
   custom.js and custom-min, but nothing changed. Moreover, I deleted lines 187-
   189 to see if post-slider stop working but it still works. Could you inspect 
   this link and give me a suggestion please?
 * [https://www.marzoarreda.it/prodotto/tavolino-vintage/](https://www.marzoarreda.it/prodotto/tavolino-vintage/)
 * Thank you
 * Davide
 *  [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * (@rajeshpoudel)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11691610)
 * Hi,
 * On iPad mini, the page was not even loading and showing preloader only. Also,
   CSS and js errors were showing while inspecting. Could you check your CSS and
   js code for errors and manage accordingly.
    Also, you can inspect the selector
   of the image and insert it in the js. Changing the selector in the above link
   to js code should work fine for the slider and menu overlap issue.
 * Thanks.
 *  [davide2580](https://wordpress.org/support/users/davide2580/)
 * (@davide2580)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11692025)
 * Hi,
    I am checking css and js code in order to fix errors on Ipad Mini, but I
   can’t find the right selector to put in the js code, so the issue still persists
   on other mobile devices. I think there are two solutions: 1) If you could inspect
   the website for me (not on Ipad Mini) and find the selector, I’d put it in cenote-
   custom (and custommin?) 2) Alternatively, If you could tell me how to activate
   your gallery on woocommerce product page, I’d do that. If I deactivate my plugin,
   images just don’t slide. Thank you again, I really really appreciate your help.
 *  [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * (@rajeshpoudel)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11695290)
 * Hi,
 * For the slider, `.slick-slider` selector should work fine. Also, change only 
   the js file and minified js(e.g., cenote-custom.min.js) files should be minified
   online. Minify the cenote-custom.js online and you will get min version.
 * Also, the gallery can only be shown in the posts as it uses post format. For 
   showing it on a post, you need to go to edit post, click on add block. Choose**
   classic ** and insert media. Click on multiple images and click on create a gallery.
   After that, select ‘post-format’ as **Gallery ** under the document in the post.
 * Thanks.
 *  [davide2580](https://wordpress.org/support/users/davide2580/)
 * (@davide2580)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11695541)
 * It works!!! Thank you Rajesh for your great support!
    Have a nice day!
 *  [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * (@rajeshpoudel)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11698708)
 * Hi,
 * Glad to know it worked. Feel free to ask again if you get any issue regarding
   the theme. If you liked this theme, you can help us by leaving a review.
 * Thanks.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Ipad issue: menu not accessible’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/cenote/1.4.2/screenshot.jpg)
 * Cenote
 * [Support Threads](https://wordpress.org/support/theme/cenote/)
 * [Active Topics](https://wordpress.org/support/theme/cenote/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/cenote/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/cenote/reviews/)

 * 14 replies
 * 4 participants
 * Last reply from: [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/ipad-issue-menu-not-accessible/#post-11698708)
 * Status: not resolved