Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Lightbox for images
- This topic has 5 replies, 2 voices, and was last updated 12 years, 10 months ago by gvnet.
-
AuthorPosts
-
January 10, 2012 at 3:39 am #5226gvnetParticipant
Hi,
I am not getting the light box for images. I have tried disabling it in the settings and using the lightbox 2 plugin but either way the image just opens on a separate page.
January 10, 2012 at 3:41 am #40554gvnetParticipantHave disabled lightbox-2 and checked enable lightbox feature in settings so you can see what is happening.
Also, I had the images on Amazon S3 originally but have moved them to the same server as the site. Will they work if they are located on Amazon S3?
One other point, when I add additional images (comma separated) to the additional product details, I ma not getting them to show either? Which fancy display option do you need to have them displayed? Is this related to the first problem above?
Thank you!
January 10, 2012 at 4:45 am #40555adminKeymasterYou have got multiple copies and different versions of the JQuery library being added on your site.
Just by looking at your code it looks like the 2nd and older version of JQuery library is being added by the following plugin or code:
AWeber Web Form Generator 3.0
Full details of this issue is explained here:
The additional images will work for both fancy1 and fancy2 (you need to fix your JavaScript conflict first so the lightbox can work).
January 10, 2012 at 5:37 am #40556gvnetParticipantThank you for your prompt response.
I have removed the web form generator and have replaced it with the javascript code version of the aweber form.
I am still getting the same issue. If you could have another look and see what looks to be causing the conflict, that would be most appreciated.
Many thanks.
January 11, 2012 at 3:33 am #40557adminKeymasterYou still have the following line of code coming from another plugin or customization you did:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
The above line is including a very old version of JQuery whereas WordPress already included a more latest version of the JQuery library on that page.
January 11, 2012 at 4:02 am #40558gvnetParticipantThank you for your reply. I really appreciate the support you offer.
I will have my programmer look at this and I will let you know how I go!
-
AuthorPosts
- You must be logged in to reply to this topic.