- This topic has 16 replies, 3 voices, and was last updated 3 years, 11 months ago by
Tom.
-
AuthorPosts
-
April 19, 2019 at 5:05 pm #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?
GeneratePress 2.2.2April 19, 2019 at 5:09 pm #873868Leo
StaffCustomer SupportHi 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 π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 19, 2019 at 5:25 pm #873871Michael 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> == $0April 19, 2019 at 5:59 pm #873883Leo
StaffCustomer SupportHmm 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 π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 19, 2019 at 7:01 pm #873908Michael 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.
April 19, 2019 at 7:04 pm #873909Leo
StaffCustomer SupportVery weird. Any chance you can duplicate the problem on a live server so we can see?
We would really appreciate that π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 19, 2019 at 7:56 pm #873930Michael Largue
Hi Leo
I have created a public test scenario as follows:
[deleted]
Michael
April 19, 2019 at 7:59 pm #873935Leo
StaffCustomer SupportAm I free to disable all plugins except GP Premium and WooCommerce?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 19, 2019 at 8:01 pm #873936Michael Largue
Sure. Do whatever you need to.
April 20, 2019 at 9:10 am #874377Tom
Lead DeveloperLead DeveloperStrange, are there any functions in your child theme?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentApril 20, 2019 at 12:09 pm #874478Michael 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.
April 20, 2019 at 12:33 pm #874486Michael 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
MichaelApril 20, 2019 at 12:43 pm #874488Michael Largue
Hi Tom
I can also confirm that it is not a browser problem. The same issue occurs with Chrome, Safari and Firefox.
Michael
April 20, 2019 at 12:47 pm #874492Michael Largue
Hi Tom
I am also using the latest Woocommerce release (i.e. Version 3.6.1 from three days ago)
Michael
April 20, 2019 at 4:32 pm #874582Tom
Lead DeveloperLead DeveloperYep, 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! π
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.