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

Shift8 Portfolio

描述

This plugin integrates a stripped down bootstrap scaffolding in order to allow you to showcase a full screen / full width grid of portfolio items on your site. Simply use the shortcode to place your grid anywhere you want. A custom content type called “Shift8 Portfolio” is created for you to manage internally. You have the option of having a separate single page for each portfolio item added (that you will arrive when you click the image in the grid). If no additional information is given in the backend then clicking the image in the grid will simply enlarge it as a modal window.

You can see a demo of the plugin in use on our own web design portfolio page.

螢幕截圖

  • This is the main view of the portfolio items. If your theme allows for full width containers, then it will fill 100% of the width. The portfolio items are using bootstrap scaffolding
  • This is a single portfolio item. Your gallery will appear under the main image and the text subsequent to that

安裝

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

e.g.

  1. Upload the plugin files to the /wp-content/plugins/shift8-portfolio directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the shortcode markup anywhere in your site

常見問題

What are the shortcode options?

An example shortcode would be the following :

[shift8_portfolio numposts="10"]

How can I style the markup?

You can either style the content by using the built-in WordPress WYSIWYG editor or you can apply CSS styling to the custom classes that are generated in the markup. There will be general “catch-all” CSS classes generated and custom per-shortcode classes that will allow you to style each markup individually, or all at once.

How do I change the number of grid items per row?

Unfortunately this is not possible at this point. Eventually a number will be passed via shortcode options in a future version very soon!

What else have you done?

We do toronto web design 🙂

評價

2019年9月10日
I was looking for a full-width option and thought this would do it. Unfortunately, the instructions are too cryptic so cannot figure out how to make it work. Bummer.
2017年8月30日
This plugin gives me the ability to easily add more photos to my portfolio. Great work!
閱讀全部3個評價

貢獻者及開發者

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

貢獻者

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

對開發相關資訊感興趣?

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

修改日誌

1.0

  • Stable version created
  • Implemented short code options
  • Updated readme

1.1

  • Added check for template folder for single-portfolio.php file. You can now copy the file to your theme and safely modify the single portfolio page template

1.2

  • Added the shortcode option “numperrow” to specify how many items per row to list

1.3

  • Changed ID of each portfolio item in multiple view page (shortcode) to use ID instead of class

1.4

  • Fixed bug in saving meta data. Used improper escape function for gallery image save.

1.5

  • Fixed bug in inline jQuery to make entire image area clickable in multi portfolio item page

1.6

  • Added ability to add mobile version of tile images TBD for mobile portrait mode version of images

1.7

  • Adjusted generated bootstrap with less font-family conflicts

1.8

  • Updated readme with proper shortcode example

1.9

  • Resolved bug in jQuery media dialogue when adding an image that is less than the thumbnail size set in settings (Thanks Danny!)

1.10

  • Updated support for latest WordPress Version

1.11

  • WordPress 5 compatibility

1.12

  • WordPress 5.8 compatibility, Fix the bugs which were genertaing PHP notices (thank you @fahdi)