Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 5 posts - 1 through 5 (of 5 total)

Sliders

Home Forums Free Theme Support Zenon Lite Sliders

  • #80986

    Ron

    I want to display the sliders on each page, not only on the mainpage. Possible?

    #81045

    Towfiq I.

    administrator

    Open up page.php and add this:

    <div class="slider_wrap">
    
            <div id="zn_slider">
            <?php get_template_part(''.$zn_slides = of_get_option('slider_select', 'easyslider').''); ?>
            </div>
            <div class="skew_bottom_big"></div>
            <div class="skew_bottom_right"></div>
    
    </div>

    after this:

    <?php get_header(); ?>

    #81582

    Ron

    nope, doesn’t work, see for yourself: 030-schoolbasketbal.nl

    #81583

    Towfiq I.

    administrator

    make the same edits in page-full_width.php too.

    #81587

    RON

    GREAT !! Works fine now, terrific 😉

You must be logged in to reply to this topic.