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 6 posts - 1 through 6 (of 6 total)

Replacing slider with "easing slider" in zenon pro

Home Forums Misc. General Forums Replacing slider with "easing slider" in zenon pro

  • #12325

    stephanie

    subscriber

    Hi Towfiq. I’ve added the plugin easy slider and I would like to try and add it to the main page and replace the other slider. I have the code: <?php if (function_exists(‘easing_slider’)){ easing_slider(); }; ?> but I’m unsure the proper place to put it to make it work properly.

    I found the instructions here:

    http://www.easingslider.matthewruddy.com/

    Thanks,

    S

    #16666

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “index.php” file and replace these lines:

    <!--SLIDER END-->
    <?php if ( is_home() ) { ?>
    <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>

    <!--SLIDER END-->

    And replace it with:

    <?php if (function_exists('easing_slider')){ easing_slider(); }; ?>

    #16667

    charliegirl

    subscriber

    Hi Towfig,

    I tried this but am not sure how to place the slider into my page. Are you able to assist?

    I’ll be SUPER grateful!!!

    #16668

    Towfiq I.

    administrator

    whats your site address?

    #16669

    charliegirl

    subscriber

    Do you have an email address I can send it to?

    #16670

    Towfiq I.

    administrator