Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #194078

    I am trying to adjust the Individual Product Page.

    I want to get rid of the left-column and instead have the product description and its images display all in one single column.

    If possible, I would like the images to appear above the product description / reviews – as a simple slideshow

    How can I edit the single product page to remove the left widget or column?
    How can I then change the images to display above the Description / Reviews tabs?

    As an example, I have manually created a slideshow for this product, but I cannot get rid of the image on the left column without removing the featured image.

    #194378

    Hey rednovaMeUp!

    You should go to wp-content\plugins\woocommerce\templates folder to modify WooCommerce templates. Can you post a screenshot and show us changes you would like to make?

    Best regards,
    Yigit

    #194444

    Hello Yigit,
    I don’t fully understand the hooks and structure of the PHP and CSS files of the WooCommerce templates.

    However, these are the changes I would like to make. On the page I’ve included, I just created an Enfold Simple Slideshow in the “Short Description” area of this particular product.
    Single Product Page

    If it’s possible to have my “Featured Image” and “Product Image Gallery” images automatically incorporated into a slideshow, that would be the best option. But at a minimum, I would like the left column removed and then I can manually create the slideshow for each product.

    #194595

    Hi!

    Can you also post the link to your website?

    Cheers!
    Yigit

    #194623

    http://rednovamedia.com/arabella

    Let me know if you also need an administrator account.

    #194636

    Hey!

    You can add this on your custom.css or Quick CSS:

    .single-product .four.units.single-product-main-image.alpha {
    display: none;
    }
    
    .single-product .eight.units.single-product-summary {
    width: 100%;
    }

    You can manually add the featured image on the slider if you want.

    Cheers!
    Ismael

    #194681

    Thank you! That works perfectly!

    Will that affect any other areas of the website though?

    #194709

    Just for anyone else with this change:

    I also had to remove the 50px margin-left on this div. So the code ended up being:

    .single-product .eight.units.single-product-summary {
    width: 100%;
    margin-left: 0px;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Product Page Images’ is closed to new replies.