Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #997781

    any product detail pages do not have enough space it comparing with normally it does.

    look at the picture by clicking (https://drive.google.com/open?id=1rVbYfRB2qLhF7tNKzafjCOk4V5loS44g)

    hope you to solve it soon thanks.

    #997815

    Hey ngavy,
    The product page is created with two columns, one column for the images and one for the details
    Please see the comparison between your page and the standard page in the screenshots in the Private Content area

    Best regards,
    Mike

    #997846

    Hello. I saw the two pics. but I don’t know what you are saying. it looks 2 columns both. but what I want to make is that only detailed page or contents layout should be the full-width layout. I guess I have seen some time in my same homepage, but not anymore. so please find us any solution. thanks again.
    seongjin

    #998236

    Hi,
    To remove the column with the images and show the content at full width, Please try this code in the General Styling > Quick CSS field:

    #top.single-product .single-product-main-image.alpha {
        display: none !important;
    }
    @media only screen and (max-width: 479px) { 
    #top.single-product .single_variation_wrap {
        margin-left: 10% !important;
    
    }
    }
    @media only screen and (min-width: 480px) { 
    #top.single-product .single_variation_wrap .npay_storebtn_bx{
        margin: 0px !important;
    
    }
    #top.single-product .single_variation_wrap {
        width: 30% !important; 
        margin: auto !important; 
    }
    }

    Please clear your browser cache and check after adding the css

    Best regards,
    Mike

    #1034636

    Hello. I updated enfold 4.5 and tried this css again.
    But it makes no display product pictures in each product page.
    Please tell me what should i do.
    thanks. always.

    #1034664

    Hi,
    I took a look at your page and the past posts above, the reason the product images don’t show is because of this code:

    #top.single-product .single-product-main-image.alpha {
        display: none !important;
    }

    which at the time was used to hide the images so you would have one wide column instead of two.
    Please feel free to remove the code posted August 17 to show the image column.

    Best regards,
    Mike

    #1034697

    yes. you are right. but if I remove it, it appears two column. and I don’t want to make detail page short. I want to wider that full of the screen. please let me know the code.

    #1034799

    Hi,
    If I understand correctly, you would like your product pages to be a single column, full width, and show the product images.
    Where would you like the product images, at the top of the page or the bottom?
    Your product pages have a max-width of 800px, do you want that to stay true, or do you want them to be full width?
    Please include a admin login so we can make the changes.

    Best regards,
    Mike

    #1035033

    thanks for your reply. but i tink you didn’t understand what I want to make.
    I want to make two columes at the first. left should be the product images, and right sum of infomation, options and buttons.
    next down, need to be one colume for detailed page with max-width of 800px. please look carefully and let me know.
    Thanks.

    #1035391

    Hi,
    So you would like 2 columns above and 1 column below, like in this screenshot:
    2018-11-19-205652
    This was done by adding this code to the end of the functions.php file in Appearance > Editor:

    function av_woo_tabs_below() { 
    remove_action(    'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 );
    add_action(    'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 20 );
    } 
    add_action( 'init', 'av_woo_tabs_below');

    Best regards,
    Mike

    #1035425

    Hi. Mike.
    That is what I want to talk.
    but sadly, I added what you post in the function.php. Nothing came up here. you should look it up.
    regards
    Seongjin

    #1035471

    Hi,
    Sorry I for got to say that you would want to remove the css code I gave you earlier, when I didn’t understand what you wanted.
    I removed it for you. Please clear your browser cache and check.

    Best regards,
    Mike

    #1035491

    Yes. It is working! Awesome!
    I appreciate your work!
    Thanks!

    #1035599

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘any product detail page layout in woocommerce appears narrow.’ is closed to new replies.