-
AuthorPosts
-
August 15, 2018 at 10:35 pm #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.
August 16, 2018 at 7:37 am #997817Hey 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,
RikardAugust 16, 2018 at 9:13 am #997859Thanks, 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.
August 16, 2018 at 10:29 pm #998189Hi,
What are your product filtes, cant see any values so that is most probably because they are not loading on sidebar?
Best regards,
BasilisAugust 17, 2018 at 7:50 am #998305Not 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.
August 18, 2018 at 12:01 pm #998693Hi,
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,
DudeAugust 29, 2018 at 2:44 am #1002936Hi, 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.
August 30, 2018 at 9:25 am #1003454Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.