how exactly did you get it to work? Mine is doing the same thing, but I am not sure what or where to add post_type=>any too? my lines 33 for carousel-horizontal-post-slider.php looks like this. …
function Carousel_shortcode()
{
global $wpdb;
$displayimage = get_option('tchpcs_displayimage');
$word_imit = get_option('tchpcs_word_limit');
$qp_showposts = get_option('tchpcs_query_posts_showposts');
$qp_orderby= get_option('tchpcs_query_posts_orderby');
$qp_order= get_option('tchpcs_query_posts_order');
$qp_category= get_option('tchpcs_query_posts_category');