Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Components
»
Galleriffic - Slideshow delay time
« previous
next »
Print
Pages: [
1
]
Author
Topic: Galleriffic - Slideshow delay time (Read 7004 times)
jimmyz
Full Member
Posts: 202
Galleriffic - Slideshow delay time
«
on:
June 16, 2009, 14:24:28 »
OK, it's time to ask for help...
All I want to do is increase the time between changing pics.
From the settings panel in administration, I do not see any posibility to set the delay when in slideshow mode, in Galleryffic. So, I opened /components/com_gallery/js/jquery.galleriffic.js and I changed line 150:
Code:
[Select]
var defaults = {
delay: 3000,
to
Code:
[Select]
var defaults = {
delay: 10000,
Nothing changed.
Which is the correct setting?
Three secs is too short, pics don't even get displayed.
Logged
Dirty Deeds Done Dirt Cheap
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Galleriffic - Slideshow delay time
«
Reply #1 on:
June 16, 2009, 15:03:10 »
No, dont edit the js file. The slideshow speed is controlled in file:
components/com_gallery/gallery.html.php
In line 330, or somewhere around there, you will find this:
delay: 3000,
Do also a small change if you like, it will make the image description not to expand too much:
line 288 (or so) change this:
<div class="caption">
to this:
<div class="caption" style="width: <?php echo intval($iosgal->cfg->get('GFHTMLPICW') + 10); ?>px;">
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
jimmyz
Full Member
Posts: 202
Re: Galleriffic - Slideshow delay time
«
Reply #2 on:
June 16, 2009, 15:19:51 »
Done!
I'm happy now!
Thank you, datahell.
Logged
Dirty Deeds Done Dirt Cheap
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Components
»
Galleriffic - Slideshow delay time