Linux 软件免费装
Banner图

Envoke Supersized

开发者 cmmarslender
dillonmccallum
envoke
更新时间 2017年6月1日 06:00
PHP版本: 3.5.1 及以上
WordPress版本: 4.8
版权: GPLv2 or later
版权网址: 版权信息

标签

plugin image gallery javascript media slideshow slider images jquery fullscreen custom post type picture pictures background supersized

下载

1.3.2 2.0.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.2.0 2.2.1

详情介绍:

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 or create an issue using our Issue Tracker

安装:

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.

屏幕截图:

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

升级注意事项:

2.2.1 Minor admin javascript changes 2.2.0 Adds better support for PHP 5.2 2.1.4 Fixes issue where thumbnail pagination does not work. 2.1.3 Removed no longer used css that could conflict with some themes. 2.1.2 Fixes issue where overrides and slides would conflict on non-singular pages. Thanks Bozz for reporting the issue and helping debug! Adds a filter that allows arbitrarily disabling the plugin. Adds a body class whenever we output slides to a page "enss" 2.1.1 Fixes a missing admin stylesheet 2.1.0 Version 2.1.0 adds thumbnails to the list of slides in the admin. 2.0.3 Version 2.0.3 fixes display issues that were seen in themes that targeted all ul elements with default styling. 2.0.0 Version 2.0.0 brings a lot of under-the-hood improvements, bugfixes, and better support for titles and captions. Image overlays now can be turned off, and there are multiple options for what overlay to use. 1.3.1 Fixed bug that prevented the plugin from working correctly in some versions of Internet Explorer 1.3.0 Security Improvements 1.2.0 You can now set a single, custom image on a per page/post basis, to override the default slideshow

常见问题:

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 or create an issue using our Issue Tracker

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 for an example of how to implement this.

更新日志:

2.2.1 2.2.0 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.3 2.0.2 Version 2.0.2 fixes missing translations and a few bugfixes. 2.0.0 Version 2.0.0 brings many bug fixes and improvements, and a lot of under-the-hood improvements 1.3.2 1.3.1 1.3.0 1.2.0 1.1.0 1.0.3 1.0.2 1.0.1 1.0