[Resolved] GP Pro 1.8 rc2 – Mini-cart

Home Forums Support [Resolved] GP Pro 1.8 rc2 – Mini-cart

Home Forums Support GP Pro 1.8 rc2 – Mini-cart

  • This topic has 16 replies, 3 voices, and was last updated 5 years ago by Tom.
Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #873867
    Michael Largue

    When hovering over the mini-cart, the cart contents display with a “Cart” header (h2). How do I hide/remove this heading?

    #873868
    Leo
    Staff
    Customer Support

    Hi there,

    Hmm not quite sure if I’m seeing the Cart header.

    Is the example screenshot here not what you are seeing?
    https://generatepress.com/gp-premium-1-8/

    If not any chance you can link me to the site in question?

    Let me know if I’m missing something πŸ™‚

    #873871
    Michael Largue

    Hi Leo
    I am seeing what you are seeing except that there is a left-alligned H2 “Cart” header above the cart items. Unfortunately, this is a local installation, so I cannot provide access. HTML details are as follows:

    <h2 class=”widgettitle”>Cart
    </h2> == $0
    #873883
    Leo
    Staff
    Customer Support

    Hmm that’s weird.

    Can you disable other plugins to make sure it’s not coming from something else?

    I’m running rc2 on this site with the cart hover and don’t see the title either:
    https://leohsiang.com/prime/

    Let me know πŸ™‚

    #873908
    Michael Largue

    I deactivated everything except GP Pro and Woocommerce. Same problem! Perhaps it occurs as a result of a previous setting in GP Pro that interferes on an upgrade.

    #873909
    Leo
    Staff
    Customer Support

    Very weird. Any chance you can duplicate the problem on a live server so we can see?

    We would really appreciate that πŸ™‚

    #873930
    Michael Largue

    Hi Leo

    I have created a public test scenario as follows:

    [deleted]

    Michael

    #873935
    Leo
    Staff
    Customer Support

    Am I free to disable all plugins except GP Premium and WooCommerce?

    #873936
    Michael Largue

    Sure. Do whatever you need to.

    #874377
    Tom
    Lead Developer
    Lead Developer

    Strange, are there any functions in your child theme?

    #874478
    Michael Largue

    Hi Tom

    Not at all. Vanilla GP Child theme. The public AnyDoodleDoo.com test site was made with an import of the newer local site. It may be a combination of settings from a 1.78 to 1.80 RC2 updated scenario.

    I will now create a scratch 1.80 site and see what occurs.

    #874486
    Michael Largue

    Hi Tom
    I have now created a brand new “Local by Flywheel” local site with the following components only:

    – GeneratePress Theme
    – Woocommerce
    – GP Premium 1.80 RC2 (only Woocommerce module activated)

    Same mini-cart problem (i.e. H2 Cart heading in mini-cart)

    Regards
    Michael

    #874488
    Michael Largue

    Hi Tom

    I can also confirm that it is not a browser problem. The same issue occurs with Chrome, Safari and Firefox.

    Michael

    #874492
    Michael Largue

    Hi Tom

    I am also using the latest Woocommerce release (i.e. Version 3.6.1 from three days ago)

    Michael

    #874582
    Tom
    Lead Developer
    Lead Developer

    Yep, looks like something they did introduced the bug. Good timing!

    For now, do this:

    #wc-mini-cart .widgettitle {
        display: none;
    }

    Will get this fixed for the final release.

    Thank you! πŸ™‚

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