Linux 软件免费装

Plugin Name

开发者 jaykyuu
更新时间 2012年8月24日 19:07
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 3.4.1
版权: GPLv2 or later
版权网址: 版权信息

标签

lightbox shadowbox

下载

1.0 1.1 1.1.1 1.1.2 1.1.3

详情介绍:

Always Valid Lightbox is a Lightbox plugin which can automatically add the HTML attributes needed to trigger the effect on content image links, so that the user never has to add a class or an attribute to his content images in order to make the lightbox work. Also, AVL allows the user to chose the attributes he wants inserted on his image links, depending on the Doctype declaration used in the website header.php template. This way, the lightbox never generates markup validation errors at the W3C Validator test. The jQuery lightbox effect is an adaptation based on David Ryan's jQuery lightbox tutorial : http://dryan.com/articles/jquery-lightbox-tutorial/

安装:

  1. Unzip the plugin and upload the 'always-valid-lightbox' directory to your /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Configure the plugin in the Always Valid Lightbox configuration section of your administration panel.

常见问题:

I do not understand the plugin configuration page

Here's an explanation for each option : "Automatically include the jQuery library in your HTML document" : Always Valid Lightbox needs the jQuery library to work. If the jQuery script is already embedded in the section of your documents, or if one of the plugins you're using automatically includes the jQuery library, you should check the "No" button. However, if there is no active instance of jQuery running on the front-end part of your website, you should check "Yes" in order for the plugin to work. "Automatically detect the image links in your posts and apply the lightbox attribute to them" : "Yes" allows the plugin to work in automatic mode. This means the plugin will automatically detect your images and trigger the lightbox effect when you click on them. If you choose "No", you will have to manually edit your site contents and mark all the links which should trigger a lightbox effect with the 'data-lightbox="true"' or the 'rel="lightbox"' attributes. "If you chose yes, select which attribute should be inserted in your code (choose accordingly with your doctype declaration)" : only available if you chose 'Yes' to the previous option. It allows you to choose the kind of markup the plugin will automatically insert in your page to trigger the lightbox effect. No matter what choice you make, the lightbox will work. However, the W3C validity of your page will depend on it, so you should choose your markup in accordance with the DOCTYPE declaration found in your site header. "Lightbox skin" : choose the appearance of your lightbox effect For more information about HTML validation and Doctypes, please consult the following page : http://validator.w3.org/docs/help.html#validation_basics

How do I display an image title under my lightbox images ?

The lightbox effect automatically takes the HTML "title" attribute on your images in order to display image titles. So when uploading your images in your Wordpress posts, do not forget to fill the "Title" field.

更新日志:

1.1.3 1.1.2 1.1.1 1.1 1.0