- Posts: 15
- Thank you received: 0
Hot-Lightbox/ Navigation buttons are invisible
-
anikon
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 4 months ago #12283
by anikon
Hot-Lightbox/ Navigation buttons are invisible was created by anikon
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #12285
by ivan.milic
Replied by ivan.milic on topic Re: Hot-Lightbox/ Navigation buttons are invisible
open:
modules\mod_hot_lightbox\js\jquery.lightbox-0.5.min.js
in compressed JavaScript code you will be able to recognize urls like this:
...:'modules/mod_hot_lightbox/images/li...
first try to pub / in front of that relative paths:
...:'/modules/mod_hot_lightbox/images/li...
if that does not help use absolute paths:
...:'<you joomla base link>/modules/mod_hot_lightbox/images/li...
modules\mod_hot_lightbox\js\jquery.lightbox-0.5.min.js
in compressed JavaScript code you will be able to recognize urls like this:
...:'modules/mod_hot_lightbox/images/li...
first try to pub / in front of that relative paths:
...:'/modules/mod_hot_lightbox/images/li...
if that does not help use absolute paths:
...:'<you joomla base link>/modules/mod_hot_lightbox/images/li...
Please Log in to join the conversation.
Time to create page: 0.148 seconds