• oh so I have the header inserted oh the header.php below the navigation and before the content start
    http://www.brandonsfors.ca/

    <div id="contentwrap">
    
    <!-- header Image Show -->
    <div class="slideshow">
    
    <strong><?php if (function_exists('easing_slider')){ easing_slider(); }; ?></strong>
    
    </div>
    <!-- header Image Show End -->
    
    <div id="pagespace"></div>
    <div id="contentsidespace">

    In bold is the function that calls up the slider in side the theme, as the instructions said “shortcode” would not work.

    the theme is using static front page. linking to a post rather then a page, page.

    the theme is SmallBiz Dynamic, if that will help. before I got this them the post was needed to have the side nav.

Viewing 1 replies (of 1 total)
  • Thread Starter NorthEndCoder

    (@northendcoder)

    <div id="contentwrap">
    
    <!-- header Image Show -->
    <div class="slideshow">
    
    <?php if (function_exists('easing_slider')){ easing_slider(); }; ?>
    
    </div>
    <!-- header Image Show End -->
    
    <div id="pagespace"></div>
    <div id="contentsidespace">

    ok this time with out the bold text.

Viewing 1 replies (of 1 total)

The topic ‘Easy Slider only on Header’ is closed to new replies.