[wordpress插件] Banner Cycler标语循环仪

wordpress 插件 文章 2020-02-29 07:10 477 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin allows you to create “cyclers” which you may upload slides into.

此插件可让您创建“自行车”,然后将幻灯片上传到其中。

These cyclers may be added to a page template and cycle through the various slides automatically, or as configured in the admin area.

这些循环程序可以添加到页面模板中,并自动循环浏览各个幻灯片,也可以在管理区域中进行配置。

UPGRADE NOTICE

升级通知

If you are upgrading the plugin from 1.1 or below, do NOT deactivate your plugin before uploading the new files.

如果要从1.1或更低版本升级插件,请不要在上传新文件之前停用插件。

Earlier versions of the plugin removed your slides when deactivated.

该插件的早期版本在停用后会删除您的幻灯片。

In order to upgrade, manually upload the new version’s files, then deactivate and reactivate the plugin.

为了进行升级,请手动上传新版本的文件,然后停用并重新激活插件。

Users of 1.2 and above will not have to worry about this issue.

1.2及更高版本的用户将不必担心此问题。

Thanks to Colin Ligertwood (http://brainbits.ca) this plugin now includes a shortcode to display a cycler within a page/post.

感谢Colin Ligertwood(http://brainbits.ca),该插件现在包含用于在页面/帖子中显示循环仪的简码。

Use the shortcode format:

使用简码格式:

[bannercycler cycler=”Cycler Name Here”]

[bannercycler cycler =“此处的自行车名称”]

Upgrade Instructions

升级说明

If you are upgrading from version 1.1 or lower you will need to de-activate the plugin and re-activate it after uploading your files in order to update your database settings.

如果要从1.1或更低版本升级,则需要在上载文件后停用该插件并重新激活它,以更新数据库设置。

The plugin will not function without these steps.

没有这些步骤,该插件将无法运行。

安装步骤

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

解压缩该zip文件,然后将其内容拖放到WordPress安装的wp-content / plugins /目录中,然后激活“来自插件的插件”页面。

After activating the plugin, a menu item under “Options” will be created named “Banner Cycler”.

激活插件后,将在“选项”下创建一个菜单项,名为“横幅循环器”。

Also a default “Sample Cycler” will be created that you may begin adding slides to.

另外,还将创建一个默认的“ Sample Cycler”,您可以开始向其中添加幻灯片。

A cycler MUST have more than one slide to work properly.

一个自行车手必须有多个幻灯片才能正常工作。

To insert a cycler into a page or post, use the shortcode format:

要在页面或帖子中插入循环仪,请使用简码格式:

[bannercycler cycler=”Cycler Name Here”]

[bannercycler cycler =“此处的自行车名称”]

If displaying a cycler in a template file add the pabc_display(‘CYCLER NAME HERE’) function to your template.

如果在模板文件中显示循环仪,则将pabc_display('CYCLER NAME HERE')函数添加到模板中。

Using the sample cycler you may add code such as:

使用样本循环仪,您可以添加以下代码:

  <?php if(function_exists('pabc_display'))pabc_display('Sample Cycler'); 

?>

?>

下载地址
https://downloads.wordpress.org/plugin/banner-cycler.1.4.zip
-EOF-

AI助手支持GPT4.0