Theme Support Forum
Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums
-
#12325
On May 13, 2012 at 4:39 pm
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
On May 13, 2012 at 6:34 pm
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
On May 16, 2012 at 10:59 am
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
On May 16, 2012 at 12:12 pm
#16669
On May 16, 2012 at 12:43 pm
Do you have an email address I can send it to?
#16670
On May 16, 2012 at 12:44 pm
Hello! this is Towfiq, a passionate web developer from Bangladesh, building website templates for almost 4 years and sharing them with the world. Most of my designing/ programming skills are self taught. Providing free Wordpress themes to wordpress enthusiasts is another one of my passions.
When I am not building templates, I listen to music, read books, paint and travel.
x