Home › Forums › Panaroma Forum › Woocommerce 3.1 with Panorama Pro
- This topic has 5 replies, 2 voices, and was last updated 6 years, 4 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
July 11, 2017 at 7:43 pm #78005
Dear all,
while running woocommerce 3.1.1 with panorama pro, the product images disappear.
Example: http://fryslan-sailor.com/produkt/windschutz-lotusgrill
I am running the original theme css.
Could you give me a hint on how to fix?
Best regards,
ChristianJuly 12, 2017 at 9:34 am #78049Hi,
Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:
Add this code there:
.strip_template figure { overflow:visible !important;}
Regards,
DaveJuly 12, 2017 at 11:44 am #78083Hi Dave,
thanks a lot! That made the pictures visible again. But it looks like as if the rendering (size) is not working anymore. Moreover where can I steer the opacity?
(Same link as above as example)Regards,
ChristianJuly 12, 2017 at 12:20 pm #78087Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.strip_template figure { z-index:1 !important;}
Regards,
DaveJuly 12, 2017 at 1:11 pm #78093Hi Dave,
hm – yes… but now it is overlapping the text below. Guess z-index is just bringing the image to the top, right?
I believe the lower part should dynamically shift down according to product picture size.
Regards,
Christian
July 14, 2017 at 6:15 am #78278Hi,
Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:
Add this code there:
.strip_template figure { position:relative !important;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.