I love supersized, but I want each image to go to a different URL. I see how I can make the images go to one URL in the Supersized settings. How can I made each go to a different URL?
Thanks
I love supersized, but I want each image to go to a different URL. I see how I can make the images go to one URL in the Supersized settings. How can I made each go to a different URL?
Thanks
I tried using the nextgen gallery with the custom fields plugin & I tried using the .xml file from this page (http://wordpress.org/extend/plugins/wp-supersized/faq/).
This should be no problem when using an xml file listing the images, put a different <url> field for each image. Have a look at the example.xml file for an example and details on how to use it.
I have done this! Even the example.xml file won't work.
I have the xml working but the progress bar is showing and I have it set to not show in my admin options? I can't see any option within the xml file to change this so not sure why the page that uses an xml file is showing it?
Also, how can the captions/title be positioned outside of the controls bar? I want mine to be placed over the actual image not in the control bar but can't for the life of me figure out how?
Can anyone please help?
I now have it working with the xml file. When I try and add html to create a link on the caption it disappears though? Also the urls on the image do not work?
<slide>
<slide_link>http://www.site.co.uk/wp-content/gallery/home_1/image.jpg</slide_link> <!-- put here the full url to your image -->
<title>IMAGE TITLE LINK</title>
<url>http://www.site.co.uk/projects/destination-page/</url>
</slide>
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
ah just noticed I had missed off <![CDATA[.....]]>
<![CDATA[Image Credit: <a href="http://www.followbob.co.uk/DEVSITES/SD/projects/vandusen-botanical-garden-visitor-centre/">VANDUSEN BOTANICAL GARDEN VISITOR CENTRE</a>]]>
working now!
You must log in to post.