OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Timing on top slider of (CREDO) theme? (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Timing on top slider of (CREDO) theme?

reichard (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Timing on top slider of (CREDO) theme? 8 Years, 9 Months ago
Karma: 0  
Is there a way to change the timing of the (top) slider in the credo theme?
It's changing too fast for my taste.
I checked the most common places for settings and also looked into the source code, but couldn't figure out where this is happening.

Thanks,
Georg
Logged Logged
The administrator has disabled public write access.
reichard (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Timing on top slider of (CREDO) theme? 8 Years, 9 Months ago
Karma: 0  
Just found it myself. Maybe this is interesting for others to know:
It's hardcoded into custrom.js, which can be found in theme's /js folder.
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Timing on top slider of (CREDO) theme? 8 Years, 8 Months ago
Karma: 58  
Dear Georg,

You need go to admin area - Module Manager: Module mod_OS_TouchSlider - select Slideshow options and you will have


Transition duration have to less then 'Pause duration" and Pause duration have to more then 'Transition duration'

With help Transition duration and Pause duration You will be able change the timing of the (top) slider.

Sincerely Yours
Taras
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
reichard (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Timing on top slider of (CREDO) theme? 8 Years, 8 Months ago
Karma: 0  
Taras - thanks for the reply, but I think you talk about the Joomla theme - I should have specified so in my topic that I'm referring to the drupal theme.

I believe in the drupal version, I need to change this directly in the custom.js file. I've not found a module in the theme package that would rewrite this file from the admin area. But maybe I'm missing something.

Best,
Georg
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Timing on top slider of (CREDO) theme? 8 Years, 8 Months ago
Karma: 58  
I am sorry, we have the same them in Joomla too))



Georg, yes, you are right. You need custom.js.

Go to your website/sites/all/themes/credo/js/custom.js


and find
Code:

var swiperBottom = new Swiper('.swiper-container2', {
  pagination: '#pagination2',
  paginationClickable: true,
  grabCursor: true,
  speed: 500,
       autoplay: 2500,
  loop: true



You need edit speed: 500 (put your value and check the timing of the (top) slider)

If you face any problems, please contact us through our contact form.
ordasoft.com/About-us/OrdaSoft.html
Thanks,
Taars
OrdaSoft team.
Logged Logged
The administrator has disabled public write access.
Go to top
»