• Resolved akhil_kalsh

    (@akhil_kalsh)


    Hi,

    I would like to know:

    1. How to add search button in menu bar? I can see it on the top right corner of Hueman demo site, but no idea how to do it.

    2. Why does the featured slider not move? Is there some setting that I can change to ensure that even without me clicking on the forward/backward buttons, the slider keeps moving forward every 5 seconds or so?

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter akhil_kalsh

    (@akhil_kalsh)

    So I searched through the old topics, and found the solution to the Search Bar issue.

    Still unable to make the movement of the slider automatic. Could someone please help me with that?

    You will need to edit the featured.php file. Child theme recommended.

    Open the featured.php file and look for this,

    jQuery('#flexslider-featured').flexslider({
    						animation: "slide",
    						useCSS: false, // Fix iPad flickering issue
    						slideshow: false,
    						directionNav: true,
    						controlNav: true,
    						pauseOnHover: true,
    						slideshowSpeed: 9000,
    						animationSpeed: 400,
    						smoothHeight: true,
    						touch: false
    					});

    change the slideshow: false to slideshow: true, save and done.

    Thread Starter akhil_kalsh

    (@akhil_kalsh)

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Questions regarding Hueman theme’ is closed to new replies.