Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi!

    Theme Options > Blog > Featured Post Count > 1 or 0 and flexslider won’t be active.

    If you don’t want the javascript to load at all in the header, that would break the gallery format posts too. It would be removed by removing the enqueued script in functions.php with a child theme.

    wp_enqueue_script( 'flexslider', get_template_directory_uri() . '/js/jquery.flexslider.min.js', array( 'jquery' ),'', false );

    This line would be removed.

    Thread Starter shengadmin

    (@shengadmin)

    Hi Alex,
    The reason for I like to remove the Flexslider is because I don’t know how to use it as I have set up Featured Post Count =5. I put the images as a post (Gallery format), and I made a featured image. I have to click the image to let the slider to active. Can you let me know how to active the slider. Please see the website at http://makingmoneywithsheng.com/

    Thanks
    Sheng

    Well, it looks like you only have 1 post. So the slider has nothing more to show. Add some more articles, and the slider should start working! 🙂

    No need for gallery format posts in order for the slider to work by the way – you can use any format you wish for the post.

    Thread Starter shengadmin

    (@shengadmin)

    Hi Alex,
    I see. Your Flexslider is based on featured images. Can you let me know if I can link the featured image to another website.

    Thanks
    Sheng

    Hi Alex i just add it here my query

    The Flexslider did not show my content although i do have lots of post it seems the content is being hidden

    Thanks
    Ruel

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Disable Hueman Flexslider’ is closed to new replies.