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
  • Page:
  • 1

TOPIC: Timed Slideshow

Timed Slideshow 27 Mar 2014 11:26 #4354

Is it possible to give your slideshow module in calla exteriors a time to go
to the article. So you have 3 seconds and then you see the article under it.

Thanks.

  • Posts:1
  • matienos
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Timed Slideshow 04 Dec 2015 03:50 #7839

You can edit template.css, add:
 
#jf-slideshow .main {
display: none;
}
 

And edit templates/jf_calla-exteriors/scripts/js/callaexteriors.js, add bellow javascript in function jQuery(window).load(function():
 
setTimeout(function() {
jQuery("#jf-slideshow .main").fadeIn()
}, 3000);
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.46 seconds
Thursday 25 April 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.