Okay
  Public Ticket #1844501
Up sells thumbs row broke
Closed

Comments

  •  4
    Marcin started the conversation

    Hi!

    1. After turning on the upsells module on WC below he related product the thumbs row brake after third thumb, the fourth goes into new line. What can do with this? Please see link and attached image.

    2. There is no option to choose what related product displays? Is it random?
    Can I use up sells for that? How to turn off Related Products module now?

    3. Cant find the right string to change Du gillar kanske också…/You may also like… to Relaterade produkter, could you help?

    Many thanks!

    https://www.paolos.se/product/paolos-trucioli/

  •  8,996
    Tahir replied

    Hey Again,

    1. Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .woocommerce-page ul.products li.product.last, .woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.material.last, .woocommerce ul.products li.product.material.last {
        margin-right: 0px !important;
    }

    2. Try adjusting these options : http://prntscr.com/m4ficr  .

    3.Try using this Plugin : https://wordpress.org/plugins/say-what/ . 

    You can find the list of string in "salient/lang/nectar_salient_strings.pot" file next to the "msgid" variable as below.

    msgid "Leave a Reply"
    msgid "Cancel Reply"
    

    In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words  add "woocommerce" in "Text domain" . The fields are case-sensitive meaning "next project" wont work and you will have to add "Next Project" .

    9799383690.png


    Thanks 


    ThemeNectar Support Team 

  •  4
    Marcin replied

    Hi Tahir!

    Many thanks!

    1. Work like a charm

    2. Works for upsells, yes

    3. I am using Say what, but still cant find the right string. If the site is set to Swedish as wordpress language the string should be english or in swedish?


  •  8,996
    Tahir replied

    The correct string is :

    #: nectar/helpers/blog.php:400 nectar/redux-framework/options-config.php:3827
    msgid "You May Also Like"

    Best


    ThemeNectar Support Team 

  •  4
    Marcin replied

    Thank you Tahir!

    All the best!