I resolve this, a have 2 sliders on my page.
My solution:
1. copy/paste plugin folder
2. 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=’https://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=’https://https://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 CAT
that 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_options2
cheers