• Resolved bozonja

    (@bozonja)


    Hi Folks! Does anyone know where to change Featured post flex slider so it automaticly changes slides?
    Tnx!
    Josip

Viewing 6 replies - 1 through 6 (of 6 total)
  • In /inc/featured.php change slideshow: false to true with a child theme.

    from: https://files.alxmedia.se/themes/hueman/docs/#faq

    Thread Starter bozonja

    (@bozonja)

    Thank you very much! Do I need to put code in css or in functions file? I presume in functions but what would be a exect code if you can write me so I do not messed up something? ??

    the file to edit is “featured.php” that is located in the “inc” folder of the theme.

    this is the part of code to edit:

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

    Thread Starter bozonja

    (@bozonja)

    Yeah, as I presume. Tnx! One more question for you if you have time? Do you now can I put revolution slider in “div.group.pad.” section (where is Hueman logo located) ?
    I appreciate it!

    sorry mate, no idea about this..

    Thread Starter bozonja

    (@bozonja)

    Tnx anyway! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Featured post slider "true" animation’ is closed to new replies.