• Resolved mmliere

    (@mmliere)


    Hi, I’d like to know which bit of css (or other?) code to modify to make the Featured Content Slider (front page) auto-scroll the way it does in the Superhero theme. I’ve done side-by-side comparisons of the style.css files from Superhero and Untitled and anything that seems to relate to “transition” or denotes (what I assume is) a time in seconds is the same in the two. I’m not super-literate in css so I do need the specific selector and property. If it is a bit of php or javascript to modify, please also specify in which file it is located in the theme. Thanks so much — and thanks for the themes =)

Viewing 4 replies - 1 through 4 (of 4 total)
  • In the themes->untitled->js folder you will find the untitled.js file. Open it and change the following variables:
    slideshow: true;
    slideshowSpeed: ‘4000’.

    The speed is the delay in milliseconds.

    Thread Starter mmliere

    (@mmliere)

    Superb, thanks!

    I’m giving this a shot too and it’s not working for me,

    Some further questions I hope people cal help me with

    1. Do I put this code in the “Flexslider” or “Carousel” section of the .js file?

    2. I see there is a HTML5.js file and also a directory called “Flexslider”. Has the theme been updated where I would have to edit something in those places instead?

    Thanks for your help,
    Mike

    PS the site I need help with is irresponsiblelife.com

    Actually this did end up working for me

    Took about 15min for the changes to be reflected on my site.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Auto-Scroll on Featured Content Slider’ is closed to new replies.