Page 1 of 1

yoo gallery - problem!!!

Posted: Sat Jul 11, 2009 5:40 pm
by gsharky
I have a problem with yoogallery... the thumbnails are only in vertical column one by one...

Can anybody help me? I try everything... on the same template on local it work normaly, but here on the server no....why???

Re: yoo gallery - problem!!!

Posted: Sun Sep 20, 2009 6:21 am
by kgbster
Hi

I have the same problem, curious though is that if I try to use any module suffix like -new or -top etc they don't work either.

There may also be problems with other YOO based code (the gallery plugin also fails to work properly) but I've not tried any of them.

I wonder what is amiss with either my Joomla install, or maybe even Moo Tools?

anyone?

Re: yoo gallery - problem!!!

Posted: Tue Feb 08, 2011 3:50 am
by rickjfleming
I fixed this once by adding the contents of the YOOGallery css file to the template css file... probably not the best fix but it worked.

That is copy all of plugins/content/yoo_gallery/gallery.css.php
To the css file in the respective template.

I have a feeling that this happens because the link to the proper CSS file is broken somehow. I imagine someone with more PHP smarts could work this out should they have the same problem.

Maybe something to do with line 108 in plugins/content/yoo_gallery/gallery.php?

Code: Select all

			// add css
			if ($this->includeOnce('YOO_GALLERY_CSS')) {
				$document =& JFactory::getDocument();
				$document->addStyleSheet($this->uri.'gallery.css.php');
			}