|
Title: Ligthbox headache Post by: mportela on February 26, 2008, 07:35:34 am Greetings all,
Been searching the forums and the whole extent of my knowledge on this one but I'm getting desperate. The lightbox++ popup system simply doesn't work on my webpage (while the normal one works perfectly). We use Php5+ on the hosting side and as for technicalities everything else works besides that small detail (which is to me the one I needed). We are using a template very much like JA AvianII that you can see here (http://www.joomlart.com/templates_demo.php). Any id Title: Re: Ligthbox headache Post by: Denis O'Regan on March 10, 2008, 05:49:53 pm I have exactly the same problem.
Lightbox does not work with default semantic template (Other templates work) Title: Re: Ligthbox headache Post by: Oskar Shaja on July 02, 2008, 09:26:36 pm same problem
Title: Re: Ligthbox headache Post by: Peetz on July 09, 2008, 04:42:31 am I have the same problem as well. This whole forum seems to excist of requests for help only and very little answers... ??? The support doesn't reflect the great component.
Title: Re: Ligthbox headache Post by: john on July 09, 2008, 09:27:47 am Thank you :-)
john Title: Re: Ligthbox headache Post by: viper_iii on August 02, 2008, 12:19:11 am couple of things with Lightbox to make it work easily...
A: are you running 1.5 or 1.0? 1.5 has built in MooTools which all that has to be added to the template is a simple line to enable the loading of the mootools which includes some built in lightbox functions to Joomla 1.5 The below Link Helped me with this greatly.. http://tutorials.yootheme.com/index.php?option=com_mtree&task=viewlink&link_id=78&Itemid=2 in 1.5 just add this: JHTML::_('behavior.mootools'); so it looks like this: // no direct access defined('_JEXEC') or die('Restricted access'); JHTML::_('behavior.mootools'); Not exactly done yet... but it might work with this config. I usually add the next items as well. I usually use an additional effects engine... rokbox / yooeffects / avreloaded.. all free.. Yooeffects has been my latest testing and so far so good. However rokbox also works quite well too. Give it a shot and let me know. still some browser issues I see with RSGallery... My questions is how to remove the branding from RSGallery... I know the normal config you can turn it off but when I create a menu that links to the component the name in the title of the page is RSGallery2. Would rather it be the title of the gallery or Menu Item. Nothing major though... |