Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox UItimate – Error: Image cannot be loaded, Make sure the path is correct
Tagged: lightbox ultimate prettyphoto
- This topic has 7 replies, 5 voices, and was last updated 13 years ago by humpheries.
-
AuthorPosts
-
May 2, 2011 at 10:17 am #3306klken88Member
I inserted the following shortcode: [wp_lightbox_prettyPhoto_anchor_text_image link=”http://localhost:28662/wp-content/uploads/2011/05/tfwe-mainscreen-s.gif” text=”Click here to open the image” description=”Image description goes here”]
but no luck i receive error: “Image cannot be loaded. Make sure the path is correct and image exist.” by clicking the link.
May 3, 2011 at 12:28 am #31965wpCommerceModeratorCan you please post a link to the page where you are using this shortcode?
May 22, 2011 at 8:46 pm #31966wmpnjMemberI have the same issue (http://server.billhamilton.com:84/wp/posts/congratulations-natthan/). Was there a resolution to this?
Thanks,
Bill
May 23, 2011 at 1:39 am #31967amin007ParticipantWhen I go to the following page, none of your images load in my browser (there is a rotating loading gif):
http://server.billhamilton.com:84/wp/posts/congratulations-natthan/
Remember, the lightbox plugin only comes into play when you click on the image (it overlays the image). It doesn’t do anything special to embed the image on your page. By looking at the above page I see none of the anchor images are loading on your site. The URL of the site has a port number (which is a bit weird). Is this one of your self hosted site where you installed WordPress?
November 16, 2011 at 6:03 am #31968humpheriesMemberI get this same error. Seems to have something to do with my theme. With the default wordpress theme I don’t get this error. I’m not sure what is causing it though. Can you guys point me in the right direction? The video plays fine.
Website: http://vmseven.net/?page_id=183
ShortCode Used:
[wp_lightbox_special_mp4_video link=”http://www.vmseven.net/assets/video/jamieramone.mp4″ width=”640″ height=”480″ source=”http://www.vmseven.net/assets/video/jamieramone.jpg” title=”Jamie & Ramone”]
November 16, 2011 at 11:27 pm #31969wpCommerceModeratorCan you try adding another shortcode to that page (example: Flowplayer shortcode to display mp4 video)? I want to see if it makes any difference. All the shortcode references can be found here –
I can see that your theme has a built-in prettyPhoto library. So whenever I click on the image Two windows pop up in overlay. I think that’s why it was working with default WP theme. You will have to figure out a way to turn that off otherwise you won’t be able to use the plugin.
November 17, 2011 at 1:20 pm #31970humpheriesMemberI have tried the other shortcodes already and receive the same issue. I will see if the theme developer can help.
Thx
November 18, 2011 at 9:52 pm #31971humpheriesMemberI’m using a theme named Awake. Below is the fix to my error.
To use your own lightbox plugin instead of prettyphoto, Open up /wp-content/themes/[your_theme]/lib/scripts/custom.js and delete lines 75 – 77,
jQuery(“a[rel^=’prettyPhoto’], a[rel^=’lightbox’]”).prettyPhoto({
overlay_gallery: false, social_tools: ”, ‘theme’: ‘light_square’ /* light_square / dark_rounded / light_square / dark_square / facebook */
});
Now Lightbox Ultimate works as it should
-
AuthorPosts
- You must be logged in to reply to this topic.