- Posts: 18
- Home
- Forum
- Community Forum
- Questions
- Installation/Upgrade
- front end partner dashboard - HUB
Option to stop auto on for slideshow
- giorgi
- Topic Author
- Offline
Less
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.
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.
- solidres
-
- Away
Less
More
- Posts: 2953
7 years 3 months ago #11027
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
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,
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,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
The following user(s) said Thank You: giorgi
Please Log in or Create an account to join the conversation.
Moderators: solidres