Hello Paul,
I updated to wordpree 3.5.1 and my slideshow is not sliding and the buttons don’t show on the homepage on all browsers except IE10. – https://www.mitashah.com
The code on front-page template is
get_header(); ?>
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<div class=”intro”>
<div class=”welcome”>
<h1><?php the_title() ?></h1>
<?php the_content() ?>
</div>
<div id=”featured”>
<div class=”slideshow”>
<?php load_featured_content(); ?>
</div>
<div class=”slider-nav”>
<div id=”slidecount”></div>
</div>
</div>
</div>
<?php endwhile; ?>
<div class=”highlights”>
<?php get_sidebar(‘home’); ?>
</div>
<?php get_footer(); ?>
Please help.
Many thanka