Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate- Nothing Working
- This topic has 5 replies, 3 voices, and was last updated 11 years, 11 months ago by wpCommerce.
-
AuthorPosts
-
December 11, 2012 at 6:39 pm #8134calvincurryMember
Hi,
We have used Lightbox Ultimate for another one of our websites, and everything works as it should; however, when we installed the plugin on our new website, the lightbox effect doesn’t work at all. It just opens an mp4 video on the same page. I have tried it with all of the different short codes, and it’s still the same problem. I even copied the code from our other website (where it’s working fine) and still nothing. I have all of the settings “enabled” for lightbox too.
I have properly installed the lightbox ultimate plugin and there are no other plugins installed on this website.
You can view the specific page I am having trouble with by going here: [http://members.endlesslistingleads.com/training-systems/eddm/generating-leads/]
Thanks
December 11, 2012 at 10:25 pm #52272wpCommerceModeratorHi, have you made any modifications to the plugin?
If you check your browser’s “Developer Tools” option you will find that there are so many 404 (not found) errors coming from the plugin. One possible reason is that the plugin name has been modified “wp-lightbox-ultimate (BEST Option For Doing MP4 Videos Lightboxes). For example:
<link rel="stylesheet" href="http://members.endlesslistingleads.com/wp-content/plugins/wp-lightbox-ultimate (BEST Option For Doing MP4 Videos Lightboxes)/lib/css/wp-lightbox-special.css" type="text/css" media="screen" />
Do you have any idea how “(BEST Option For Doing MP4 Videos Lightboxes)” got inside the plugin name?
December 12, 2012 at 4:09 pm #52273calvincurryMemberI do not know how that name got in there. I downloaded the plugin via ftp from our other site, compressed into a zip file, and re-uploaded as a plugin to our new site. I didn’t do any modifications to it.
December 12, 2012 at 10:19 pm #52274wpCommerceModeratorPlease get a fresh copy of the plugin and re-install it using the WordPress Plugin Uploader:
December 16, 2012 at 7:14 pm #52275marinafreyreSpectatorHave the same issue. Using WordPress 3.5 with the latest version of WP LightBox and Optimize Press
We have used Lightbox Ultimate for another one of our websites, and everything works as it should; however, when we installed the plugin on our new website, the lightbox effect doesn’t work at all. It just opens an image on a new page. Same with videos.
I have properly installed the lightbox ultimate plugin and all the others plugins are inactive.
You can view the specific page I am having trouble with by going here: [http://guiaeroticaparaamantes.com/testing-example/]
December 16, 2012 at 10:29 pm #52276wpCommerceModeratorHi, it’s a different issue. Your theme is basically hardcoding the “jQuery” library. So there are multiple copies of jQuery on the same page:
<script type='text/javascript' src='http://guiaeroticaparaamantes.com/wp-includes/js/jquery/jquery.js?ver=1.8.3'></script> (using WordPress API)
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script> (hardcoded by OptimizePress) -
AuthorPosts
- You must be logged in to reply to this topic.