Site logo

[Resolved] Odd display error on two websites

Home Forums Support [Resolved] Odd display error on two websites

Home Forums Support Odd display error on two websites

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #468225
    Sven

    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

    #468491
    Leo
    Staff
    Customer Support

    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.

    #468549
    Sven

    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

    #468728
    Tom
    Lead Developer
    Lead Developer

    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 🙂

    #473650
    Sven

    That’s a 404 🙂

    #473651
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #496354
    Sven

    Perfect, thanks. Should I remove this fix upon the next update?

    #496880
    Tom
    Lead Developer
    Lead Developer

    Yes, this should be fixed in GPP 1.6 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.