Home Forums WoodMart support forum Product Categories in Visual Composer shows different sized images

Product Categories in Visual Composer shows different sized images

Viewing 13 posts - 31 through 43 (of 43 total)
  • Author
    Posts
  • #38634

    arven1
    Participant

    So there are no plugin that can achieve that ever right?

    #38647

    Artem Temos
    Keymaster

    We didn’t have a chance to work with such plugin so we can’t suggest you one.

    #38731

    arven1
    Participant

    Understood. Can you tell me is there any possible way of displaying DESCRIPTION, ADDITIONAL INFORMATION, REVIEWS, SHIPPING & DELIVERY on vertical not under the product so it can be more visible?

    #38735

    arven1
    Participant

    If that is not possible, is it possible to make this buttons to look something like this in attachment?

    #38800

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area for dekstop device only in Theme Settings to change the button

    body .tabs-layout-tabs .tabs li {
        margin-right:0;
    }
    
    body .tabs-layout-tabs .tabs li a {
        padding-top: 17px;
     padding-bottom: 17px;
        padding-left:30px;
        padding-right:30px;
        line-height: 1;
    }
    
    body .tabs-layout-tabs .tabs li.active a {
          background-color: #c13030;
       color: white;
    }
    
    body .tabs-layout-tabs .tabs li a:after {
        content:none;
    }
    #39904

    arven1
    Participant

    Thanks, this works. What about vertical align of products. Something like it is here: https://cms-assets.tutsplus.com/uploads/users/227/posts/25438/image/product-attributes-before.jpg

    #39932

    Artem Temos
    Keymaster

    Sorry, but there is no such style for products tabs in our theme. You can try to use “Accordion” style available in Theme Settings -> Product page -> Tabs.

    #40157

    arven1
    Participant

    Thanks. I believe that will be good enough. 🙂

    Tell me something else please, when you access single product page (check private link for example), why is this message preset in there: The product is already in quote request list!
    Even that product is not added to quote list at all. Do you maybe know why?

    #40158

    arven1
    Participant

    Also one more question is there… you said that through HTML Blocks I can add new Tab in single product page, but seems like this tab needs to be same for all single product pages. Is there any possibility to set up different tab for each single product?

    #40183

    Artem Temos
    Keymaster

    1. This message is related to quote plugin you use so would better contact its developers for help in this question.

    2. Sorry, but our theme doesn’t have additional options for tabs and there is no possibility to add custom tab for particular products.

    Regards

    #40415

    arven1
    Participant

    I find a way for 2. I’ll contact plugin developers for 1.

    But one thing is not clear for me… My product thumbnails on homepage are blurred after I use Regenerate thumbnail plugin for it. I don’t want it to be blurred! But in new Woocommerce there are no possibility to adjust which sizes of products to get because it is automatically reduced size. Now, how can I adjust this images not to be blurred? That’s very important and surely related with your theme. Can you help?

    #40418

    arven1
    Participant

    Ignore my last question, I find the way. Thank you.

    #40489

    Artem Temos
    Keymaster

    OK, we are glad that you found the solution.

Viewing 13 posts - 31 through 43 (of 43 total)