Cart always shown at the top of the shop main page
-
With upgrade to Woodmart V4.2.2 the mini-cart is now always displayed on the main shop page below the header. This is also the case for not logged-in users.
I checked the widgets and reconfigured them as well as the custom css, but unfortunately with no effect. How can I resolve this issue?
Hello,
I have visited yours site, There is only one mini-cart inside the header and it shown on all the pages not only in the shop page. Because it is inside the header not below the header.
So If you do not want to display the mini-cart icon then simple edit your header and remove the cart element and save the changes from WoodMart >> Header Builder >> Your default header >>Cart.
Removing Cart: https://jmp.sh/P9ikvYK
Screenshot for clarification: https://jmp.sh/7968VFa
Best Regards.
Thank you for your answer.
Sorry – my statement “mini-cart” was misleading. What I mean is the cart.
I added 3 items to the cart and opened the shop main page to make the issue better visible.
See also the screen shot / PDF document attached to this reply.
Hope I could make clear where the issue is.
Best regards
Attachments:
You must be
logged in to view attached files.
Most Welcome,
Within the theme options there is no such option to display the cart before the product grid in your shop page.
You might be using an element inside your shop page. Kindly share your login credentials so I can help you to remove that cart from the shop pages. Your prior login details not working any more.
Best Regards.
Thank you – Please find the info as priv.content.
Most Welcome,
Your problem is resolved. I used the below CSS code in global custom CSS area under theme settings >> custom CSS to hide that cart section for your shop pages:
.shop-content-area .woodmart-active-filters{
display:none;
}
Result: https://jmp.sh/H9bUn4W
Best Regards.