Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

WP Owl Carousel

Descrizione

Integrazione di Owl Carousel per WordPress

Autore Owl Carousel: Bartosz Wojciechowski
http://owlgraphic.com/owlcarousel/

Per ora funziona solo con le immagini

Screenshot

Installazione

Passa alla tua Dashboard del tu WordPress. Da qui seleziona Plugins -> Aggingi nuovo. Cerca \’WP Owl Carousel\’, assicurati di aver trovato il plugin giusto e clicca Installa ora

In alternativa, estrai i file dalla cartella zip e carica il contenuto nella cartella wp-content/pluins/ della tua installazione di WordPress e successivamente attiva il plugin dalla pagina dei plugins

FAQ

How to control when and how this plugin’s assets get loaded?

First you’ll need to tell the plugin not to enqueue the assets.

Per tutti i files

add_filter('wp_owl_carousel_enqueue_assets','__return_false');

Per singolo files

add_filter('wp_owl_carousel_enqueue_css','__return_false'); - Owl Carousel css

add_filter('wp_owl_carousel_enqueue_theme_css','__return_false'); - Owl Carousel Theme css, loaded after the main css

add_filter('wp_owl_carousel_enqueue_owl_js','__return_false'); - Owl Carousel minified javascript, loaded after jquery

add_filter('wp_owl_carousel_enqueue_plugin_js','__return_false'); - Plugin's own javascript, initializes the carousels, depends on plugin's JS

E ora basta usare gli script ‘wp_enqueue_scripts’ e ‘wp_enqueue_script/wp_enqueue_style’ in un qualunque punto del codice.

C’è anche la funzione get_wp_owl_carousel_url () per ottenere facilmente l’URL di questo plugin se non si desidera copiare i file sopra da qualche altra parte

Recensioni

1 Aprile 2018 2 risposte
Looks awesome especially the ability to provide Rel attribute is a feature I can’t find in any other plugin. Adding images is very easy and intuitive. Great plugin besides the fact that it is outdated and no longer works with the newest WordPress version. * added a star as Dabuuker replied quickly and tested the plugin with the new version of wordpress
3 Settembre 2016
For the most part it works like it should and I like the functionality of it. However this plugin is useless on a mobile device when your site is responsive. I had to remove it. The other issue I find is the image gallery doesn’t always reset it self and tends to get stuck. I have used the Owl Carousel on a Joomla site and works flawless. WordPress needs a little work. Still recommend though.
3 Settembre 2016 1 risposta
Thanks for this, I was looking for an easy way to upload client logos without having to delve into the code. What would make your plugin super awesome!? To be able to add text as well as images for testimonials The ability to turn off the script dependencies for those who already have them minified and concatenated in the WordPress theme. Putting the scripts in the footer Keep up the awesome work : )
Leggi tutte le recensioni di 4

Contributi e sviluppo

“WP Owl Carousel” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog

1.1.3

  • [] array syntax replaced with array() to avoid fatal errors on hosts with old PHP version

1.1.2

  • Added filters for dequeueing plugin css and js

1.1.1

  • Risolto il problema con il link sbagliato alla dimensione dell’immagine

1.1.0

  • Added ability to link to a different image size and specify a rel attribute for lightboxes

1.0.0

  • Release iniziale