Header Slide Speed in Slideshow


Author Message
Pete

Posted: 11/27/2015
Quote message 

Hey, everyone! Long-time Artisteer user, first cry for help! I tried to post this onto an old (similar) thread, but it doesn't seem to show. So, I'm putting it here as a new thread, hoping to get some traction... <br><br>

While designing a header slideshow in Artisteer (version 4.2.0.60623 if that makes a difference), I was able to add multiple slides, and play with transition options for that slideshow. But, under that same "Motion" sub-menu (Header ->> Slideshow ->> Motion) the "Options" area was grayed out and not clickable. I want to change the delay/pause time for the slides, and I'm guessing that's where to do it, but I couldn't. Not sure why. So, I saved, exported, uploaded and activated the Wordpress theme with whatever the default settings are. And... they're WAY too fast for my needs. <br><br>

I've been trying for hours now to find out where (at the "code level" via the Wordpress "Editor") I can make this change manually. I've found a few references to a "script.js" file in other forum posts, but I don't have a file by that name to edit via Editor. I've tried (with my limited amateur code knowledge) to figure out which file to adjust, and my best guess is the "style.css" file and these lines:<br><br>

.art-slidecontainerheader .art-slide-item {
-webkit-transition: 600ms ease-in-out opacity;
-moz-transition: 600ms ease-in-out opacity;
-ms-transition: 600ms ease-in-out opacity;
-o-transition: 600ms ease-in-out opacity;
transition: 600ms ease-in-out opacity;
position: absolute !important;
display: none;
left: 0;
top: 0;
opacity: 0;
width: 100%;
height: 100%;
}<br><br>

Am I on the right track? It looks like the place to change the header slideshow TRANSITION speeds, but I don't see anything for adjusting the length of the PAUSE for each slide in the slideshow. Do I need to add a new line here? If so, what is the command I need? Or am I way off base? <br><br>

If you'd like a look at the site I'm building as it stands now, you can check it out here: http://andyblack-music.com/<br><br>

Thanks in advance for any help you can give!
 
Pete

Posted: 11/28/2015
Quote message 

Solved my own problem. It involved using my FTP client to download the script.js file and editing the "pause" value there. Here's full answer if anyone is interested:

https://wordpress.org/support/topic/header-slideshow-slide-speed-duration?replies=2#post-7716886
 
Gaute Singstad

Posted: 6/24/2016
Quote message 

"Options" area was grayed out and not clickable. I want to change the delay/pause time for the slides

This is my problem. Is the options quite simply not available?