cybermew
Forum Replies Created
-
It wasn’t the theme’s fault. I simply fixed it by going into
/wp-content/plugins/wordpress-ecommerce/marketpress.php
Went to function product_theme($content)
and commented out the line 1411:
//add thumbnail //$content = mp_product_image( false, 'single' ) . $content;
Such a simple fix, luckily I found it myself by luck.
Hope this helps someone else!
Hi, you are right, the issue is indeed related to the z-index. That issue is now okay.
As for the double-image, they are really 2 separate jpg files. Anyway, I have uploaded the page.php here: https://pastebin.com/fhfpRy0D
Thanks again.
Hi, thanks for your reply.
For issue 2 I believe it was fixed a couple of months back as seen in that ticket, but I haven’t got the time to check the z-order to see if it is indeed fixed. I will do it sometime later.
As for issue 1, I have 2 separate images, one as featured image, and the other as the product description image. The one being featured is purely for people at the /products/ page where products are listed. It is not supposed to show up inside the product description together with my inserted images. Even if it is (I suggest giving users an option), and that is the current intention of the plugin, it should not appear in a lightbox (or again, at least give users an option).
Appreciate your help.