Home Forums WoodMart support forum how to show list products

how to show list products

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #320680

    alextrinh
    Participant

    i can’t show list products. Demo here: https://prnt.sc/1te8vlg

    #320717

    Hello,

    I saw the screenshot you attached.

    You need to use the products list widget in the Shop page Widget area under Appearance >> Widgets.

    Screenshot for Clarification: https://gyazo.com/249c357a4f074f6f84dacd30a7315c37

    Best Regards

    #320972

    alextrinh
    Participant

    not show list
    Backend: https://prnt.sc/1tjal8o
    Fontend: https://prnt.sc/1tjam9w

    #320996

    Hello,

    Please provide the login details of the website because the login details provided previously are not working.

    Regards.
    Xtemos Studios.

    #321006

    alextrinh
    Participant

    Pls check Private Content

    #321012

    Hello,

    Sorry but the login details you provided are again not working.

    Please provide the correct login details to let me assist you further.

    Regards.
    Xtemos Studios.

    #321017

    alextrinh
    Participant

    please login again: https://prnt.sc/1tk5ndu

    #321022

    alextrinh
    Participant

    i use plugin: Temporary Login Without Password

    #321024

    Hello,

    The login url you provided is redirecting to the homepage.

    And the WordPress login url asks auth login:

    https://gyazo.com/480edf5773c915fa838f2b33a1ed9525

    Please provide the both auth and wordpress login details then we will fix the issue for you.

    Regards.
    Xtemos Studios

    #321027

    alextrinh
    Participant

    Sorry i protect folder admin

    #321030

    Hello,

    The issue on our website is caused by the Custom CSS you used.

    I have removed the CSS you added for the Product list widget and the issue is fixed.

    The CSS is as follows:

    .product_list_widget > li img {
       
        max-width: 100%;
       
    }
    .product_list_widget > li {
       
        border-bottom: 0px;
            flex: 0 0 25%;
        max-width: 25%;
    }
    .product_list_widget > li .widget-product-wrap {
     
        display: inline-block; 
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    ul.product_list_widget {
        display: flex;
       
    }
    .product_list_widget > li .product-title {
      
        word-wrap: break-word;
    }
    ul.product_list_widget {
        flex-wrap: wrap;
    }
    .product_list_widget > li .widget-product-img > img:hover {
    -webkit-transform: scale(1);
    	transform: scale(1);
    }
    
    .product_list_widget > li {
    
        flex: 0 0 25%;
        max-width: 25%;
    }

    Best Regards

    #321040

    alextrinh
    Participant

    Thank you

    #321042

    Hello,

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

Viewing 13 posts - 1 through 13 (of 13 total)

The topic ‘how to show list products’ is closed to new replies.