- This topic has 5 replies, 2 voices, and was last updated 10 years, 4 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Zoom on photos integration not fully working with SKT Full Width theme
Tagged: photo seller, photo zoom, zoom effect
Hi, I am building a site to sell my photos on. I am using the WP-Photo Seller extension to sell the photos. I have a problem with the magnifying effect while hovering over photos. It worked when I was using the Portfolio Press theme on my site. When I changed to SKT Full Width them the magnifying glass showed up behind the page (it can be seen through the transparent black background).
I also tried using an individual widget (Glass) that creates the same effect and got the same result.
This is a page with the problem:
[http://tmunati.com/?page_id=12&gallery_id=1&image_id=25]
Can you help me fix this?
Thank you,
Alon
Hi,
Your theme CSS is causing the effect indirectly.
Please try the following custom tweak:
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in the settings of the above plugin:
.zoomContainer{
z-index: 9999;
}
Thank you! Works perfectly.
Is there a similar solution for the lightbox effect?
Is there a similar solution for the lightbox effect?
You will need to provide a link to the page with that issue so I can examine it using firebug.
Here is a link to a gallery using lightbox:
[http://tmunati.com/?page_id=979]
Both the lightbox itself and also the purchasing window open behind the black display area.
I really appreciate your help,
thanks Alon.
Hi Alon,
In addition to the code you added earlier, simply add the following too:
#jquery-lightbox{z-index:9999}
.ui-dialog{z-index:9999}