Hello,
So I’ve tried the ascending tips on other treads… but it did not work completely..
What I did is change the “orderby” code to ‘1’ in the helpers php file… originally ‘0’
File: modulesmod_jaslideshowlitehelpers …..per other tips
function getListImages($params)
{
$folder = $params->get(‘folder’, ‘images/stories/fruit’);
$orderby = ‘1’;
$sort = ‘1’;
What I found is that there is a weird anomaly that applies to images in every 4th position… 4,8,12 etc.. :confused:
My goals is just to be able to load images in a specific order… and be viewed in that order,,
Where can I make that specific change?
I clear the cache every time I make a change and have tried renaming images to a specific numerical and alphabetical order… Same thing occurs…
Thank you Thank you… for all your help…………….:)