• Resolved etiennedar

    (@etiennedar)


    Hi,
    Thank you for this great plugin.
    Works perfectly.
    I just have 2 issues.
    My theme has a 4 columns (3 products columns and a sidebar) by default.
    But I would like to have 4 columns of related products on product single pages.
    Any idea how I could do this ?

    Also, I would like to change the “related products” title, to another font style.
    Any CSS idea ?
    Thank you

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

    (@eboxnet)

    Hello @etiennedar thanks for using Woo Related Products.
    Please update to the latest version (just pushed an update), after the update you ll be able to use .woorelated-title to style the H2 title.

    As for the columns thing would be great if you could give me your website url so i can take a look.

    Thank you.

    Plugin Author Vagelis

    (@eboxnet)

    Just in case you are not familiar with css you can use something like this to change font

    h2.woorelated-title {
    font-family: ‘Roboto’;
    }

    Thread Starter etiennedar

    (@etiennedar)

    Hi,
    Thank you very much.

    I changed the title, this is perfect.

    As for the columns, I am still working on a dev site, not online for the moment.
    When I set 4 products to appear, they appear on 3 visible columns (I think because It is replicating the shop page which has 3 product columns and a sidebar column).
    Attached is what it looks.
    I would prefer to have the 4 related products appear on one line.

    https://pasteboard.co/GAAF7pK.png

    Thank you very much !!!

    Plugin Author Vagelis

    (@eboxnet)

    Is this a custom theme ?
    Do you use template override files for products ?

    Thread Starter etiennedar

    (@etiennedar)

    Actually I managed to find another solution ??
    with this link
    https://gist.github.com/raisonon/10107850 and set to 4 columns
    /* 4 Columns */
    .woocommerce.single-product ul.products li.product,.woocommerce-page.single-product ul.products li.product,.woocommerce.single-product .upsells.products li.product,.woocommerce-page.single-product .upsells.products li.product{width:22.05%}

    It now looks perfect!
    https://pasteboard.co/GAAX7lh.png

    Thank you for your plugin!

    Plugin Author Vagelis

    (@eboxnet)

    Glad you found a solution , if you need anything else do let me know.
    If you have 2 minutes please add a review for the plugin.
    Thanks.

    Thread Starter etiennedar

    (@etiennedar)

    will do!

    Hello,

    Do you have in-detail step solution for this ? I’d like to set Related Product for 4 column just like here, but following the link you recommended I could not make any changes for my site. I’m not sure whether I did it wrongly.

    Appreciate your sharing and great plugin , looking forward to hearing from you.

    Plugin Author Vagelis

    (@eboxnet)

    Hello @mollietjk from what i see @etiennedar ‘s solution is a combination of functions and php. Please try https://www.ads-software.com/plugins/woo-columns/ and if it doesnt work open a new support ticket and i will get back to you

    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘4 columns and related products title H’ is closed to new replies.