• OK, I put this code

    jQuery(document).ready(function($) {
    	$('#foo1').carouFredSel({
    		scroll	: 1000,
    		circular: true,
    		//infinite: false,
    
    	auto	: false,
    		prev 	: {
    			button	: '#foo1_prev',
    			key		: 'left'
    		},
    		next 	: {
    			button	: '#foo1_next',
    			key		: 'right'
    		}
    	});
    });

    in carousel-horizontal-posts-content-slider/inc/custom.js as instructed. I also changed
    $args = array( 'numberposts' => $qp_showposts, 'category' => $qp_category, 'order'=> $qp_order, 'orderby' => $qp_orderby );

    to

    $args = array( 'numberposts' => $qp_showposts, 'category' => $qp_category, 'order'=> $qp_order, 'orderby' => $qp_orderby, 'post_type' => 'any' );

    in carousel-horizontal-posts-content-slider/carousel-horizontal-posts-content-slider.php
    as you mentioned in another thread. Still my buttons do not work (when I can get them to show.) I think this is a common problem and would really appreciate some help.
    site is http://nstnet.redhorsesolutions.com/
    working on getting a newsfeed that pulls excerpts from posts without images and this seems to be the only plugin I can find that will accomplish this.

    http://wordpress.org/plugins/carousel-horizontal-posts-content-slider/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter amplified2

    (@amplified2)

    Interesting to note…that when you view this responsively… on an iPhone for example…it is working perfectly. I think there is a display:none affecting this…will let you all know..I am getting close to solving this…lol

    Plugin Author subhansanjaya

    (@subhansanjaya)

    Please, check the latest version of the plugin.

    Hello,
    I Have the same problem. With the last version of the plugin

    Ines

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘previous and next not working’ is closed to new replies.