Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Zoom function is not working in any photo details page
Tagged: image zoom, zoom, zoom functionality
- This topic has 21 replies, 9 voices, and was last updated 7 years, 9 months ago by Peter.
-
AuthorPosts
-
February 15, 2015 at 12:19 pm #67407PeterMember
Hi bfconnor,
I am still working locally developing a test website
We would need access to a real site in order to help you. When you set up your site on your webserver let us know and we’ll take a look.
March 31, 2015 at 9:20 am #67408Carlos GrauMemberI have created a test gallery using Template 2 and activating both, use details page and zoom functionality.
The Zoom functionality does not work at all with any of the templates.
[http://nosolofotos.com/photogallery/gallery2/]
March 31, 2015 at 10:48 pm #67409PeterMemberHi,
The problem is because you have the following jquery error on your site which is preventing other scripts (such as zoom) from working properly:
Uncaught TypeError: Cannot set property 'src' of undefined jquery.maximage.js?ver=4.1.1:549
The file the error is coming from is called “jquery.maximage.js”.
Do the following theme/plugin conflict tests to identify the cause:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
Also see this:
https://support.tipsandtricks-hq.com/forums/topic/debugging-javascript-errors-on-your-site
April 1, 2015 at 5:13 pm #67410Carlos GrauMemberPeter, Thanks for the tip. I have fixed the javascript issue and now both, Template 9 and zoom work.
However, there is still an issue when navigating through the gallery (the slider)
As the image does not include the watermark and uses the full size image, it is very easy to download it from there, even blocking the right click.
Link to the gallery: [http://nosolofotos.com/photogallery/gallery1/]
Template 4, for example, uses the full size image with the watermark and, therefore, the full size image is somehow protected.
[http://nosolofotos.com/photogallery/gallery2/]
To bypass the shopping cart I’m testing in Chrome, going to Inspect Element, Resources tab, Frames and Images in the tree.
February 19, 2017 at 11:17 am #67411youshij54MemberMay I request to have a look at my page as well? I am facing zoom functionality issue.
[http://papaphotos.com/photo_details/8/5034/The-Church-of-Our-Lady_01/view/]
February 20, 2017 at 12:35 am #67412adminKeymasterLooks like a CSS issue with theme.
Can you please do the following test first:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
February 20, 2017 at 1:03 am #67413PeterMemberHi,
I’ve looked at your page and I’ve identified an easy solution for your issue.
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;
} -
AuthorPosts
- You must be logged in to reply to this topic.