Hello guys,
I've spent 4 hours up to know to resolve this issue. I created a gallery page with slimbox (from gallery with slimbox example), and i use this code to display one folder for gallery in other page:
Everything works fine, but first image uploaded in folder it duplicates itself 3 times. This happens only in the page where I use this code. In gallery page, everything works as it should.
What is wrong?
Thank you very much for your help!
I've spent 4 hours up to know to resolve this issue. I created a gallery page with slimbox (from gallery with slimbox example), and i use this code to display one folder for gallery in other page:
- Code: Select all
<cms:pages masterpage="galerie.php" folder='proiecte'>
<a href="<cms:show gg_image />" rel="lightbox-<cms:show k_page_name/>" <cms:if my_desc>title="<cms:show my_desc/>"</cms:if>>
<img alt="<cms:show k_page_title />" src="<cms:show gg_thumb />"/>
</cms:pages>
Everything works fine, but first image uploaded in folder it duplicates itself 3 times. This happens only in the page where I use this code. In gallery page, everything works as it should.
What is wrong?
Thank you very much for your help!