Tagged: x
-
AuthorPosts
-
May 17, 2016 at 4:51 am #995159
glenmaherParticipantHi there.
I was wondering if you can help me with my woocommerce sidebar widget and the undo feature.
The site URL is http://wsh3-1e-syd.hostyourservices.net/~wholesa1/
When adding products to my cart the widget handles them well until too many are added and you cannot scroll down to the View Cart or Checkout buttons.
Also when items are removed a blue messagebox appears asking if I want to undo that action, can this be disabled or removed?
Here are some screenshots
The cart working fine
http://i.imgur.com/Qogd5Yg.jpgThe View Cart and Checkout buttons not appearing with more products in cart and cannot scroll down to them plus the undo message box
http://i.imgur.com/2RSnXDB.jpgThanks so much in advance
May 17, 2016 at 5:53 am #995212
ChristopherModeratorHi there,
Checkout and view cart buttons are displaying fine, see the attachment.
Please add following code in Customize -> Custom -> CSS :
.page-id-30 .woocommerce-message.x-alert.x-alert-info.x-alert-block { display: none; }Hope it helps.
May 17, 2016 at 6:08 am #995237
glenmaherParticipantHey Christopher
Thanks for the speedy reply.
I have fixed the missing cart buttons by adding a blank text box underneath the cart widget.
The CSS seems to have no effect in disabling the blue undo box.
I have cleared browser cache to make sure.
I see you specified “page-id-30” in your CSS, will this only affect that specific page?
Is there a universal solution.Thanks again for the quick reply
May 17, 2016 at 7:14 am #995283
JoaoModeratorHi There,
By removing .page-id-30 from the code above provided, it will affect the whole website.
Hope that helps,
If the code still doesn´t affect the website as you would like, please let us know.
Thanks,
Joao
May 17, 2016 at 7:22 am #995299
glenmaherParticipantBrilliant.
You are amazing.
Thank you so much.
May 17, 2016 at 8:13 am #995366
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-995159 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
