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

imaGenius

描述

It’s very easy to add fancy images for your articles or pages using this shortcode.

English/Italian Demo

English/Italian Documentation

WordPress Italian Google Plus Community

The shortcode consists of three main parts:

• Frame (the only mandatory part)

• Photographic filter

• Effect/ Animation

Instance: [imagenius size=”300″ link=”http://www.wordpress.org” filter=”saturated” effect=”zoom”]imagelink.jpg[/imagenius]

螢幕截圖

  • An example using [imagenius] shortcode

  • An animated example using [polagenius] shortcode

  • An example using [roundpolagenius] shortcode

  • A fancy animated gallery obtained via [framegenius] shortcode

  • Another animated gallery obtained via [framegenius] shortcode

  • An animated gallery obtained via [framegenius] shortcode

安裝

  1. Upload imaGenius folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place the short-code in your posts or pages

For Multisite installation do not activate the plugin in the network, do it from every single site’s administration panel.

Read the full English/Italian documentation here

常見問題

Can I use my own texture with this plugin?

Easy peasy! I encourage you to experiment and modify every single part of the frames, so you can put your texture in the /wp-content/plugins/imagenius/images/ folder; name it as you want, but remember that only .png files are accepted, your image must end with this extension. Now you can put the name of your texture in the texture="" parameter of [framegenius] shortcode and look at the fancy result!

Instance:[framegenius texture=”my-fancy-texture”]imagelink.jpg[/framegenius]

Can I set different default values, size value for example?

As you learned from documentation, default size value is setted to 225px, find 225 number in the imaGenius.php file and change it as you want. In this way, if you know what size fits well in your site, you’ll be able to recall the function without specify the size value! Same process for effects, filters and textures.

IMPORTANT: At moment there are four functions in the file, so you have to apply changes singularly for every frame kind you want set default values. Don’t panic, it’s easy, every function name recall the frame type that change (Instance: polaroid_shortcode values influences polaroid frame default parameters).

EVEN MORE IMPORTANT: This kind of modding, at moment, refresh every time the plugin will be updated. Be patient, soon I will be able to store all your modifications, I’m working on this way! 🙂

I’ve installed and activated the plugin in a Multisite WordPress installation, but I’m not able to see it in the single’s site administration, why?

If you install the plugin in the Network DON’T ACTIVATE IT DIRECTLY FROM THERE. Go in every single’s site administration panel and activate the plugin from there.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

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

對開發相關資訊感興趣?

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

修改日誌

1.1 – All CSS and Textures fixed

1.2 – CSS file name/path changed

1.3 – Path issues fixed

1.4 – [framegenius] texture path issues fixed

1.5 – Autolocate /images/ path for better texture usage

1.6 – Corrected Enqueue errors

1.7 – Parameter align for right alignment. [simplegenius] shortcode added in order to use effects and filter without frames. WordPress 3.8 compatible.