OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Lightbox not working in Joomla 3.3 (0 viewing) 

Joomla Gallery Support

Go to bottom Favoured: 0

Lightbox not working in Joomla 3.3

Mykee (Visitor)
Posts: 0
graphgraph
User Offline
Re:Lightbox not working in Joomla 3.3 9 Years, 11 Months ago
Karma: 0  
Just a bonus feature (source from fancybox site): addon title to fancybox if 'alt' of images is not empty (maybe same as title).

Open tmpl -> default.php file, find this line:
Code:

jQuery(window).resize(function() {



And insert before this code:
Code:

jQuery(".fancybox").fancybox({
            beforeShow : function() {
                var alt = this.element.find('img').attr('alt');
                this.inner.find('img').attr('alt', alt);
                this.title = alt;
            },
            afterShow: function() {
                jQuery(".fancybox-title").wrapInner('<div />').show();

                jQuery(".fancybox-wrap").hover(function() {
                    jQuery(".fancybox-title").show();
                }, function() {
                    jQuery(".fancybox-title").hide();
                });
            },
            helpers : {
                title: {
                    type: 'over'
                }
            }
        });



Logged Logged
Last Edit: 2014/05/29 12:00 By .
The administrator has disabled public write access.
florian (Visitor)
Posts: 0
graphgraph
User Offline
Re:Lightbox not working in Joomla 3.3 9 Years, 8 Months ago
Karma: 0  
Hello,

Perfect for me !!!

Thks.
Logged Logged
The administrator has disabled public write access.
inriid (Visitor)
Posts: 0
graphgraph
User Offline
Re:Lightbox not working in Joomla 3.3 9 Years, 5 Months ago
Karma: 0  
Your solution worked for me, Mykee!

Thanks a lot
Ingrid
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Lightbox not working in Joomla 3.3 9 Years, 5 Months ago
Karma: 58  
Hello,

Thank you for choosing our product OS Responsive Image Gallery module

ordasoft.com/os-responsive-image-gallery
If you have other questions, please ask.
Thanks,
Taras
OrdaSoft team.
Logged Logged
The administrator has disabled public write access.
remdesign (Visitor)
Posts: 0
graphgraph
User Offline
Re:Lightbox not working in Joomla 3.3 9 Years, 3 Months ago
Karma: 0  
Gallery works for me on my own template without any problems when loading it into position for the modules. I need to display the gallery in the content area, in the article. I use the module "Content - Load Modules", which is part of Joomla. In this case has not earned light boxes. I went through all possible combinations of settings module gallery. Modified the file, as recommended by Mykee (ordasoft.com/Forum/Joomla-Gallery/12275-...g-in-Joomla-3.3.html), but light box did not work. Can you help me?
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Lightbox not working in Joomla 3.3 9 Years, 3 Months ago
Karma: 58  
Hello,

If the lightbox doesnt work, install Easy jQuery, and select jQuery + jQuery UI (1.8)

Best Regards,
Taras
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»