Woocommerce 3.1 with Panorama Pro

Home Forums Panaroma Forum Woocommerce 3.1 with Panorama Pro

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #78005
    Christian BreitgoffChristian Breitgoff
    Member
    • Topics: 4
    • Replies: 5
    • Total: 9
    Member since: August 19, 2015

    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,
    Christian

    #78049
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:

    Add this code there:

    .strip_template figure { overflow:visible !important;}

    Regards,
    Dave

    #78083
    Christian BreitgoffChristian Breitgoff
    Member
    • Topics: 4
    • Replies: 5
    • Total: 9
    Member since: August 19, 2015

    Hi 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,
    Christian

    #78087
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .strip_template figure { z-index:1 !important;}

    Regards,
    Dave

    #78093
    Christian BreitgoffChristian Breitgoff
    Member
    • Topics: 4
    • Replies: 5
    • Total: 9
    Member since: August 19, 2015

    Hi 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

    #78278
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:

    Add this code there:

    .strip_template figure { position:relative !important;}

    Regards,
    Dave

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.