I' experiencing some trouble to get this block dynamic.
Trying to use it with several images, and a reading interval of 10 seconds, but nothing happens, I Can only see the first image , able to expand it, but no sliding effect neither changing image.
my settings.php code here under :
Code: Select all
<?php
// dynamicImage settings file
// Version: 4.0
// Created: 2018-01-17 08:57:05
$dynamicImageTitles = 'coucher de soleil;automne,moissons,le site des bois du Gheer,calvaire';
$dynamicImageURLs = 'http://legheer.be/template/slides/1.jpg';'http://legheer.be/template/slides/2.jpg';'http://legheer.be/template/slides/3.jpg';'http://legheer.be/template/slides/4.jpg';'http://legheer.be/template/slides/5.jpg';
$dynamicImageUpdateIntervals = '10;10;10;10;10';Suppressing the quote at end and start of each url , with semicolons between gives me an on screen array with the 5 pictures in one column...
Does some of you have it running correctly ?


