Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • in reply to: Product Overlay Transition Type: Fade – Not Working #58796
    vicfirth
    Member
    Post count: 7

    Brookebot,

    We had the same problem. At the risk of stating the obvious, check to be sure that your featured image and the first image in your gallery are not the same. If they are, the fade effect will appear to not be working because it’s fading from img01 to img01.

    in reply to: Thumbnails Product Overlay Transition #58793
    vicfirth
    Member
    Post count: 7

    For anyone searching for an answer to this problem, the thing you’re likely missing is that you haven’t selected a featured image for the product.

    Take a look at the code of your non-working image in firebug. You’ll see a <figure> with an <a> inside. Inside the <a>, you’ll see two divs with a class of product-image. Notice in the code, the first div.product-image is empty. The second has an image in it — the image that you’re seeing!

    So while you’re tempted to think “it’s showing my first image, but not the second”, what you’re seeing is actually your second image (first gallery image). The “first image” (the featured image which you haven’t set) is just not being output by WP because it doesn’t exist.

    Go set a featured image and be happy.

    in reply to: Thumbnails Product Overlay Transition #58783
    vicfirth
    Member
    Post count: 7

    I’m having the same issue. Is there a fix?

Viewing 3 posts - 1 through 3 (of 3 total)