Archived topic
Odd display error on two websites
7 replies · Started by Sven on January 11, 2018
Hi there,
This is what my cart and search icons look like in responsive mode on two websites using GP:
https://image.ibb.co/dqFQgm/wtf.png
I've already removed all of my CSS to see if it was causing it but the error persisted. Couldn't find a fix yet, has this ever occured before?
I'm using the before-header hook with this code in it (only visible on phones):
<div id="tx-header-fix"><a href="site-url" rel="home"><img src="logo-url" /></a></div>
I would like to share the link but there's no password field in the form^^
Cheers,
Sven
Hi there,
Can you first make sure you are using the latest version of GP premium?
https://docs.generatepress.com/article/updating-gp-premium/
If that doesn't solve the problem, please add edit the original topic to add the URL, then send in your password through Account Issue here: https://generatepress.com/contact/ and reference the topic.
Hi Leo,
I'm fully updated. Here's the link and a temporary password (site isn't launched just yet).
https://goo.gl/tt1GyV
pass: TEMPPASS
Thanks
Hi there,
This is a bug currently.
Can you try the fix mentioned here?: https://github.com/tomusborne/gp-premium/issues/62
Let me know :)
That's a 404 :)
Ah, right.
Here you go:
body:not(.mobile-header-logo).nav-search-enabled .mobile-header-navigation .wc-mobile-cart-items,
body:not(.mobile-header-logo).nav-search-enabled .mobile-header-navigation .mobile-bar-items {
position: relative;
float: right;
}
body:not(.mobile-header-logo).nav-search-enabled .mobile-header-navigation .wc-mobile-cart-items + .menu-toggle {
width: auto;
}
Perfect, thanks. Should I remove this fix upon the next update?
Yes, this should be fixed in GPP 1.6 :)