Multiple sliders
-
It would be possibile to add multiple sliders?
So, I could choose to display latest posts from certain category, and below, other posts in another category.http://wordpress.org/extend/plugins/carousel-horizontal-posts-content-slider/
-
Did anyone ever solve this?
I resolve this, a have 2 sliders on my page.
My solution:
1. copy/paste plugin folder2. name it carousel-horizontal-posts-content-slider2
3. edit inc/custom.js
(change id foo1 to foo2, change foo1_prev foo1_next to foo1_prev2 foo1_next2)4. edit slider-management.php
(change all tchpcs_displayimage,tchpcs_displaydesc…. to displayimage2 tchpcs_displaydesc2 etc.)5. edit carousel-horizontal-posts-content-slider.php
(
change all tchpcs_displayimage,tchpcs_displaydesc…. to displayimage2 tchpcs_displaydesc2 etc.,Carousel Horizontal Posts Content Slider to Carousel Horizontal Posts Content Slider2
add numer 2 to all function – ex. TCHPCSCarousel to TCHPCSCarousel2
change all Carousel_shortcode to Carousel_shortcode2
change id foo1 to foo2, change foo1_prev foo1_next to foo1_prev2 foo1_next2
)6. add to theme header.php
<script type=’text/javascript’ src=’http://www.yourdomain.com/wp-content/plugins/carousel-horizontal-posts-content-slider2/inc/jquery.carouFredSel-6.1.0.js?ver=3.6.1′></script>
<script type=’text/javascript’ src=’http://http://www.yourdomain.com/wp-content/plugins/carousel-horizontal-posts-content-slider2/inc/custom.js’></script>7. upload plugin to ftp, install in plugins, you will now see in your settings:
Carousel Horizontal Posts Content Slider – add here some CAT
Carousel Horizontal Posts Content Slider2 – add here some other CATthat it, it works
p.s.
remember:
if you change some funkcion, ex.:
function tchpcs_admin_options2
change all lines line function tchpcs_admin_options to function tchpcs_admin_options2cheers
Please, check premium version of this plugin on plugin’s web site which comes with many features.
The topic ‘Multiple sliders’ is closed to new replies.