• Resolved Nicu Danciu

    (@nicu-danciu)


    Hi,
    My site is https://www.papercupsplates.co.uk.
    In the product page, the thumbnails appears on the right of the main image. I need them below the image.
    Also I need to setup a bigger product image. I tryed in many ways, it didn’t work.
    Please, please do not tell me to Regenerate Thumbnails. It was my worst experrience. I had to add all images again.
    Please do not ask me to rgenerate thumbnails!!!!!!!!!!
    Storefront Product Pagination installed. Where can I find it??????????
    Please HELP! I’ve lost so much time with these items.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter Nicu Danciu

    (@nicu-danciu)

    I am so upset. I worked so much on this site. I’ve wrote a million css, and still does not work properly.
    I don’t know, Storefront or Woocommerce, but something is going bad. Anyway, I saw on other forums that many people is asking about the product page unproper function in Woocommerce.
    I’m about to add the payment gateway, I hope I will not have problems there ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In the product page, the thumbnails appears on the right of the main image. I need them below the image.

    Try adding this to your Child Theme style.css file, or Custom CSS plugin:

    .single-product div.product .images .thumbnails {
        display: block;
        float: none;
    }
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Also I need to setup a bigger product image. I tryed in many ways, it didn’t work.

    Try adding this to your Child Theme sytle.css file, or Custom CSS plugin:

    .single-product div.product .images .woocommerce-main-image {
        width: 100%;
    }

    Make sure you enter the right settings in woocommerce settings product images hardcrop fields.

    Thread Starter Nicu Danciu

    (@nicu-danciu)

    Andrew Nevins, thank you for your quick answer.
    It’s almost working. The thumbnails are now bellow the image, but they are displayed in a column. I need them in a line.
    Also the image became larger, but now is blured.
    Please take a look on my website https://www.papercupsplates.co.uk

    Marvel Labs, thank you.
    I will never modify anything anymore on woocommerce settings product images because you need to regenerate thumbnails after that. And I swear I will not do it anymore again in my living days on Earth.

    Thread Starter Nicu Danciu

    (@nicu-danciu)

    About Storefront Product Pagination: I found it and it looks beautiful.

    Thread Starter Nicu Danciu

    (@nicu-danciu)

    Hi Andrew Nevins,

    .single-product div.product .images .thumbnails {
    display: -webkit-inline-box;
    float: none;
    }

    worked for moving thumbnails in a line under the image.
    Thank you.

    Still the product image is blured.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s almost working. The thumbnails are now bellow the image, but they are displayed in a column. I need them in a line.

    Can you provide a link to a page with the problem?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Also the image became larger, but now is blured.

    Need to see the webpage

    Thread Starter Nicu Danciu

    (@nicu-danciu)

    Andrew Nevins, thank you for your quick answer.
    The link is:
    https://www.papercupsplates.co.uk/product/4-oz-biodegradable-cup-gray/

    Thread Starter Nicu Danciu

    (@nicu-danciu)

    By the way, can I make bigger thumbnails? Woocommerce settings product page has no effect.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter Nicu Danciu

    (@nicu-danciu)

    Thank you Andrew Nevins
    Yes, it is. But before it wasn’t. Strange. I will try to photoshop it.
    Bigger thumbnails? Can I make bigger thumbnails?

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘DELI theme- I want to move thumbnails from right to bottom of the main picture’ is closed to new replies.