Page 1 of 1

Dynamic Image keeps static

Posted: Wed Jan 17, 2018 3:32 pm
by meteogheer
Hello everyone,
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';
Something is getting wrong, need some help to find it.
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 ?

Re: Dynamic Image keeps static

Posted: Wed Jan 17, 2018 7:00 pm
by Jachym
the number of titles does not correspond to the number of images, that could be the issue, also please include a link

Re: Dynamic Image keeps static

Posted: Wed Jan 17, 2018 9:36 pm
by meteogheer
hi jachym,
here's the link.
http://legheer.be/template/indexDesktop.php

I don't see any problem with number of tiles, description neither time intervals.
Does first picture count in this succession of intervals ?
Thanks
Michel

Re: Dynamic Image keeps static

Posted: Thu Jan 18, 2018 12:58 am
by Ken Good
I had a similar issue and the problem was that I only gave a refresh rate for 2 of the four images. The remaining 2 were giving me havic. I discovered the issue and gave them a refresh rate and presto they all worked just right.

Ken

Re: Dynamic Image keeps static

Posted: Thu Jan 18, 2018 5:01 am
by Jachym
$dynamicImageTitles = 'coucher de soleil;automne,moissons,le site des bois du Gheer,calvaire';

Here you have only two titles, separated by ;

Re: Dynamic Image keeps static

Posted: Thu Jan 18, 2018 8:00 pm
by meteogheer
Hi Jachym,
thanks for reply, of course it could be a reason to the dysfunctions I met, but, after many many other manipulations, reducing number of pictures, reducing text of the tiles, never got a real satisfaction to see images slide one after the other. Maybe the size of these ones has to be rigourously the same....?
I gave it up and included a slider in a blank block. Just got what I was looking for.
Thanks again
Michel