Tagged: sharing, sidebar, woocommerce
I had the same alignment issue as this post: https://kriesi.at/support/topic/woocommerce-shopping-cart-widget-buttons/
I added the code:
#top div .widget_shopping_cart .button { float: left; }
And it fixed the alignment of view cart and checkout buttons.
My questions are:
1. The sidebar does not show up on mobile. How do I get the sidebar to show up in Mobile?
2. How do I get rid of the Sharing buttons at the top? I disabled sharing buttons on the page in the editor.
Thanks.
Hey Jeff!
1) Go to the theme options page (Enfold > Sidebar) and tick the “Sidebar on Smartphones” checkbox.
2) Can you post a link to the page please – maybe we can hide them with css. The theme does not add any sharing buttons to the content and thus a plugin must cause this issue…
Best regards,
Peter
Thank you very much.
Sorry, forgot to post the link to the page but here you go: http://origmedia.com/shop/
You guys rock!
Thanks.
Hey!
Add this on Quick CSS or custom.css to hide the social buttons:
.sharedaddy.sd-sharing-enabled {
display: none !important;
}
Regards,
Ismael
Thank you, guys. Ismael, based on your suggestion, I found the setting in Jetpack > Sharing and I made the changes there.
It’s working how I want it. Thanks again!