-
AuthorPosts
-
June 11, 2014 at 6:46 pm #277660
on ipad mini lanscape & some smaller screens we have having an issue with the mobile menu not fully coming out, when the mobile menu is clicked the menu doesnt come out but the x to close the menu does come out
June 11, 2014 at 11:57 pm #277815Hi!
I have tested your website but can’t reproduce the issue, the menu works as expected. Can you post a screenshot of your view?
Best regards,
JosueJune 12, 2014 at 12:04 am #277821Hi Josue
screen shot here http://imgur.com/k5orzr4
the issue happens on smaller screens (about 1020px) and the mobile menu seems to be positioned in the far right of the header (as shown in the screenshot) when the mobile menu is clicked the menu does not flyout but only the x to close the menu flysout (as shown in screen shot)
kind regards
June 12, 2014 at 10:45 am #278001hi guys any updates on how to fix this issue
June 12, 2014 at 5:26 pm #278110Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueJune 12, 2014 at 6:09 pm #278147Hi Josue
Yes we have tryed disabling all 3rd party plugins but the problem still persists
regards
SJune 12, 2014 at 7:02 pm #278186Hi,
I’ll ask the other guys to check this as i don’t have an iPad to test right now.
Regards,
JosueJune 12, 2014 at 7:38 pm #278221thanks, you can see the issue too if you resize the browser to the size of an ipad mini (we will need a fix for both ipad mini and screens about the same size)
thanks in advance
June 12, 2014 at 8:14 pm #278236Not happening on my end (Chrome / OS X):
http://screencast.com/t/Y1upVAGwClCheers!
JosueJune 12, 2014 at 9:06 pm #278265hi there Josue
it seems that you are view the site a size that resembles portrait, the issue is only happening on landscape.
June 12, 2014 at 9:10 pm #278268Gotcha, now i see it. Try adding this to the Quick CSS:
#top #mobile-advanced { display: block; }
Cheers!
JosueJune 12, 2014 at 9:51 pm #278291June 12, 2014 at 9:56 pm #278292Did you add the code i suggested on my previous reply? don’t forget to flush the cache plugin you have on the site.
June 12, 2014 at 10:05 pm #278302still no luck im afraid
we currently have@media only screen and (max-width: 1040px) {
#advanced_menu_toggle, #advanced_menu_hide { display: block; }
.main_menu { display: none; }}on the custom css
June 12, 2014 at 10:06 pm #278303Try changing it to:
@media only screen and (max-width: 1040px) { #advanced_menu_toggle, #advanced_menu_hide { display: block !important; } .main_menu { display: none; }}
Regards,
JosueJune 12, 2014 at 10:13 pm #278313new code added & cashe flushed. mobile menu still not working
June 12, 2014 at 10:31 pm #278321Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueJune 12, 2014 at 10:44 pm #278337This reply has been marked as private.June 12, 2014 at 10:51 pm #278343The login details you posted are not working.
Best regards,
JosueJune 12, 2014 at 11:39 pm #278370This reply has been marked as private.June 12, 2014 at 11:49 pm #278378Fixed:
http://www.comfortkeepers.ie/Code used:
@media only screen and (max-width: 1040px) { #advanced_menu_toggle, #advanced_menu_hide, #mobile-advanced { display: block !important; } .main_menu { display: none; }}
-
AuthorPosts
- You must be logged in to reply to this topic.