I've a problem with the plugin, i've installed and used it in many sites, without problems, but this time i was unable to set up it, and i can't understand the problem.
You can see the problem here
[url]
http://www.kitemoving.it/kitesurf/[/url]
I'm using the plugin slideshow associated to 2 pages, i've addded the articleimg custom field inside the page, but it can't load the photo in the page.
If you see the code of that page, you can see that the php script loads correctly everithing but it doesn't load the url of the image:
- Code: Select all
<div id="myGallery">
<div class="imageElement">
<h2>Offerte Brasile</h2>
</p>
<p> <a href="http://www.kitemoving.it/offerte/offerte-brasile/" title="Read More" class="open"></a><br />
<img src="" alt="" class="full" /><br />
<img src="" alt="" class="thumbnail" />
</div>
<div class="imageElement">
<h2>Offerte Spagna</h2>
</p>
<p> <a href="http://www.kitemoving.it/offerte/offerte-spagna/" title="Read More" class="open"></a><br />
<img src="" alt="" class="full" /><br />
<img src="" alt="" class="thumbnail" />
</div>
</p></div>
</div>
It's really strange, because i've uploaded correctly the photo, and i've set the custom field.
Please check it and help me.
Thanks









