psd2code Posted December 16, 2011 Share Posted December 16, 2011 I am currently working on a site, which has a slider working (3 images) using Slideitmoo - The plugin uses the image ID's in a comma separated list. The client needs to be able to customize the order of these images. Changing the order of the id's in this list on each post.. <!--[slideItMoo itemsVisible=3' elemsSlide='3' orderby='ID' autoSlide='0' showControls='1' images='411,385,408,406,404,403,398,395,393,390,386]--> At the moment doing this doesn't seem to affect the order on the slider and looking into it, it seems the order is dependent on the wordpress media library. We have tried order by ID, Date, Title etc.. But we require the order to be completely customisable rather that just by ACS/DECS This could possibly be achieved with bringing in posts rather that img ID's directly. Or adding a new field to the images content, adding a number to sort by and having the javascript sort by this value. Would be grateful for anyone you can help Quote Link to comment https://forums.phpfreaks.com/topic/253320-wordpress-slideitmoo/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.