MVlcek,
something strange happens, a cycle gallery suddenly is taking images from thumbs folder instead of from the original one.
From page source:
<div class="gallery-image">
<img src="http://www......com/data/thumbs/i18npic.899x520.website-stads-01.jpg">
while image should come from < ... /data/uploads/website-stads-01.png>
from plugin_cycle.php I suspect that is coming from here:
<?php if ($tp == 'bottom') { ?><div class="gallery-image"><img src="<?php i18n_gallery_image_link($gallery,$item); ?>" alt="name"/></div><?php } ?>
Gallery image cache is empty.
PNG images are uploaded as PNG and as PNG placed in the gallery ..
Gallery Version 1.7.1.
CHeers
something strange happens, a cycle gallery suddenly is taking images from thumbs folder instead of from the original one.
From page source:
<div class="gallery-image">
<img src="http://www......com/data/thumbs/i18npic.899x520.website-stads-01.jpg">
while image should come from < ... /data/uploads/website-stads-01.png>
from plugin_cycle.php I suspect that is coming from here:
<?php if ($tp == 'bottom') { ?><div class="gallery-image"><img src="<?php i18n_gallery_image_link($gallery,$item); ?>" alt="name"/></div><?php } ?>
Gallery image cache is empty.
PNG images are uploaded as PNG and as PNG placed in the gallery ..
Gallery Version 1.7.1.
CHeers