Hi there! Thanks!
This is most likely a plugin conflict – can’t be much else. Are you sure you disabled all plugins, cleared caches and force-refreshed it with F5 when viewing the site?
If it works with all plugins disabled (which it should), enable the plugins one by one and view the site inbetween each activation to see when it breaks – that way you can find the conflicting plugin(s).
The searchbox is some conflict in the same plugins, have disabled all again wiped the cache and updated and it worked.
The slideshow still does not work, what can be? There is already enabled in inc / featured.php
Did you set Theme Options > Blog > Featured Post Count to more than 1? Otherwise the slider will not appear.
SOLVED!
I had not increased the amount of slide.
Many thanks for the help and agility.
Running into a similar issue. I have verified Post Count is more than 1. Deactivated all plugins as well. Post are showing up in slider, but it is not changing automatically.
Any ideas?
Thanks. -Z
defendmag.com
Acess Theme Options and try it
Q: How do I make the homepage slider auto-progress? — A: In /inc/featured.php change slideshow: false to true.
in featured.php search and compare this
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