Tagged: x
-
AuthorPosts
-
February 9, 2017 at 3:18 pm #1364811
rainkoreParticipantI am having an issue with Woocommerce in X. I have tested with other themes and I do not have this issue. I have my basic shop setup. I can add items to a cart, but once I do the notice that the item has been added to your cart, view cart notification at the top does not allow me to click the view cart link. It is not actually linking anywhere.
I have included an image.
Not sure what the cause is. We aren’t really running many plugins so a conflict does not seem to be the issue.
http://staging4.24thand10.com/shop/uhs-reunion-ticket/
Thanks.
February 9, 2017 at 10:12 pm #1365390
RupokMemberHi there,
Thanks for writing in. It seems you have added the below code that’s causing the issue :
.x-navbar { background-color: rgba(255,255,255,0) !important; margin-bottom: -90px; position: relative !important; z-index: 99; }Kindly remove this to get expected result. When you add any custom code to your site, make sure you know what you are doing to avoid potential conflicts.
If you just want to get rid of the Navbar, you can use :
.x-navbar { display: none; }Hope this makes sense.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1364811 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
