1. patrickbmccabe
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 19 June 2015
  5.  Subscribe via email
Hi,
I am trying to slow down the image fade in the home page in this site http://cff.corranny-media.com/index.php. Could anyone tell me how to do this?
Accepted Answer Pending Moderation
0
Votes
Undo
I found this code in the online page
element.style {
transition: all 1000ms;
-webkit-transition: all 1000ms
But cannot find that in my local version.
Which style sheet is this contained in?
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Patrick

In your templates scripts.php (../templates/j51_boutique/php/scripts.php) locate the following block of code...


<!-- Vegas Background Slideshow -->
<script type="text/javascript" src="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.vegas.js" charset="utf-8"></script>
<script type="text/javascript">
(function($) {"use strict";
$(document).ready(function() {
$('#header_slide').vegas({
delay: 5000,
timer: false,
slides: [
<?php
if(is_array($header_json['header_slide_image'])) {
foreach($header_json['header_slide_image'] as $value) {
?>
{ src: '<?php echo $this->baseurl ?>/<?php echo $value; ?>'},
<?php } } ?>
]
});
});
})(jQuery);
</script>


In which you can edit the delay to your own taste...


delay: 7000,


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Ciaran That worked for me
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,
I'm trying to do the same thing again except this time in the Template "CAITLIN"

but the Vegas background slide show is not in the same place... ../templates/j51_Caitlin/php/scripts.php

Did it move?
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Patrick

A field is available within the template parameters of our Caitlin template to edit the delay. You will find this within the 'Styling' tab (Header Slide Interval).

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok