Sidecart icon not showing
-
wrote 29 days ago last edited by
Hi Armin,
I have another problem with the shop. Since the new update, the sidecart cart button doesn't appear.
I checked the code and there is a display block : none!important; in one of your css file.
In the admin of WooCommerce and SideCart everything is on to display this button.
Could you have a look please?Thx
Kind regards, -
yea in the original woocommerce integration, i hid this button by default.
then the authors of the sidecart plugin changed the classes of these buttons, so they were displayed again. cause my css that hides them wasn't targeting the right class anymore i think.cause the idea is for lay theme users to use this way of having a cart button:
https://laytheme.com/documentation/shop-setup.html#cart-menu-pointbut i understand that button you're trying to show can be nice to have.
the issue with that button is:
i saw that it didn't position correctly when opening the sidecart on mobile.
making it position correctly was kind of hacky or hard to do right, so i thought it would be better to not have this button at all.i will change my css with the next update, so it wont be force-hidden anymore.
ppl can still turn it off in their sidecart plugin settings.for now to show it again use this css:
.xoo-wsc-basket { display: block !important; } .xoo-wsc-basket[style*='block'] { display: block !important; }
-
wrote 17 days ago last edited by
Thank you Armin.
Kind regards -
Should be fixed now with the last update.
-
wrote 4 days ago last edited by
Thank you
I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it