Περιγραφή
Polkadot Palette links uploaded pictures to the colors and categories/tags of a post including the pictures, show the pictures one by one on footer in each page, the whole screen / the full screen mode called ‘Showcase’.
Στιγμιότυπα
Εγκατάσταση
Polkadot Palette requires ImageMagick(Imagick).
- Install
ImageMagick
- Confirm that command
convert
works ( It’s better that classImagick
works on PHP ) - Add
define('ALTERNATE_WP_CRON', true);
to wp-config.php - Install plugin
Polkadot Palette
Συχνές Ερωτήσεις
- Installation Instructions
-
Polkadot Palette requires ImageMagick(Imagick).
- Install
ImageMagick
- Confirm that command
convert
works ( It’s better that classImagick
works on PHP ) - Add
define('ALTERNATE_WP_CRON', true);
to wp-config.php - Install plugin
Polkadot Palette
- Install
- The plugin doesn’t work?
-
Confirm if ImageMagick has been installed and cron on your WordPress works, please.
- I choose color but the picture shown doesn’t have the color?
-
There are 2 causes:
* This plugin gets some dots from each picture to get color information and quantize the information. The color you shoose might be a bit different from the quantized color.
* How much color included depends on the threshold. The default value is 15%. Change the value at the settings and analyze the pictures again. - I can’t change the size of pictures shown?
-
You can change the size of thumbnails on the settings but the size of pictures shown in footer and in the Showcase mode can’t be changed on the settings. Please edit js/show.js to change the values of ‘this.unit_*’.
- I set BGM for the Showcase mode, but it doesn’t work.
-
Playable BGM file format depends on browser. Set mp3 file and ogg file both.
- All pictures don’t show up?
-
This plugin gets 210 pictures’ data maximum at one access. Edit Polkadot_palette_get.class.php to change the value if you want to show more pictures.
- The picture is on a post with categories or tags but the picture is not liked with them
-
This plugin requires img tags to link the pictures and the categories/tags of the post.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Polkadot Palette” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΤο “Polkadot Palette” έχει μεταφραστεί σε 1 γλώσσα. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.
Μεταφράστε το “Polkadot Palette” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
0.1
Release Date: 2018/03/28
First release.