Genesis Responsive Slider

Descrizione

Questo plugin ti permette di creare uno slider che visualizza le immagini in evidenza, il titolo ed il riassunto di ogni articolo.

Include le opzioni per le dimensioni massime dello slideshow. Ti consente inoltre di scegliere se visualizzare le slide da articoli o pagine, da determinate categorie, o anche specificando gli ID degli articoli che desideri. Include anche le frecce di scorrimento e la possibilità di attivarle o disattivarle. Ed in fine la possibilità di inserire lo slider in un’area widget.

Lo slideshow è responsive e si adatta in automatico alle dimensioni dello schermo del dispositivo su cui viene visualizzato.

Nota: questo plugin lo puoi installare solo se stai utilizzando un Child Theme del framework Genesis.

Integrazione Child Theme

Per modificare le impostazioni predefinite dello slider in un tema child usa dei filtri simili a questi:

add_filter( 'genesis_responsive_slider_settings_defaults', 'my_child_theme_responsive_slider_defaults' );

function my_child_theme_responsive_slider_defaults( $defaults ) {
    $defaults = array(
        'post_type' => 'post',
        'posts_term' => '',
        'exclude_terms' => '',
        'include_exclude' => '',
        'post_id' => '',
        'posts_num' => 5,
        'posts_offset' => 0,
        'orderby' => 'date',
        'slideshow_timer' => 4000,
        'slideshow_delay' => 800,
        'slideshow_arrows' => 1,
        'slideshow_pager' => 1,
        'slideshow_loop' => 1,
        'slideshow_height' => 400,
        'slideshow_width' => 920,
        'slideshow_effect' => 'slide',
        'slideshow_excerpt_content' => 'excerpts',
        'slideshow_excerpt_content_limit' => 150,
        'slideshow_more_text' => '[Continue Reading]',
        'slideshow_excerpt_show' => 1,
        'slideshow_excerpt_width' => 50,
        'location_vertical' => 'bottom',
        'location_horizontal' => 'right',
        'slideshow_hide_mobile' => 1
    );
    return $defaults;
}

Installazione

  1. Carica la cartella genesis-responsive-slider nella directory di WordPress /wp-content/plugins/
  2. Non modificare il nome della cartella genesis-responsive-slider
  3. Attiva il plugin attraverso il menu ‘Plugin’ di WordPress
  4. Clicca sulla voce del menu Genesis > Impostazioni dello slider
  5. Configura lo slider
  6. Dal menu “Widget” trascina il widget “Genesis Responsive Slider” all’interno dell’area widget che preferisci

Recensioni

16 Ottobre 2018 3 risposte
I installed this today, then went to configure it. The settings appeared momentarily, before the page refreshed and the only options I was left with was a save settings button. The plugin appears to be broken. I tried de-activating/re-activating, and un-installing/re-installing. No joy. I am using the current Genesis Framework (2.6.1) and Child Theme (2.6.0).
24 Marzo 2018 1 risposta
Sadly, had to disable this plugin, as it loaded jquery multiple times and completely broke my site's mobile menu. 🙁
9 Febbraio 2018
This plugin use to work, now it's buggy had to move to a new plugin.
23 Giugno 2017 1 risposta
I am baffled out of two reasons 1) The name "Responsive Slider" when this slider is clearly not responsive as it drops the excerpt box on small screens. 2) The fact that an incomplete feature like this is being used in a paid child theme to the Genesis theme I am now working to maintain the box when the screen is resized. The Excerpt needs to be re-centered and optimized. This should have been done by the guys who built this in order to deserve the title "responsive" slider.
17 Gennaio 2017
I was looking for a slider for my Genesis child theme and this one did my job.
Leggi tutte le recensioni di 31

Contributi e sviluppo

“Genesis Responsive Slider” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Genesis Responsive Slider” è stato tradotto in 9 lingue. Grazie ai traduttori per i loro contributi.

Traduci “Genesis Responsive Slider” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.0.1

  • Tested on WordPress 5.2.2

1.0.0

  • Major restructuring
  • Coding Standards compatibility
  • Added clean up settings on uninstall

0.9.6

  • Compatibilità WordPress

0.9.5

  • Plugin header i18n

0.9.4

  • Update POT file.

0.9.2

  • add alt attribute to images for validation
  • Fix image links

0.9.1

  • Fix slider HTML markup for validation
  • Fix SSL mixed content warning
  • Add setting to turn off image links
  • Fix Excerpt More filter to only apply to slides
  • UI text changes

0.9.0

  • Beta Release