Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate – Image doesn't popup in lightbox
Tagged: lightbox ultimate image popup
- This topic has 7 replies, 2 voices, and was last updated 12 years, 8 months ago by wpCommerce.
-
AuthorPosts
-
March 18, 2012 at 8:30 am #5856zorzchMember
i just bought the plugin just now
i having a problem
all the image is open in new tab
here my shortcode
[wp_lightbox_prettyPhoto_anchor_text_image link=”http://example”
text=”Click here to open the image1″ description=”Image1 description goes here”
gallery_group=”image_group1″]
[wp_lightbox_prettyPhoto_anchor_text_image link=”http://example”
text=”Click here to open the image1″ description=”Image1 description goes here”
gallery_group=”image_group1″]
using on this page:http://www.the-apks.com/w-rooney/
thank you.
March 18, 2012 at 7:54 pm #43153wpCommerceModeratorHi, The whole page is full of errors. I found the following errors using Firebug:
syntax error
http://www.the-apks.com/
Line 1
i.$family is not a function
http://www.the-apks.com/wp-content/plugins/gantry/js/mootools.js?ver=3.2.1
Line 18
jQuery("div.google-plus-activity").googlePlusActivity is not a function
http://www.the-apks.com/wp-content/plugins/social-media-tabs/js/jquery.dcsmt.1.0.js?ver=3.2.1
Line 370
$("video").mediaelementplayer is not a function
http://www.the-apks.com/w-rooney/
Line 862
i.$family is not a function
http://www.the-apks.com/wp-content/plugins/gantry/js/mootools.js?ver=3.2.1
Line 18
i.$family is not a function
http://www.the-apks.com/wp-content/plugins/gantry/js/mootools.js?ver=3.2.1
Line 18Lightbox Special library uses mootools. One of your plugins is already including it:
<script type='text/javascript' src='http://www.the-apks.com/wp-content/plugins/gantry/js/mootools.js?ver=3.2.1'></script>
So keep Lightbox Special library deactivated (uncheck from the settings) for now.
You also have two versions of the main jQuery library which could be the source of the conflict:
<script type='text/javascript' src='http://www.the-apks.com/wp-includes/js/jquery/jquery.js?ver=1.6.1'></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>Lightbox Ultimate – Clicking on the Anchor does not Display any Overlay
At this stage I don’t know what exactly is causing this issue. Please do the theme and plugin testing. That will help us point to the right direction:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
March 19, 2012 at 5:49 am #43154zorzchMemberI Switch to the default WordPress theme
it work.
how to get a solution to my new theme?
March 19, 2012 at 7:51 am #43155wpCommerceModeratorHi, that depends on what causes this issue. Did you see two versions of the main jQuery library when you switched to the default WordPress theme? Did you have all the plugins activated at that time?
March 19, 2012 at 10:06 am #43156zorzchMemberother jquery.js was deleted and mootools too
also not working
but at default theme copy the same code and same plugin have work
dont know why
March 19, 2012 at 9:58 pm #43157wpCommerceModeratorHi, we need to take a look at your site when the default WordPress theme is active. I’ve sent you a site access request to your registered email address. Let me know if you don’t receive it.
March 21, 2012 at 8:31 am #43158zorzchMemberi sended already
please reply me as soon as possible
March 22, 2012 at 5:07 am #43159wpCommerceModeratorIt turned out that there were two versions of the main jQuery library in that page. Removing one solved the issue.
-
AuthorPosts
- You must be logged in to reply to this topic.