Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 16, 2017 at 1:24 am #1068013Hi
KIndly follow this topic for slideshow autoplay and customization of navigation.
For the change in font size you can change it via adding below code in custom.css@media screen and (min-width: 992px) { .block-slideshow-item .block-title { font-size: 54px; line-height: 1.3; }} .block-slideshow-item .block-title { color: #ffffff;}
You can check this via firebug http://prntscr.com/gxw6lh and override the style code using custom.css file.
Regards
moody Friendmoody
- Join date:
- April 2017
- Posts:
- 186
- Downloads:
- 45
- Uploads:
- 40
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
October 20, 2017 at 11:32 am #1069113This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 23, 2017 at 1:34 am #1069391Hi
open
File is in this folder /templates/ja_hotel/acm/slideshow/tmpl/style-1.php
find and change<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-wrap="false" data-interval="2000" data-slide="next" id="block-slideshow-<?php echo $module->id; ?>">
Regards
moody Friendmoody
- Join date:
- April 2017
- Posts:
- 186
- Downloads:
- 45
- Uploads:
- 40
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 23, 2017 at 5:05 pm #1069627Hi
Please open new thread for further new topic questions.
It also helps other users.
Regardsmoody Friendmoody
- Join date:
- April 2017
- Posts:
- 186
- Downloads:
- 45
- Uploads:
- 40
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
This topic contains 6 replies, has 2 voices, and was last updated by moody 7 years, 1 month ago.
The topic ‘slideshow auto play and font’ is closed to new replies.