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

cbVegas

外掛說明

This plugin enables you to use the “Vegas Background Slideshow” for images on regular posts and pages. You can define a global slideshow, a fallback slideshow, and even slideshows on a per post basis. Read the help tab for more details on the options.

Features

  • Unlimited slideshows
  • Global slideshow
  • Fallback slideshow
  • Slideshows on a per post basis
  • Supports images
  • Supports lots of custom post types: ‘post’, ‘page’, ‘product’, ‘portfolio’, ‘gallery’, ‘art’, ‘books’, ‘movies’, ‘videos’ – or you name it
  • Various overlays to choose from

Requirements

Your theme must support the core WordPress implementation of the Custom Backgrounds theme feature.

Your theme’s layout must be “boxed” somehow or an opacity should be added to the page content container for the background slideshow to be seen (of course…).

PHP version 5.4 or above.

螢幕擷圖

  • Plugin settings page image 1.
  • Plugin settings page image 2.
  • Meta box.

安裝方式

  1. Upload the cb-vegas folder to your /wp-content/plugins/ directory.
  2. Activate the “cbVegas” plugin through the “Plugins” menu in WordPress.
  3. Go to “Settings/cbVegas” to define your first slideshows.
  4. Edit a post to select and enable a custom slideshow.

常見問題集

Installation Instructions
  1. Upload the cb-vegas folder to your /wp-content/plugins/ directory.
  2. Activate the “cbVegas” plugin through the “Plugins” menu in WordPress.
  3. Go to “Settings/cbVegas” to define your first slideshows.
  4. Edit a post to select and enable a custom slideshow.
Where do I interact with this plugin?

There is a settings page,
and you will find a meta box on edit screens for posts, pages and products.

How does it work?

On the settings page, located under “Settings/cbVegas”, you can create and edit slideshows and their settings.
Within the meta box, you can select a slideshow and enable or disable it for that particular post or page.

Why doesn’t it work with my theme?

Most likely, this is because your theme doesn’t support the WordPress custom-background theme feature.
This plugin requires that your theme utilize this theme feature to work properly.
Unfortunately, there’s just no reliable way for the plugin to overwrite the background if the theme doesn’t support this feature.
You’ll need to check with your theme author to see if they’ll add support or switch to a different theme.

My theme supports ‘custom-background’ but it doesn’t work!

That’s unlikely.
Just to make sure, check with your theme author and make sure that they support the WordPress custom-background theme feature.
It can’t be something custom your theme author created. It must be the WordPress feature.

Assuming your theme does support custom-background and this plugin still isn’t working, your theme is most likely implementing the custom background feature incorrectly. However, I’ll be more than happy to take a look.

How do I add support for this in a theme?

Your theme must support the Custom Backgrounds feature for this plugin to work.

If you’re a theme author, consider adding support for this if you can make it fit in with your design. The following is the basic code, but check out the above link.

add_theme_support( 'custom-background' );
Are there any known limitations?

Not really. One thing you could consider a limitation is that supported post types have to be registered by me.
But since I made this software for you, you can provide me with your custom post type and it will be available with the next update 🙂

Can you help me?

Yes. I have a look at the plugin’s support page two or three times a week and I provide some basic support there.

Are there any known issues?

None known.

使用者評論

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

參與者及開發者

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

參與者

〈cbVegas〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

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

對開發相關資訊感興趣?

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

變更記錄

Version 0.3.6

  1. Introduced autoloading.
  2. Removed redundant code.
  3. Optimized scripts enqueueing.
  4. Resolved problems with transitions and animations.
  5. Help tab updated.

Version 0.3.3

  1. Renamed ‘cb-vegas-style-css’ to ‘cb-vegas-admin-css’.
  2. Removed the redundant “use global” option. However, you can still define one slideshow for all posts and pages with the fallback option.
  3. Slideshows set on edit screens always overrule the fallback slideshow, if one is set.
  4. Fixed some errors that occurred on non-default-locale installations.
  5. Upgraded “Vegas Background SLideshow” to version 2.4.0.
  6. First slide fades in by default.
  7. Some stability improvements.
  8. Fixed some css.
  9. Corrected the alignments.
  10. Improved sorting algorithm.
  11. Prevent slides containing the placeholder image from being displayed on the frontend.
  12. Tweaked the default values for new slides.
  13. Modified the options for “cover”. Image size can now be original or cover, also “repeat” is an option now.

Version 0.3.2

  1. Resolved a bug regarding slideshows not appearing in the dropdown on edit screens. Visit https://wordpress.org/support/topic/re-new-sliders-not-appearing-in-the-list/#post-8845467 if this happened to you.
  2. Updated Font Awesome
  3. Updated Alertify
  4. Removed “Loader” completely
  5. Reorganized and cleaned up the UI
  6. Refactored javascripts
  7. General improvements

Version 0.3.0

  1. Enabled notifications for plugin interactions
  2. Major bug fixes, like propper animations, transitions, and timings
    -> If you update from a previous version, you will have to (just) save each slideshow you created and the missing options will then be available.

Version 0.2.1

Resolved deactivation bug

Version 0.2.0

  • Added support for more post types: ‘post’, ‘page’, ‘product’, ‘portfolio’, ‘gallery’, ‘art’, ‘books’, ‘movies’, ‘videos’
  • Extended and corrected the plugin documentation and the documentation of the code

Version 0.1.2

Minor bug fixes.

Version 0.1.1

Minor bug fixes.

Version 0.1.0

First release 🙂