Announcing "Slider Ultimate" – Add Large Featured Slider to ClassiPress
We are pleased to present the large featured slider that we built in our
ClassiEstate child theme as a standalone plugin for ClassiPress. The large slider of our
real estate child theme generated quite a bit of interest and we decided to turn it into a plugin so people can use it without having to pay for the whole child theme. The Slider Ultimate plugin is unique and works brilliantly with ClassiPress, in short it makes ClassiPress even more classy.
Key Features:
- Large Featured Slider to use instead of the default small one (optional)
- Randomly picks 7 featured listings on each page load
- Nice smooth animation
- Just activate the plugin, disable the default slider and add one line of code!
- Compatible with ClassiPress 3.1.8
Installation:
Extract zip in the /
wp-content/plugins/ directory.
Activate the plugin through the ‘Plugins’ menu in WordPress.
Look for below code in index.php within your theme folder:
Code:
<?php
if ( file_exists(STYLESHEETPATH . '/featured.php') )
include_once(STYLESHEETPATH . '/featured.php');
else
include_once(TEMPLATEPATH . '/featured.php');
?>
and add this code above it:
Code:
<?php if (function_exists('tb_slider_ultimate')) tb_slider_ultimate(); ?>
Turn off the default slider from ClassiPress → Pricing page from the admin dashboard or comment out the default code like this:
Code:
<?php
/*if ( file_exists(STYLESHEETPATH . '/featured.php') )
include_once(STYLESHEETPATH . '/featured.php');
else
include_once(TEMPLATEPATH . '/featured.php');*/
?>
Bonus:
USE "SLIDER2" to get a $2 discount, only for ClassiPress users!
More Details and Purchase
View Demo Here
Screenshot
SliderUltimate.jpg