Option to stop auto on for slideshow

More
7 years 3 months ago #11025 by giorgi
Option to stop auto on for slideshow was created by giorgi
Hello All!
Is is possible to stop slideshow on for: hub assets list, roomtypes and modules
Not I can stop only in asset view from plugin "camera slideshow"
But I would like to stop slideshow everywhere. It does not works from plugin parameters.

Please Log in or Create an account to join the conversation.

More
7 years 3 months ago #11027 by solidres
Replied by solidres on topic Option to stop auto on for slideshow
Hi,

You can stop the slideshow by editing these files:

/components/com_solidres/views/reservationasset/tmpl/default_roomtype.php
/modules/mod_sr_roomtypes/tmpl/default_carousel.php

In those files you can find these code:

$(".carousel").carousel();

You can change it to

$(".carousel").carousel({interval: false});

It will disable the animation for you.

Regards,
The following user(s) said Thank You: giorgi

Please Log in or Create an account to join the conversation.

Moderators: solidres
Powered by Kunena Forum

All the things you need to make your work easier. Did you like Solidres?