• Resolved booke022

    (@booke022)


    Hello

    What a perfect plugin change from post x to eCommerce and I am very happy – great work

    the only small problem is that the item image on the page is looking good however, when I go the the product page it’s width is fine but the length is too short cutting the image in half.
    I am using Modern grid – when I click on it it looks perfect on the next screen it’s just on the list of products

    is there a way I can large it please, please.

    many thnaks again

    T.

    https://wordpress.org/plugins/ecommerce-product-catalog/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter booke022

    (@booke022)

    Hello

    I can now see where the problem is

    It’s to do with my hatch theme – in the style.css there is the following

    /* style.css (696, 49) */
    /*media all*/
    .home .hentry, .archive .hentry, .home .sticky {
    float: left;
    width: 23.4%;
    height: 150px;
    margin: 0 2.127659574468085% 20px 0;
    position: relative;
    overflow: hidden;
    }

    If I change the height via debug
    I can see the images in the product list however if I try and change the value it messes up all my sites images.

    I am seeing on 1/3 of the first row of images there should be 10 products and next and previous page which are not showing up.

    it’s such a good plugin I really need to use it – thanks

    Is there a way to override this in your product
    Cheers

    T.

    Plugin Author ndre

    (@ndre)

    I cannot be sure without looking at your website however you can try this rule in your theme or custom CSS file:

    .home article.al_product.hentry, .archive article.al_product.hentry {
    height: auto;
    }

    What theme are you using? Can you provide example URL?

    Thread Starter booke022

    (@booke022)

    Thank you so much for the reply

    sorry to say I am working local host for now.

    I am using the hatch theme

    any hints would be greatly appreciated this site is dedicated to my late son who passed last year

    I will try it and let you know

    cheers

    Thread Starter booke022

    (@booke022)

    yes you are a star – thank you so very very much.

    Now at least can see the images however, I will need to run regenerate thumbnails but I think it should be ok.

    Just on more I have checked the box

    Enable Product Listing Page

    but still can’s set ext/previous page

    cheers

    Plugin Author ndre

    (@ndre)

    Do you mean that the pagination doesn’t show up? How many products do you have in your catalog? How many per page did you set in product settings?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Item image’ is closed to new replies.