• When I click on a product the page opens up however, the photos and gallery do not appear. I just recently updated the theme tonight.

    any ideas??

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter L.Cini

    (@lcini)

    ok, found the problem but the categories/tags section overlaps the photos.

    Hey,
    Can you post a link? Have you changed the layout? the categories shouldn’t be near the photo?

    Kadence Themes

    Thread Starter L.Cini

    (@lcini)

    link: http://www.artmutts.com/shop

    I am also having a bit of trouble with the lining up of the products. It may be due to the fact a couple of items do nothave prices. The artist wanted them left blank so the alignment is off. I have done some changes to the sidebar (just reduced the size and moved it over to the right more)

    Is there a way to get rid of the grey color in the product boxes?

    thanks.

    Thread Starter L.Cini

    (@lcini)

    also the sidebar widget for the price filter does not pick up the unpriced products, any way to fix this?

    Thread Starter L.Cini

    (@lcini)

    the categories seem to have fixed themselves, however, I still have the issue of the unalignment on the product page due to the price not included.

    1. Don’t see anything strange on the product page, looks like you found a plugin for zooming and lightbox though.

    2. Products without prices.. first you need to set your title min height to it match.

    .product_item .product_details h5 {
    min-height: 60px;
    }

    If you want everything aligned then hide the prices on the shop page else you need to add something else for the price like (call for pricing).

    .product_item .product_price {
    display:none;
    }

    3. gray products, add this:

    .product_item {
    background: transparent;
    }

    4. I don’t see a price filter making sense on a website with so few products that actually have prices. But either way it’s woocommerce function so you can ask them about getting items with no price to show.

    Hope that helps.

    Kadence Themes

    Thread Starter L.Cini

    (@lcini)

    i tried adding the code for the height adjustment. it doesn’t seem to do anything. I can’t get these to line up.

    is there nothing else I can do here? i really would like this to look proper.

    also, is it possible to have the catalogue page buttons read “read more” and then have the product individual page read “contact artist”.
    i have set these up as external products so it links direct to the artist.

    What size screen are you on? It looks like in desktop mode.

    You would have to talk with woocommerce about then best way to change the catalogue button.

    Kadence Themes

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘product photos and gallery not working’ is closed to new replies.