Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #997703

    I can’t get the products filter widget to appear in the sidebar of the Shop page. I tried Products by attribute and WC Products filter (by Themify). None of them display, yet they work fine if I switch to default theme. Shop is the default Shop page by WC, and I also disabled all plugins except WC and WC Products Filter. It doesn’t work, and on Shop page i can’t even get any widget to display.

    #997817

    Hey Cravat,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #997859

    Thanks, and here you go. I’m sure I’m doing something wrong, just don’t know what – I have tried all possible sombinations under page template settings and widget settings.

    #998189

    Hi,

    What are your product filtes, cant see any values so that is most probably because they are not loading on sidebar?

    Best regards,
    Basilis

    #998305

    Not sure what you mean… I tried using the “Products by attribute” filter, and “WC products fitler” plugin, the same result. You can see under Products filter in backend, I added 4 filters.

    However, check out the “Contact us” page, the widget is appearing – of course, it’s not giving any results since filters only work on product pages, but it is appearing.

    #998693

    Hi,

    The culprit was some custom css code in the quick css field (at the very bottom):

    
    .woocommerce.woocommerce-page .container .av-content-small.units {
        width: 100%;
        border: none;
    }
    

    I commented out the code and now the sidebar including the widgets shows up on the shop pages.

    Best regards,
    Dude

    #1002936

    Hi, thanks for the reply. Sorry for the delay in replying, had a surprise weeks trip to do.

    That’s the code I found here on the forums, I used to make product boxes equal heights in the slider. So now I am back to square one with that – notice on the homepage, under SALE, how the middle box is larger than other two. Any idea how to fix that?

    Also, on My account page, “Lost your password?” link overlaps with “Log in” button. And the logo inherits the link color scheme, how can I make it not do that? I do not want the light brown hover color for it.

    #1003454

    Hi,

    1) You just need to set a minimum height value for the container like:

    
    #top .inner_product_header {
        min-height: 98px;
    }
    

    The min-height value depends on the length/size of the product titles but 98px gave me good results on your homepage.

    2) Please use this css code to move the password link to the bottom:

    
    #top .woocommerce .login .lost_password {
        top: 0;
    }
    

    Best regards,
    Dude

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.