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

Aboozé Slideshow

Περιγραφή

Easily upload images with links to display a nice slideshow on your website. To manage, Go to Media-> Aboozé Slideshow. To display the slideshow, add the shortcode in your template:

or simply adding the shortcode
[ab_show]
in the page from the admin panel.

Each image can also be given a URL which, when the image is active in the slideshow, will be used as an anchor wrapper around the image, turning the image into a link to the URL you specified. The slideshow is set to pause when the user hovers over the slideshow images, giving them ample time to click the link.

Images can also be deleted via the plugins Administration page.

Στιγμιότυπα

  • Screenshot of admin page.
  • Front end view of the slideshow

Εγκατάσταση

  1. Upload the entire abooze-home-slider folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the plugin, and upload/edit/delete images via the “Aboozé Slideshow” menu within the “Media” tab
  4. Upload images with dimension 900×450 pixels
  5. Place <?php if (function_exists('ab_show')){ ab_show(); }?> in your theme where you want the slideshow to appear
  6. Alternatively, you can use the shortcode [ab_show] in a post or page to display the slideshow.
  7. Set custom width and height if you want.

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

Installation Instructions
  1. Upload the entire abooze-home-slider folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the plugin, and upload/edit/delete images via the “Aboozé Slideshow” menu within the “Media” tab
  4. Upload images with dimension 900×450 pixels
  5. Place <?php if (function_exists('ab_show')){ ab_show(); }?> in your theme where you want the slideshow to appear
  6. Alternatively, you can use the shortcode [ab_show] in a post or page to display the slideshow.
  7. Set custom width and height if you want.
My images won’t upload. What should I do?

The plugin uses built in WordPress functions to handle image uploading. Therefore, you need to have correct permissions set for your uploads directory.

Also, a file that is not an image, or an image that does not meet the minimum height/width requirements, will not upload. Images larger than the dimensions set in the Settings of this plugin will be scaled down to fit, but images smaller than the dimensions set in the Settings will NOT be scaled up. The upload will fail and you will be asked to try again with another image.

Finally, you need to verify that your upload directory is properly set. Some hosts screw this up, so you’ll need to check. Go to “Settings” -> “Miscellaneous” and find the input box labeled “Store uploads in this folder”. Unless you are absolutely sure this needs to be something else, this value should be exactly this (without the quotes) “wp-content/uploads”. If it says “/wp-content/uploads” then the plugin will not function correctly. No matter what, the value of this field should never start with a slash “/”. It expects a path relative to the root of the WordPress installation.

Images are uploaded, but the slideshow is not working on the site?

There might be some jQuery conflict in your site. Please try moving the <?php wp_head(); ?> to the right before of the </head> tag in your header.php of your current theme folder.

In what order are the images shown during the slideshow?

Chronologically, from the time of upload. For instance, the first image you upload will be the first image in the slideshow. The last image will be the last, etc.

Κριτικές

Ανάγνωση όλων των 2 κριτικών

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

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

Συντελεστές

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

1.0

  • Initial Release

2.0

  • Improved version

2.1

  • Fixed minor bugs

3.0

  • Added options to set custom width and height for the show.

3.1

  • Some fixes.

3.2

  • Added a ontainer class named “aboozeShow”.