Home Forums Basel support forum Product categories in VC bug

Product categories in VC bug

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #37253

    nqpster
    Participant

    Hi,

    I got a problem with the product categories in VC. On my home page, I have a slider + section title. Everything is nice at this point. But when I add the product categories to have the same as on your demo (the 4 images in masonry), everything disappear! And when I remove the product categories element, everything goes back to normal. I tried to do the exact same config as on your demo and I tried all settings but nothing. Still disappearing when I add this element. Do you know why?

    Thanks you in advance!

    #37277

    nqpster
    Participant

    And even when I add a product, it doesn’t appear on the shop page :/ It says there is 2 products but doesn’t show them.

    Attachments:
    You must be logged in to view attached files.
    #37310

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for contacting our support center.

    Could you please provide us your admin access so we can check this problem on your side?

    Kind Regards
    XTemos Studio

    #37493

    nqpster
    Participant

    Hello,

    Thank you but the problem is solved 🙂
    I think it was a problem with my install.

    But I have another problem. I can’t do the product page as on the demo. I want to put the thumbnail on the left side of the product and not on the bottom but I don’t find where I can do it :/
    And another thing, I had like to have exactly the same design as on this product page

    https://demo.xtemos.com/basel/shop/man/coloured-jacket-basic/

    But in my website the wishlist and compare button is abose the line. I had like to have it under the line as on your exemple with the thumbnail on the left of the pic.

    Thank you in advance!

    #37494

    nqpster
    Participant

    Here is the pic of how it looks on my website

    Attachments:
    You must be logged in to view attached files.
    #37509

    nqpster
    Participant

    And one last thing, how can I remove the complementary infos and shipping delivery section on the product page?

    Thanks!

    #37510

    Artem Temos
    Keymaster

    Hi,

    1. You can change product thumbnails position in Theme Settings -> Product page.

    2. Try to add the following code snippet to the Custom CSS area in Theme Settings to change compare and wishlist buttons position

    body .product-type-simple .entry-summary .yith-wcwl-add-to-wishlist {
       display: block;
       padding-top: 20px;
       margin-top: 10px;
       margin-bottom: 15px;
       border-top: 1px solid rgba(119,119,119,.17);
    }
    
    body .product-type-simple .compare-btn-wrapper {
       margin-bottom: 20px;
    }
    
    body .product-type-simple .product_meta {
            border-top: none;
       padding-top: 0;
       margin-top: 0;
    }

    Regards

    #37515

    nqpster
    Participant

    Thank you, everything works!!

    #37517

    nqpster
    Participant

    So only one last thing I want to desactivate 🙂 The complementary infos on the pic

    Attachments:
    You must be logged in to view attached files.
    #37523

    nqpster
    Participant

    Ok nevermind I found it 🙂
    Big thanks for your help and good job with the theme!

    #37535

    Artem Temos
    Keymaster

    Great, you are welcome!

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