Topic Resolution: Resolved
  • Closed
  • Heinrich
    Spectator
    July 28, 2015 at 11:49 am #19250

    Hi,

    I am using the Evolve+ theme in combination with standard woocommerce plugin. Both with lastest releases.

    When clicking on a product category I am getting the product catalog displayed correctly. If I then click on a individual product image I get the product name and product description displayed. However, the image itself is not displayed but only a white space. I can even click on this white space and get the product correctly display in the whitebox.

    This issue only appears on iPad. Both iPad2 and iPad Air.

    I tried to deactivate the lightbox function but the described issue did not disappear.

    This is a real showstopper for me to get my webshop up and running. Do you have any idea how I can get it fixed?

    Kind regards
    Heinrich

    Imran
    Spectator
    Posts: 402
    July 28, 2015 at 4:13 pm #19265

    Hi Heinrich,

    Thanks for writing in, would you mind providing us with the URL of your website so we can take a closer look into your setup and provide you a detailed response.

    Thanks.

    Heinrich
    Spectator
    Posts: 13
    July 28, 2015 at 4:38 pm #19268

    Hi Imran,

    sure. Here it is:

    http://petras-schmuckstuecke.de/produkt-kategorie/glasscheiben/

    If you click on one of these photos then everything works fine on (Windows) laptop and iPhone. However, on the test iPads I have the product photos do not show up. I also tried to empty the iPad cache: Unfortunately that didn’t improve anything as well.

    Best regards
    Heinrich

    Imran
    Spectator
    Posts: 402
    July 28, 2015 at 5:47 pm #19270

    Hi Heinrich,

    If you wish to show the hidden image after being clicked, so you can try adding the following code under Appearance > Theme Options > custom CSS:

    .product .images .flexslider .slides img {
    visibility: visible !important;
    }

    Thanks.

    Heinrich
    Spectator
    Posts: 13
    July 28, 2015 at 9:48 pm #19275

    Hi Imran,

    thanks a lot for the piece of code: It solved the issue!!

    I’m really impressed with your excellent support.
    Thanks you so much!

    Best regards
    Heinrich

    Heinrich
    Spectator
    Posts: 13
    July 28, 2015 at 9:49 pm #19276

    In better english:
    Thank you so much ;).

    Once again best regards
    Heinrich

    Imran
    Spectator
    Posts: 402
    July 29, 2015 at 1:45 pm #19329

    You’re welcome Heinrich! 🙂