Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1364811
    rainkore
    Participant

    I 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.

    #1365390
    Rupok
    Member

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1364811 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>