- Posts: 12
- Thank you received: 0
Broken Image where it should say close
-
JohnMcl
Inactive member - Topic Author
- New Member
Less
More
13 years 2 months ago #10978
by JohnMcl
Broken Image where it should say close was created by JohnMcl
Hi there,
I have had a look at some of the previous issues but I still cannot seem to find an answer.
When an image is opened there is a broken image link displayed in the bottom right hand corner where I think it should say close or an X.
Please can you help.
I have had a look at some of the previous issues but I still cannot seem to find an answer.
When an image is opened there is a broken image link displayed in the bottom right hand corner where I think it should say close or an X.
Please can you help.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #10985
by ivan.milic
Replied by ivan.milic on topic Re: Broken Image where it should say close
open modules//mod_hot_lightbox/js/jquery.lightbox-0.5.min.js for editing, you would see few links in compressed code like this :
...'modules/mod_hot_lightbox/....
change all of them to :
...'/modules/mod_hot_lightbox/....
if that does not help use absolute url:
...'<your site link>/modules/mod_hot_lightbox/....
...'modules/mod_hot_lightbox/....
change all of them to :
...'/modules/mod_hot_lightbox/....
if that does not help use absolute url:
...'<your site link>/modules/mod_hot_lightbox/....
Please Log in to join the conversation.
Time to create page: 0.249 seconds