• Resolved GamObs

    (@gamobs)


    I’m trying to follow the steps detailed in this topic:

    https://wordpress.org/support/topic/how-do-i-get-the-slider-automatically-move?replies=9#post-7469224

    But the “featured” file is not the same now, I’m using Hueman Version : 2.2.3 and here is what i found in my code:

    jQuery('#flexslider-featured').flexslider({
    animation: "slide",
    useCSS: false, // Fix iPad flickering issue
    directionNav: true,
    controlNav: true,
    pauseOnHover: true,
    animationSpeed: 400,
    smoothHeight: true,
    touch: false,
    slideshow: <?php if (ot_get_option('featured-slideshow') == 'on') { echo 'true'; } else { echo 'false'; } ?>,
    slideshowSpeed: <?php echo ot_get_option('featured-slideshow-speed', 5000); ?>,
    });
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi GamObs. The code I posted in the link you provided above was from v2.2.3. In that version you had to modify the code to activate the slider. The code you posted above appears to be from v2.2.5. In v2.2.5 there are two new options that control the featured post slider.
    In Theme Options > Blog: Featured Slideshow and Featured Slideshow Speed
    Set those and the slider should activate.

    Thread Starter GamObs

    (@gamobs)

    Oh wow, thanx bdbrown, I just realized that the files of my main theme weren’t completely uploaded via my FTP. Now this option is in the tree.

    Anyone know why wordpress never alert me when a new version of Hueamn is available ? Is this because of my child theme ?

    It’s because that version isn’t available on the wp.org theme repository.

    oowwhh.. i see.. thanks that’s new for me

    @gamobs – If you don’t need any further assistance with this topic please mark it as Resolved. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Automatic Slider Option’ is closed to new replies.