Title: Mimo Carousel
Author: mimo
Published: <strong>15 Φεβρουαρίου  2016</strong>
Last modified: 10 Ιουνίου  2016

---

Αναζήτηση πρόσθετων

![](https://ps.w.org/mimo-carousel/assets/banner-772x250.jpg?rev=1434075)

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](https://ps.w.org/mimo-carousel/assets/icon.svg?rev=1351196)

# Mimo Carousel

 Από [mimo](https://profiles.wordpress.org/mimothemes/)

[Λήψη](https://downloads.wordpress.org/plugin/mimo-carousel.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/mimo-carousel/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/mimo-carousel/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/mimo-carousel/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/mimo-carousel/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/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**

 1. -offset
 2. -Categories to show
 3. Number of posts
 4. Image size to use
 5. Custom Post Type to use, you can use Woocommerce products for example in the Carousels
 6. Exclude Post
 7. Υπόλοιπα
 8. Ταξινόμηση κατά

**Design Options**

 1. Hide Title of posts
 2. Hide Excerpt of posts
 3. Hide images of posts
 4. Use your own theme templates, for theme developers, see developer instructions

**Carousel Options**

 1.  Show/Hide **dots**
 2.  Show/Hide **arrows**
 3.  Accessibility: Enables tabbing and arrow key navigation
 4.  Adaptive Height: Enables adaptive height for single slide horizontal carousels.
 5.  Αυτόματη αναπαραγωγή
 6.  Autoplay Speed
 7.  As Nav for: Set the slider to be the navigation of other slider (Class or ID Name)
 8.  draggable
 9.  Kind of easing
 10. lazyLoad
 11. pauseOnHover
 12. mobileFirst : Responsive settings use mobile first calculation
 13. pauseOnDotsHover
 14. γραμμές
 15. slidesPerRow
 16. **slidesToShow: Number of posts to show**
 17. **slidesToScroll**: In each horizontal scroll
 18. speed
 19. touchMove
 20. vertical
 21. rtl
 22. 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](http://mimo.studio)

## Στιγμιότυπα

 * [[
 * Shows the widget in action just showing some products of Woocommerce plugin

## Εγκατάσταση

 1. Upload `mimo-carousel` folder to the `/wp-content/plugins/` directory
 2. Ενεργοποιήστε το πρόσθετο μέσω του μενού “Πρόσθετα” στο WordPress
 3. Use shortcode [mimo_carousel id=”the carousel post id”] to display carousels

## Συχνές Ερωτήσεις

  It supports any custom post type ?

Yes.

## Κριτικές

![](https://secure.gravatar.com/avatar/6b4f5ca680f666af018703a30ff0c7a3b9993493cee48f077e504562935fd134?
s=60&d=retro&r=g)

### 󠀁[“Plugin under development”](https://wordpress.org/support/topic/plugin-under-development/)󠁿

 [sklon](https://profiles.wordpress.org/sklon/) 14 Σεπτεμβρίου 2016 1 απάντηση

Plugin under development is what shows when I actually get into the options settings.
The settings nav on the plugin page doesn’t even go to the right place and wordpress
says “you do not have permission to view this page” on the broken link.

 [ Ανάγνωση 1 κριτικής ](https://wordpress.org/support/plugin/mimo-carousel/reviews/)

## Συνεισφέροντες & Προγραμματιστές

“Mimo Carousel” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη
δημιουργία του.

Συντελεστές

 *   [ mimo ](https://profiles.wordpress.org/mimothemes/)

[Μεταφράστε το “Mimo Carousel” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/mimo-carousel)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/mimo-carousel/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/mimo-carousel/)
ή εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/mimo-carousel/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/mimo-carousel/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 1.0

 * First Release

#### 1.2

-Improved settings for each carousel

#### 1.3

-Loop construction issues solved
 -Solved small css issues

#### 1.3.1

-Loop construction issues solved

#### 1.3.2

-Loop construction issues solved
 -Added templating

#### 1.3.3

Loop construction issues solved

#### 1.3.4

Loop construction issues solved

#### 1.3.5

Added responsive behavior

## Μεταστοιχεία

 *  Version **1.3.5**
 *  Τελευταία ενημέρωση: **πριν από 10 έτη**
 *  Ενεργές εγκαταστάσεις: **20+**
 *  Έκδοση WordPress: ** 4.3 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **4.5.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/mimo-carousel/)
 * Ετικέτες:
 * [carousel](https://el.wordpress.org/plugins/tags/carousel/)[columns](https://el.wordpress.org/plugins/tags/columns/)
   [content](https://el.wordpress.org/plugins/tags/content/)[jquery](https://el.wordpress.org/plugins/tags/jquery/)
   [posts](https://el.wordpress.org/plugins/tags/posts/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/mimo-carousel/advanced/)

## Αξιολογήσεις

 1 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/mimo-carousel/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/mimo-carousel/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/mimo-carousel/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/mimo-carousel/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/mimo-carousel/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/mimo-carousel/reviews/#new-post)

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/mimo-carousel/reviews/)

## Συντελεστές

 *   [ mimo ](https://profiles.wordpress.org/mimothemes/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/mimo-carousel/)

## Δωρεά

Θα θέλατε να υποστηρίξετε την προαγωγή αυτού του πρόσθετου;

 [ Κάντε δωρεά σε αυτό το πρόσθετο ](http://mimo.studio)