On February 27, 2014 at 7:48 am
I have attempted to do this (content in “quotations” below) by using the following information but the slider does not appear on any page other than the landing page.
“On February 3, 2014 at 2:25 pm
I want to display the image slider on all the pages an I found this topic:
open up page.php, page-full_width.php, single.php and add these lines:
<div id=”slider”>
<?php get_template_part(”.$zn_slides = of_get_option(‘slider_select’, ‘nivo’).”); ?>
</div>
<div class=”slide_shadow”></div>
after this:
<?php get_header(); ?>
But when I try to do it, the slider it´s separated to the menu, can you help me?”
The website I am working on is http://www.krisballkitchens.com
Cheers!