-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 25, 2015 at 4:54 am #564496Hello For the autoplay Please try this Please open file root_folder/> quote heretemplates/ja_cagox/acm/slideshow/tmpl /style-1.php
and look for this code :
<div class="style-1 block-slideshow carousel slide vertical <?php echo $fullScreen; ?>" data-ride="carousel" data-wrap="false" data-interval="false" id="block-slideshow-<?php echo $module->id; ?>">
then change the data-wrap and data-interval as below (you can increase data-interval value for longer delay) :
<div class="style-1 block-slideshow carousel slide vertical <?php echo $fullScreen; ?>" data-ride="carousel" data-wrap="true" data-interval="2000" id="block-slideshow-<?php echo $module->id; ?>">
You can adjust the value of 2000 for autoplay speed as per needs . Let me know if it helps.3 users say Thank You to Pankaj Sharma for this useful post
March 25, 2015 at 5:46 pm #564587Great, it worked fine.
Thank you very muchMarch 24, 2016 at 2:45 pm #904306Hi,
Just got 1little question about this, where can i disable slidehow freeze when i go over my image with my mouse??
kind regards
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 25, 2016 at 8:11 am #904593Hi,
I am getting a blank page with "strona zablokowana" when i click on your link ..
And where can i find the acm php file ??
kind regards
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
Gigaparts FriendGigaparts
- Join date:
- February 2016
- Posts:
- 116
- Downloads:
- 309
- Uploads:
- 16
- Thanked:
- 2 times in 2 posts
October 13, 2016 at 1:31 pm #976053Hello
I tried to add
stopOnHover="false"
Nothing happened.
Little help please
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 14, 2016 at 4:21 am #976183Hi
Kindly post your site URL here .
I will take a look on it .Gigaparts FriendGigaparts
- Join date:
- February 2016
- Posts:
- 116
- Downloads:
- 309
- Uploads:
- 16
- Thanked:
- 2 times in 2 posts
October 14, 2016 at 9:26 am #976295Hello
It is still localhost.
If you could add the code it would be great.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 14, 2016 at 2:02 pm #976397Hi
may i know which slideshow style you are using on your site ?Gigaparts FriendGigaparts
- Join date:
- February 2016
- Posts:
- 116
- Downloads:
- 309
- Uploads:
- 16
- Thanked:
- 2 times in 2 posts
October 15, 2016 at 4:58 pm #976652Slideshow style 1
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 15, 2016 at 5:06 pm #976656Hi
Go to /ja_cagox/acm/slideshow/tmpl /style-1.php
Find<div class="style-1 block-slideshow carousel slide vertical <?php echo $fullScreen; ?>" data-ride="carousel" data-wrap="false" data-interval="false" id="block-slideshow-<?php echo $module->id; ?>">
replace it with
<div class="style-1 block-slideshow carousel slide vertical <?php echo $fullScreen; ?>" data-ride="carousel" data-pause="false" data-wrap="false" data-interval="false" id="block-slideshow-<?php echo $module->id; ?>">
Save and check .
-
AuthorPosts
This topic contains 13 replies, has 4 voices, and was last updated by Gigaparts 8 years, 1 month ago.
The topic ‘Home slideshow auto scroll’ is closed to new replies.