Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1351675
    murraymillion
    Participant

    We’d like to resolve a large gap on our Shop pages. Is there a simple snippet to resolve this newest issue?

    X Version: 4.6.4

    http://brewthru.com/shop

    (See attached screenshot)

    #1351821
    Prasant Rai
    Moderator

    Hello Murry,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    ul.x-post-carousel.unstyled {
        display: none !important;
    }

    Thanks.

    #1352225
    murraymillion
    Participant

    Thanks for the snippet, is there a way to exclude that to the shop pages and not the rest of the website?
    For some reason the shop pages are missing the carousel element as seen here http://brewthru.com/locations/corolla/

    #1352357
    Rupok
    Member

    Hi there,

    In that case try this CSS :

    .page-id-124 .x-post-carousel.unstyled {
      display: none;
    }

    Cheers!

    #1352516
    murraymillion
    Participant

    Perfect! Thanks again!

    #1352518
    murraymillion
    Participant

    Oh, another issue regarding the shop pages..

    The ubermenu is not working on those specific pages, any ideas?

    #1352726
    Jade
    Moderator

    Hi there,

    You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know how it goes.

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