WebSite X5Help Center

 
Peter K.
Peter K.
User

Gallery object. Time to be shown  en

Автор: Peter K.
Просмотрено 595, Подписчики 1, Размещенный 0  

I have made a slideshow in the gallery object. I woud like to change the time images is shown to be faster. 

The Gallery object can make autostart, but not ajust  the speed.

How can I ajust the shift time?

Размещено
16 Ответы - 1 Полезно
Giancarlo B.
Giancarlo B.
User

if it is the standard gallery object it has few options, perhaps you will find more high-performance and current objects to use, try putting the link to the page if necessary, bye.

Читать больше
Размещено От Giancarlo B.
Peter K.
Peter K.
User
Автор

I often lack that feature. 

Hjemmeside - Nyt projekt (orgfree.com)

-i  hope it can be made.

The Object slider object has this feature, but i think the Gallery object is best in my situation.

many thanks

Читать больше
Размещено От Peter K.
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца EN

The “Content Slider” object has the option of automatic image switching and the duration can be set here.

Due to a request here in the community, I created a test page and converted the “Content Slider” object into a slideshow with sound, see this post in German (translate with Google)

-----

(English: Image gallery with audio commentary)

Bildergalerie mit Audiokommentaren

>> https://helpcenter.websitex5.com/ru/post/262346

Читать больше
Размещено От Daniel W.
Peter K.
Peter K.
User
Автор

Thank you! I don't understand how your suggestion can solve my shifting speed problem. I will will miss the option of description, title and counter. Can't it be solved with a bit of html/php/script-soruce code?

Читать больше
Размещено От Peter K.
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца EN

For the "Content Slider" object, the display duration of the images can be set in the "Style" tab. However, the ad duration set applies to all images.

-----

Читать больше
Размещено От Daniel W.
Peter K.
Peter K.
User
Автор

You're right! I've found the parameters for description and title and a button as you show me. It can be made but it do not look very beauteful  (i wonder why). When i have a lot of images it is very late to make the slideshow because it can only be done one by one. In the Gallery object alle the images can be taken in one transaction. THEREFORE: My  Christmas-wish: A up to date slideshow-object. - with the best from gallery and content slider objects.

Читать больше
Размещено От Peter K.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

x Peter K., ... (It > En) ... ...currently your gallery pknudsen.orgfree.com/gallery    is timed to 5 seconds...
... if you are interested in decreasing the interval, for example to 2 seconds, (or increasing), it would be possible to do so with my EXTRA code...
... so, if you are interested, let me know, ... otherwise ignore this message of mine...

.

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Peter K.
Peter K.
User
Автор

Thank you! I am very interested get some extra code.

peterk

Читать больше
Размещено От Peter K.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... OK ...

<script>
$(document).ready(function () { //K>;
/** adjust image interval x classic gallery WSx5 by KolAsim **/
imageintervalK = 2; //number of seconds image interval;
galleryContainerK = "#imCell_1";
//--------------------------------->>
delayK = 3; // number of seconds of delay on page latency;
setTimeout(function(){ //K1>;
objectK = galleryContainerK + " script";
scriptK = $(objectK).html();
timeK = scriptK.split("'autoplayTime': 5000,").join("'autoplayTime': imageintervalK*1000,").split("var ").join(" ");
eval(timeK);
}, delayK*1000); //K1<<>;
}); //K<<;
</script>

..............................

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Axel  
Axel  
User
Лучший пользователь месяца FR

@KolAsim,

Great solution.

Look at your example. There is a little sparkling on the first picture when we load the page - CTRL+F5 ... (Only when we load the page, and not after many running)

Here the first picture is Monetico

https://wsx5demo.afsoftware.fr/tests.html

Need to be accurate. Should be better

Axel

Читать больше
Размещено От Axel  
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... ciao Axel, ... a good example; ... I see it works well for you...
... the code is activated three (3)  seconds after opening the page based on its latency (evaluable):
delayK = 3;

.

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Peter K.
Peter K.
User
Автор

@KolAsim

Thak you, I'm very happy. 

peterk

Читать больше
Размещено От Peter K.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... OK ... ciao ...

Читать больше
Размещено От  ‪ KolAsim ‪ ‪