Hi all,
I've been working on a site for a local arts organisation (test site at
http://www.uberleaf.com. I'm using Wordpress as the CMS and the NextGen gallery plug-in to upload and display images.
On the home page I am using
Code:
<div class="image-grid">
PHP Code:
<?php
if (function_exists("nggDisplayRandomImages"))
{ nggDisplayRandomImages('6',$Width,$Height); }
?>
</div>
to display 6 random thumbnails every time the page is loaded.
The client would like these images to change without a page refresh. I have tried to use a number of AJAX scripts that I've found on the web but nothing has worked. I tried the code used by Chris Coyier at
http://css-tricks.co...ng-rss-content/ but couldn't get that working either.
Do you guys have any idea how I might go about this?
Cheers,
Keith