Support Joomla!
Search: Advanced Search
Serving 3353 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 769 guests and 52 members online
Joomla! Extensions Directory feed - RSS 0.91

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
RG007145 Extensions(0) | Reviews(1) | Favourites(0)
Multithumb
 Better way to fix absent close button and loading image, March 4, 2007
2 of 2 people find this review helpful:

Multithumb QUOTE:
Very cool addon. It pretty much worked out of the box sort of speak. I'm using version 1.1 and had only one issue. The lightbox close button was not showing up. I had to manually edit:
/mambots/content/multithumb/lightbox/css/lightbox.css

------------------

If there was no close button, chances are there is no loading image also. The REAL problem lies in the javascript. Edit your /mambots/content/multithumb/lightbox/js/lightbox.js file like this:-

look for the term: var fileLoadingImage = "mambots/content/multithumb/lightbox/images/loading.gif"
and make it:-
var fileLoadingImage = "/mambots/content/multithumb/lightbox/images/loading.gif"

and to the same to the fileBottomNavCloseImage variable.

Editing the CSS is not the fix, it just "hides" the problem.

Excellent plugin, except that gallery doesn't work. Might be a sub-folder problem like the above, though.