Archived topic
GP Pro 1.8 rc2 - Mini-cart
16 replies · Started by Michael Largue on April 19, 2019
When hovering over the mini-cart, the cart contents display with a "Cart" header (h2). How do I hide/remove this heading?
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 :)
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:
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 :)
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.
Very weird. Any chance you can duplicate the problem on a live server so we can see?
We would really appreciate that :)
Hi Leo
I have created a public test scenario as follows:
[deleted]
Michael
Am I free to disable all plugins except GP Premium and WooCommerce?
Sure. Do whatever you need to.
Strange, are there any functions in your child theme?
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.
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
Hi Tom
I can also confirm that it is not a browser problem. The same issue occurs with Chrome, Safari and Firefox.
Michael
Hi Tom
I am also using the latest Woocommerce release (i.e. Version 3.6.1 from three days ago)
Michael
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! :)