Hi,
I have used you plugin and seems very nice. I have show the products in the carousel using shortcode attributes.
<?php echo do_shortcode(‘[wpf_carousel name=”speaker-carousel” taxonomy=”speaker” title=”Title goes here” post_type=”product”]’); ?>
Now, i just want to show the products in carousel for the selected terms of custom taxonomy “speaker”.
So what should i need to do.
Looking forward to you.
Thanks
Pankaj
I f you need to make images clickable you can edit the file wpf-ultimate-carousel.php (inside wp-content/plugins/wpf-ultimate-carousel).
Original code (Line 189 to 195):
<div class="wpf_slides">
'.$post_thumbnail.'
<h2><a style="color:'.$link_color.'" href="'.get_permalink().'">'.ShortenText(get_the_title()).'</a></h2>
</div>
Change to:
<div class="wpf_slides">
<a style="color:'.$link_color.'" href="'.get_permalink().'">
'.$post_thumbnail.'
<p>'.ShortenText(get_the_title()).'</p>
</a>
</div>
]]>
anhy means of controlling the # words in the excerpt within the slider itself? i can do it in the code, but an update will overwrite it, of course.
is this possible? if not, is it possible to add a new function in functions.php to handle this?
]]>I would like to have the carousel a specific size, which I get with 11 slides. However I only have 7 unique images, and would like to have the carousel repeat existing images.
Is this possible in the carousel?
]]>I need to show posts into the carousel at random. How can i do that with your plugin.
Thanks!
i need to use tag instead title into the carousel. How can i do that, do you have some way to implement?
Thanks!
How do I change the next and prev nav buttons for some other images please?
]]>I would need for the images to be clickable, not just the titles. ?is it possible?
]]>Hi there,
How I can change the post title tag h2 and put h5 or h6? You know that in a page there must be no more than 4-5 h2 and I allready have them.
Thank you!
Hello
I would really like to use this plug-in as it has the custom taxonomies feature but being relatively new to wordpress I not sure exactly what short code to put! I know where to place this shortcode but all plugins Ive used so far have generated the shortcode.
could you please provide me with an example as the description page doesnt quite explain how to put it alltogether
I did try placing the following on my page
[wpf_carousel name=”my-carousel-2″ taxonomy=”location” category=”dogs” title=”My Dog Finder Latest Additions”]
but nothing shows up
I have custom taxonomies “Location” “Breed” which are selected on all posts that I wish to display
Many Thanks
]]>hi,good day
how can i insert some picture in this plugin?
and i want to the pictures shows in my one of page,which codes should to write?
thanks
best of luck
hi
i download the plugin and install it perfectly,but i could not found it’s short code!!! so i could not use it,what should i do please?
thank you
]]>I would like to display woocommerce product category. but it not displaying, Here is the shortcode i am using.
[wpf_carousel name=”my-carousel-3″ taxonomy=”product_cat” post_type=”product” title=”test” ]
Good day,
I wonder how I can change the image size on the slide, I need these images to 358px wide and 239 high, and showing either 3 or 4 pictures in the slide
since already appreciate the help
]]>