這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Polkadot Palette

描述

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’.

螢幕截圖

  • Display Polkadot Palette in footer. You can change the width and the height.
  • Showcase mode shows pictures with the full screen to show pictures. You can add BGM.

安裝

Polkadot Palette requires ImageMagick(Imagick).

  1. Install ImageMagick
  2. Confirm that command convert works ( It’s better that class Imagick works on PHP )
  3. Add define('ALTERNATE_WP_CRON', true); to wp-config.php
  4. Install plugin Polkadot Palette

常見問題

Installation Instructions

Polkadot Palette requires ImageMagick(Imagick).

  1. Install ImageMagick
  2. Confirm that command convert works ( It’s better that class Imagick works on PHP )
  3. Add define('ALTERNATE_WP_CRON', true); to wp-config.php
  4. Install plugin Polkadot Palette
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.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Polkadot Palette” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Polkadot Palette 外掛目前已有 1 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Polkadot Palette 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1

Release Date: 2018/03/28
First release.