Wordpress plugins
Mimo Carousel

Mimo Carousel

Version : 1.3.5
Tested up to : 4.5.10
Number of download : 1828
Author : mimothemes
Average rating : 1 / 5 on 1 votes 1 votes, 1 avg.rating

Screenshots

Mimo Carousel
Mimo Carousel
Mimo Carousel
Mimo Carousel

Creates a shortcode to display Carousels with custom loops. Use the shortcode like this: [mimo_carousel id=”the carousel id”] , you can use this plugin with Woocommerce to make a products carusel. Mimo Carousel plugin is completely compatible with Page Builder by Siteorigin plugin. With its widget or shortcode, this plugin can be used to create a woocommerce products slider with 1,2,3,4 or more columns. with more than 1 column it has a carousel view that works perfectly to showcase your products or posts. Set different options Loop options -offset -Categories to show Number of posts Image size to use Custom Post Type to use, you can use Woocommerce products for example in the Carousels Exclude Post Order Order by Design Options Hide Title of posts Hide Excerpt of posts Hide images of posts Use your own theme templates, for theme developers, see developer instructions Carousel Options Show/Hide dots Show/Hide arrows Accessibility:Â? Enables tabbing and arrow key navigation Adaptive Height:Â? Enables adaptive height for single slide horizontal carousels. Autoplay Autoplay Speed As Nav for:Â? Set the slider to be the navigation of other slider (Class or ID Name) draggable Kind of easing lazyLoad pauseOnHover mobileFirst :Â? Responsive settings use mobile first calculation pauseOnDotsHover rows slidesPerRow slidesToShow: Number of posts to show slidesToScroll: In each horizontal scroll speed touchMove vertical rtl variableWidth:Â? Variable width slides   Usage instructions Create your Carousels in WordPress Dashboard/Carousels Use shortcode [mimo_carousel id=”the carousel post id”] to display carousels or use Mimo Carousel Widget Developer instructions Apart from the options inside widget you can manipulate the before/after loop and articles content with this actions: do_action(‘mimo_carousel_before_content’); // The beginnning of content inside each article do_action(‘mimo_carousel_after_content’); // The end of content inside each article do_action(‘mimo_carousel_before_loop’); // Out of the loop do_action(‘mimo_carousel_after_loop’); // Out of the loop Create a folder in your theme called ‘mimo-carousel’ and inside a folder called ‘partials’, then create a file insise, called ‘mimo-carousel-content.php’, to overwrite content template for posts. You can especify here which template to use for the posts view inside carousel. This would be normally the template called content.php in your theme. Example of file ‘mimo-carousel-content.php’ : [Example 1][markdown syntax] if(class_exists('Woocommerce') && get_post_type() == 'product' ) { //Use woocommerce template of theme get_template_part( 'woocommerce/content','product'); } else { //Use post template of theme get_template_part( 'template-parts/content'); } [markdown syntax] Find plugin and issues solved at Mimo Studio

Download now