• Resolved ssailer

    (@ssailer)


    Is there any way to display the related items in a grid format? If I disable the slider, the images are huge, and stacked vertically. I would purchase this plugin if it did that! ??

    Thank you.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Vagelis

    (@eboxnet)

    Hello @ssailer, happy to help if you give me a link to your website.

    Thread Starter ssailer

    (@ssailer)

    Plugin Author Vagelis

    (@eboxnet)

    Can you please disable the slider?

    Thread Starter ssailer

    (@ssailer)

    Yes. Done.

    • This reply was modified 3 years, 11 months ago by ssailer.
    Plugin Author Vagelis

    (@eboxnet)

    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;
      }
    }
    Thread Starter ssailer

    (@ssailer)

    It looks awesome! Can it be limited to 3 items per line?

    Plugin Author Vagelis

    (@eboxnet)

    Yes ofc, just change width from 25% to 33.33%

    Thread Starter ssailer

    (@ssailer)

    Oh, I got it working to display 3 on a line. Thank you so much!

    Plugin Author Vagelis

    (@eboxnet)

    No problem ??

    Thread Starter ssailer

    (@ssailer)

    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 3 years, 11 months ago by ssailer.
    Plugin Author Vagelis

    (@eboxnet)

    Noted!
    I am glad you like it.
    You can add a review if you have a minute.

    Thread Starter ssailer

    (@ssailer)

    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.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Display in grid format?’ is closed to new replies.