- This topic has 12 replies, 2 voices, and was last updated 5 years, 6 months ago by
Tom.
-
AuthorPosts
-
August 19, 2015 at 11:28 pm #130772
Caroline
Hi.
My menu/navigation in mobile view dont work after the upgrade. Dont know if its the update or something else. And also my search in nav didn’t work on mobile before the update.August 19, 2015 at 11:46 pm #130786Tom
Lead DeveloperLead DeveloperHi there,
Are you using any caching plugins? If so, be sure to clear your cache.
Let me know if that does the trick or not π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentAugust 20, 2015 at 12:03 am #130795Caroline
That did not help
August 20, 2015 at 12:15 am #130796Tom
Lead DeveloperLead DeveloperWhat’s the link to your site? You can post in here or email it to support@generatepress.com.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentAugust 20, 2015 at 12:20 am #130797Caroline
I sent you the link on email. The site are just a test for now, so I dont want other to see it yet
August 20, 2015 at 12:28 am #130798Tom
Lead DeveloperLead DeveloperAh! You’re using this plugin: https://wordpress.org/plugins/generate-legacy-mobile-menu/
I’ll have to update it to work with the latest version of GP tomorrow morning.
For now, you can wait until that update comes out, or disable that plugin so the menu works.
Thanks for pointing this out π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentAugust 20, 2015 at 4:59 am #130830Caroline
Thank you I will wait to the update comes π
August 20, 2015 at 10:13 am #130891Tom
Lead DeveloperLead DeveloperI just released an update to Generate Legacy Mobile Menu which should fix this.
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentAugust 20, 2015 at 10:55 pm #131008Caroline
but my nav search does not work on mobile either. Can you look at this?
August 21, 2015 at 12:00 am #131010Caroline
and also why the table in cart are too long in mobile view
August 21, 2015 at 12:11 am #131012Tom
Lead DeveloperLead DeveloperThe nav search isn’t working because you’ve added this CSS:
.navigation-search { max-width: 400px; margin: 0 115px 0 0; }
Try adding this extra CSS to fix it:
@media (max-width: 768px) { .navigation-search { margin: 0; } }
The WooCommerce art isn’t responsive by default, but this guy provides some awesome code that fixes it: http://www.jeremycarter.com.au/optimising-woocommerce-checkout-for-mobile/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentAugust 21, 2015 at 12:49 am #131017Caroline
Thanks now the search works fine.
But do I have to add all that css? the checkout page looks fine on mobile, its only the cart page that dont fit.August 26, 2015 at 11:59 pm #132374Tom
Lead DeveloperLead DeveloperI would add it.
It looks like a lot more than it is, the bulk of it is applying the same attributes to a bunch of classes – you can minify it to save on load time if that’s your worry: http://cssminifier.com/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.