Joomla.it Forum
Componenti per Joomla! => Gallerie di immagini => : anetite 23 Apr 2010, 07:32:05
-
Hello!
Firstly thank you for such a grate extension, but I have a problem with carousel skin. Sometimes images shows up in normal size, but some times they are gigantic, and I can't understand where the problem is.
Thank you :) and hoping for your solutions.
-
ciao anetite,
post your link
-
Hello!
http://www.frizetava-kristaps.id.lv/index.php?option=com_content&view=article&id=1&Itemid=43
Thanks! ;)
-
try to resize your image, height=400
-
my image height is 340 and width is 720, some days it shows up normally but some days it is so gigantic, then I reset XML and after a while it is normal again, but it is frustrating to do it every other day. Maybe there is some other solution.
-
If you don't use www. in the address it should work.
Working:
http://frizetava-kristaps.id.lv/index.php?option=com_content&view=article&id=1&Itemid=43
Not working:
http://www.frizetava-kristaps.id.lv/index.php?option=com_content&view=article&id=1&Itemid=43
To avoid www. in the address you could use Rewrite in .htaccess. (But take a copy of .htaccess first).
http://www.24ix.de/fileadmin/documents/Drupal/Drupal.pdf
Something like this (but I am not sure of the id.lv:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.frizetava-kristaps.id.\.lv$ [NC]
RewriteRule ^(.*)$ http://frizetava-kristaps.id.lv/$1 [R=301,L]
-
Hi :)
I checked both ways with http:// and with www., but both ways do not work, some times works one sometimes other. I tried solution what was in other forum
$path = $folder . '/';
$dir_images = $folder . '/';
$dir_files = 'images/oziogallery2' . '/';
well after this I lost my gallery...
Now It is back again BUT the same problem still exists. And I think this problem is connected with XML. Hope to find solutions.