yoo gallery - problem!!!

This forum is for general questions about extensions for Joomla! version 1.5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
gsharky
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sat Jul 11, 2009 5:30 pm

yoo gallery - problem!!!

Post by gsharky » Sat Jul 11, 2009 5:40 pm

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???

kgbster
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Sun Nov 30, 2008 10:35 am

Re: yoo gallery - problem!!!

Post by kgbster » Sun Sep 20, 2009 6:21 am

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?

rickjfleming
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon May 24, 2010 11:35 pm

Re: yoo gallery - problem!!!

Post by rickjfleming » Tue Feb 08, 2011 3:50 am

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');
			}


Locked

Return to “Extensions for Joomla! 1.5”