Okay
  Public Ticket #2967276
Theme problem
Closed

Comments

  •  2
    kupiter started the conversation

    Hi 

    The default product number count in a menu is 3 digits in Salient, please modify to 6 digits, as we have many products. 

    See the attachment.  

    Thanks!

    Edwin 

  •  8,839
    Tahir replied

    Hey Again,

    Please enable the Product count so i can write up css to correct the issue.

    Thanks 


    ThemeNectar Support Team 

  •   kupiter replied privately
  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .widget.woocommerce .product-categories li .count, .widget.woocommerce .wc-layered-nav-term .count, .widget.yith-woocommerce-ajax-product-filter .count {
        width: auto !important;
    }
    .widget.woocommerce .product-categories li .count span.post_count {
        padding: 5px;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    kupiter replied

    Hi Tahir,

     

    It works. Thanks!

     

    There is another request, the widgets for list products in side bar, such as “recent viewed”, “top selling”, and “Featured” used to show product image thumbnails on the left, rather than on the right side as it is now. Also previous image thumbnails are larger (preferred), please help to modify back as before.

     

    Best Regards

    Edwin 

  •  8,839
    Tahir replied

    Hey Again,

    Please turn off the Litespeed Cache Minification settings so we can check whether this issue is caused by it?.

    Thanks 


    ThemeNectar Support Team 

  •   kupiter replied privately
  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
        float: left !important;
        margin-right: 9px !important;
        width: 50px !important;
        margin-left: 0px !important;
    }

    Thanks


    ThemeNectar Support Team