VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

At onload event slideshow don't start
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: At onload event slideshow don't start

Re: At onload event slideshow don't start 25 May 2016 21:46 #8873

Hi guys,

I want to add a simple "fade in" animation to the slideshow module. I have found this solution in your forum: www.joomfreak.com/forum/categories/jooml...n-fade-out.html#7268 that consists in the overwriting the "skitter.min.jquery.js" file; but few weeks ago you customized my "skitter.min.jquery.js" file to disabling the pause function "on mouse over": www.joomfreak.com/forum/categories/jooml...dont-start.html#8632 now I can't overwrite the "skitter.min.jquery.js" file with a new one without lost the on mouse over customization.

So, can you say me what kind of customization it's needed to obtain a simple "fade in" animation?

Thank you
Last Edit: 25 May 2016 21:48 by me.

  • Posts:75
  • me
  • Senior Boarder
  • OFFLINE
  • Karma: 0

Re: At onload event slideshow don't start 25 May 2016 22:33 #8876

I have solved using a files comparison software.

Just added those customizations.
In the file "skitter.min.jquery.js" at line 833 added this two rows:

 
...
 
'fade',
'fadeFour',
 
...
 


at line 906 added this (after the break point of "animationTube" function):

 
...
 
case 'fade' :
this.animationFade();
break;
case 'fadeFour' :
this.animationFadeFour();
break;
 
...
 


and in modules/mod_jfslideshow/fields/slideoption.php file, found the "$transition2_options" row, and added this two rows:

 
...
 
JHTML::_('select.option', 'fade', JText::_('fade') ),
JHTML::_('select.option', 'fadeFour', JText::_('fadeFour') ),
 
...
 


That's all, thank you
Last Edit: 25 May 2016 22:35 by me.

  • Posts:75
  • me
  • Senior Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
  • 2
Time to create page: 0.68 seconds
Friday 29 March 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.