Title: Envoke Supersized
Author: Chris Marslender
Published: <strong>2013 年 4 月 9 日</strong>
Last modified: 2016 年 4 月 13 日

---

搜索插件

![](https://ps.w.org/envoke-supersized/assets/banner-772x250.png?rev=878971)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/envoke-supersized_9ecc70.svg)

# Envoke Supersized

 作者：[Chris Marslender](https://profiles.wordpress.org/cmmarslender/)

[下载](https://downloads.wordpress.org/plugin/envoke-supersized.2.2.1.zip)

 * [详情](https://cn.wordpress.org/plugins/envoke-supersized/#description)
 * [评价](https://cn.wordpress.org/plugins/envoke-supersized/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/envoke-supersized/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/envoke-supersized/#developers)

 [支持](https://wordpress.org/support/plugin/envoke-supersized/)

## 描述

This plugin creates an easy to use interface for managing the Supersized jQuery 
Plugin on your WordPress site. You have
 the option to define a global set of images
as well as set up an image, title, and caption on a per post basis. The per post
images will override the global images if set for a particular post.

Find a bug or have suggestions for improvment? You can contact us through our website

[Envoke Design](http://envokedesign.com/) or create an issue using our [Issue Tracker](https://bitbucket.org/envokedesign/envoke-supersized/issues)

## 屏幕截图

[⌊Example of the Envoke-Supersized plugin in action on our own website.⌉⌊Example
of the Envoke-Supersized plugin in action on our own website.⌉[

Example of the Envoke-Supersized plugin in action on our own website.

## 安装

#### Manual Installation

 1. Upload the entire `/envoke-supersized` directory to the `/wp-content/plugins/` 
    directory.
 2. Activate Envoke Supersized through the ‘Plugins’ menu in WordPress.

## 常见问题

  Installation Instructions

#### Manual Installation

 1. Upload the entire `/envoke-supersized` directory to the `/wp-content/plugins/` 
    directory.
 2. Activate Envoke Supersized through the ‘Plugins’ menu in WordPress.

  How many images can I use for my Supersized background?

You can use as few or as many as you would like when using the Supersized Slides
post type. Per post overrides currently
 only support a single image, but supporting
multiple images on a per post basis is a possibility in the future, if enough people
want the feature.

  What if I find a bug or have a suggestion for improvements?

Let us know. You can contact us through our website [Envoke Design](http://envokedesign.com/)
or
 create an issue using our [Issue Tracker](https://bitbucket.org/envokedesign/envoke-supersized/issues)

  Only some of my slides are loading. How can I load more?

The plugin currently limits the number of slides that will load on any given page
to 50. For most people, this is more
 than plenty, but if you need to increase this,
there is a filter available for this purpose – ‘enss-max-images’. For example, to
increase the number of images to 75, you could add the following line to your functions.
php file: add_filter( ‘enss-max-images’, function( $number ) { return 75; });

  I was to be able to override the background for a custom post type. How can I 
do this?

By default, only posts and pages have the override meta box available. To add it
to other post types, you can use the
 ‘enss-override-post-types’ filter. The filter
gets passed an array of supported post types. To add one, you can just append the
post type to the array, then return the modified array. See [this issue](https://bitbucket.org/envokedesign/envoke-supersized/issue/14/override-background-dont-show-in-custom)
for an example of how to implement this.

## 评价

![](https://secure.gravatar.com/avatar/b9ccfa81ba51c8cec6e4e654eee3d1a477c083ab42e06d2425fcb6ce64d7f817?
s=60&d=retro&r=g)

### 󠀁[That's it](https://wordpress.org/support/topic/thats-it-6/)󠁿

 [televizor](https://profiles.wordpress.org/televizor/) 2017 年 2 月 7 日

Cool. Thank you!

 [ 阅读所有5条评价 ](https://wordpress.org/support/plugin/envoke-supersized/reviews/)

## 贡献者及开发者

「Envoke Supersized」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Chris Marslender ](https://profiles.wordpress.org/cmmarslender/)
 *   [ Dillon McCallum ](https://profiles.wordpress.org/dillonmccallum/)
 *   [ envoke ](https://profiles.wordpress.org/envoke/)

[帮助将「Envoke Supersized」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/envoke-supersized)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/envoke-supersized/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/envoke-supersized/)，或通过[RSS](https://plugins.trac.wordpress.org/log/envoke-supersized/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/envoke-supersized/)。

## 更新日志

#### 2.2.1

 * Minor updates for admin js

#### 2.2.0

 * Fix: Fixes some issues related to PHP 5.2 Compatibility

#### 2.1.4

 * Fix: Fixes issue where thumbnail pagination does not work.

#### 2.1.3

 * Fix: Removed no longer used css that could conflict with some themes.

#### 2.1.2

 * Fix: Only check for overrides where is_singular() returns true, since they aren’t
   supported anywhere else
 * Fix: Call wp_reset_query() to account for themes and other plugins that modify
   the global objects, without resetting them
 * Fix: Use get_post_type() instead of accessing _post_type directly, to make sure
   filters are always applied
 * New: Added a filter to allow arbitrarily disabling the plugin by returning false(
   per page, etc)
 * New: Added a body class ‘enss’ when the plugin is enabled and has slides for 
   the page

#### 2.1.1

 * Fixed missing stylesheet issue with 2.1.0
 * Adds an icon for the menu item

#### 2.1.0

 * Added thumbnails to the list of slides in the admin.

#### 2.0.3

 * Fixes display issues related to themes targeting all ul elements on a page with
   default margin and padding.

#### 2.0.2

Version 2.0.2 fixes missing translations and a few bugfixes.

 * Increased images that load by default on front end. Added filter ‘enss-max-images’
   to easily alter this, if necessary.
 * Made sure that all settings can be translated.

#### 2.0.0

Version 2.0.0 brings many bug fixes and improvements, and a lot of under-the-hood
improvements

 * Title and Caption fields have been added for the images set on a per post basis
 * Better support for translations
 * Ability to choose between multiple image overlay options, or turn them off completely
 * Ability to enable or disable UI elements on the front end
 * Fixed positioning problem with title and caption on front end
 * Fixed missing images on certain front end UI elements
 * Fixed bug where the loader would never go away if no images were set up
 * Created a public issue tracker, so that its easier for users to file issues, 
   and watch any existing issues with the plugin

#### 1.3.2

 * Added a comma that was lost from last update

#### 1.3.1

 * Fixed bug that prevented the plugin from working correctly in some versions of
   Internet Explorer

#### 1.3.0

 * Removed some unnecessary debugging code
 * Security Improvements

#### 1.2.0

 * Added ability to specify a single, custom image and a per page/post basis

#### 1.1.0

 * Improvements to the settings page

#### 1.0.3

 * Readme File Fixes and correcting some links

#### 1.0.2

 * Minor Bug Fixes

#### 1.0.1

 * Fixed broken links to images in the supersized_assets dir

#### 1.0

 * The first publicly available version of the Envoke Supersized plugin

## 额外信息

 *  版本 **2.2.1**
 *  最后更新：**10 年前**
 *  活跃安装数量 **50+**
 *  WordPress 版本 ** 3.5.1 或更高版本 **
 *  已测试的最高版本为 **4.8.28**
 *  语言
 * [English (US)](https://wordpress.org/plugins/envoke-supersized/)
 * 标签
 * [background](https://cn.wordpress.org/plugins/tags/background/)[fullscreen](https://cn.wordpress.org/plugins/tags/fullscreen/)
   [gallery](https://cn.wordpress.org/plugins/tags/gallery/)[slideshow](https://cn.wordpress.org/plugins/tags/slideshow/)
   [supersized](https://cn.wordpress.org/plugins/tags/supersized/)
 *  [高级视图](https://cn.wordpress.org/plugins/envoke-supersized/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  5 条 5 星评价     ](https://wordpress.org/support/plugin/envoke-supersized/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/envoke-supersized/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/envoke-supersized/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/envoke-supersized/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/envoke-supersized/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/envoke-supersized/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/envoke-supersized/reviews/)

## 贡献者

 *   [ Chris Marslender ](https://profiles.wordpress.org/cmmarslender/)
 *   [ Dillon McCallum ](https://profiles.wordpress.org/dillonmccallum/)
 *   [ envoke ](https://profiles.wordpress.org/envoke/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/envoke-supersized/)