Home Forums WoodMart support forum Problem with blog when i have theme child

Problem with blog when i have theme child

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #682122

    Maiursz
    Participant

    Hi, when i turn on child theme my blog layout crash

    #682123

    Maiursz
    Participant

    How to change height of main photo?

    #682291

    Hung Pham
    Keymaster

    Hi Maiursz,

    Thanks for reaching to us.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,
    Hung PD

    #682322

    Maiursz
    Participant

    Ok i give you

    #682420

    Hung Pham
    Keymaster

    Hi Maiursz,

    Thanks for details.

    1. Blog

    It caused by the Custom CSS in child theme.

    2. Images

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .single-product .woocommerce-product-gallery img {
        width: auto;
    }

    Regards,
    Hung PD

    #682434

    Maiursz
    Participant

    https://woodmart.xtemos.com/shop/lighting/fermentum-potenti/
    i would like to have main image size like it, how i can change it in my site?

    #682645

    Hung Pham
    Keymaster

    Hi Maiursz,

    You are using a Custom Single Product layout, which is built with WoodMart WooCommerce builder. Navigate to Layouts > Layout to edit product layouts > here you can reduce galleries’s container’s width https://ibb.co/VY6nJJ82

    Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/

    Regards,
    Hung PD

    #683301

    Maiursz
    Participant

    Hi i would like to limit category max 2

    • This reply was modified 2 weeks, 3 days ago by Maiursz.
    Attachments:
    You must be logged in to view attached files.
    #683303

    Maiursz
    Participant

    Give me funcions please

    #683488

    Hung Pham
    Keymaster

    Hi Maiursz,

    Thanks for your patience.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div.wd-product-cats a:nth-child(n+3) {
        display: none;
    }

    Regards,
    Hung PD

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