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

WP Art Store

外掛說明

Art Store allows artists to sell their work on their own WordPress website using PayPal (or any other third-party payment processor). A horizontal-scrolling gallery with each artwork can be used via a shortcode.

Using the Gallery

The included gallery uses a jQuery library called SmoothDivScroll by Thomas Kahn. You can use this gallery, or not, to display your art pieces. To use the gallery, we’ve included a shortcode. By default, the shortcode will display all your art.

[art-store-gallery]

You can limit the number of items that appear by adding a posts parameter to the shortcode:

[art-store-gallery posts=10]

You can specify a height or width to attempt to make all your images uniform. You can specify a height, a width, or both, and the gallery will attempt to use your values whilst not altering the aspect ratio of the thumbnail image.

[art-store-gallery height=500] - gallery with height/width set to 500
[art-store-gallery width=500] - gallery with height/width set to 500
[art-store-gallery height=250 width=300] - gallery with height set to 250 and width set to 300

(Note: The gallery will use whatever crop settings you have specified on the thumbnail in the media library — you can change the crop settings by editing the image in the media library.)

安裝方式

This section describes how to install the plugin and get it working.

  1. Go to Plugins > Add New in the Dashboard.
  2. Click to browse for xxxx.zip to upload.
  3. Go to Settings

  4. Alternatively, you can copy the contents xxxx.zip to the /wp-content/plugins/xxxx/ directory.

  5. Activate the plugin through the ‘Plugins’ menu in WordPress.
  6. Go to Settings

常見問題集

Do I need a PayPal account to use this plugin?

Not necessarily. But you will need some kind of third party payment processor that either gives you a link to your purchase page or an embeddable HTML code.

Where can I submit features requests, bug enhancements, and issues?

Github

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WP Art Store〉的開發相關工作。

參與者

將〈WP Art Store〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

0.9.1

  • added an meta value empty field check if product information is set but no value is saved
  • set mousewheelScrolling to false to disable. can still scroll by click/touch and by hovering over the edges

0.9.0

  • fixed a bug that displayed the current product in the related products widget

0.5.0