Hello @ssailer, happy to help if you give me a link to your website.
Can you please disable the slider?
There’s a conflict with your minified CSS
Try this:
.woo-related-products-container ul.loops-wrapper.products>li.product {
width: 25%!important;
padding: 20px!important;
float: left!important;
box-sizing: border-box!important;
margin-right: 0!important;
margin-bottom: 3.2%!important;
clear: none!important;
}
@media screen and (max-width: 768px) {
.woo-related-products-container ul.loops-wrapper.products>li.product {
width: 50%!important;
}
}
It looks awesome! Can it be limited to 3 items per line?
Yes ofc, just change width from 25% to 33.33%
Oh, I got it working to display 3 on a line. Thank you so much!
If you ever create something like this, where you could assign multiple taxonomies so you could display them on different pages of the site, and relate different taxonomies, I would buy this from you in a heartbeat! This is such an awesome plugin!
Thank you.
-
This reply was modified 1 year, 1 month ago by
ssailer.
Noted!
I am glad you like it.
You can add a review if you have a minute.
Good morning. We added “real” date to the site, and now it’s not relating any longer. It says, “Taxonomy IDs to exclude (comma separated).” Where do I enter the taxonomies I want to “include?” For example, there is a taxonomy named product_artist, which links the designer to the item in the online store. I’m using the shortcode [woo-related]. Should I expand on this?
I swear it used to work! Not sure why it stopped! :/
Thank you.