[wordpress插件] Combo Slideshow组合幻灯片

wordpress 插件 文章 2020-03-28 02:30 510 0 全屏看文

AI助手支持GPT4.0

评分
20
描述

Combo Slideshow is a photo and image viewing mash-up plugin that integrates the features of the acclaimed jQuery based javascript slideshow Nivo Slider

组合幻灯片是照片和图像查看混搭插件,它集成了广受赞誉的基于jQuery的JavaScript幻灯片Nivo Slider的功能

with multiple settings, transition effects and a compatible fallback to the MooTools framework for older or outdated setups.

具有多种设置,过渡效果以及对MooTools框架的兼容后备,可用于较旧或过时的设置。

It works natively in conjunction with the WordPress media library.

它与WordPress媒体库结合使用。

Enjoy:

享受:

    • Full control over speed, transition and navigation options
    • 完全控制速度,过渡和导航选项

    • Nivo Slider slideshow themes supported, 3 preset available
    • 支持Nivo Slider幻灯片主题,提供3个预设

    • Custom CSS supported
    • 支持自定义CSS

    • Lightbox, FancyBox, MultiBox and custom class names supported
    • 支持灯箱,FancyBox,MultiBox和自定义类名称

    • Navigation Arrows (jQuery) and Tips (MooTools)
    • 导航箭头(jQuery)和技巧(MooTools)

    • Auto insertion of latest posts (taxonomy-based) slideshow in home or single page/post
    • 在首页或单个页面/帖子中自动插入最新的帖子(基于分类)幻灯片

    • Custom slides management
    • 自定义幻灯片管理

    • Page/Post gallery shortcode [slideshow] (with optional post_id, custom, exclude,

    • 页面/帖子库简码 [slideshow] (带有可选的 post_id custom exclude

      >exclude, and auto parameters)

    • >排除 auto 参数)

    • Hardcode into any PHP file of a WordPress theme with

      如果(class_exists('CMBSLD_Gallery')){$ CMBSLD_Gallery = new CMBSLD_Gallery();

    • 使用 <?php将硬编码插入WordPress主题的任何PHP文件中。

      $CMBSLD_Gallery -> slideshow($output = true, $post_id, $exclude, $include, $custom, $width, $height, $thumbs, $caption, $auto, $nolink, $slug, $limit, $size)

      $ CMBSLD_Gallery->幻灯片($ output = true,$ post_id,$ exclude,$ include,$ custom,$ width,$ height,$ thumbs,$ caption,$ auto,$ nolink,$ slug,$ limit,$ size)

      ;

      ;

      } ?> and the required $post_id or $custom parameters accordingly specified

    • }?> 以及相应指定的 $ post_id $ custom 参数

    • Global post slideshow: auto mode in Homepage and/or Posts + manual function show_combo_slider($terms, $postlimit, $exclude, $offset, $n_slices, $size, $width, $height, $taxonomies, $post_types)

    • 全局帖子幻灯片显示:主页和/或帖子中的自动模式+手动功能show_combo_slider($ terms,$ postlimit,$ exclude,$ offset,$ n_slices,$ size,$ width,$ height,$ taxonomies,$ post_types)

    Administration and Settings have been completely renewed!

    管理和设置已完全更新!

    (whereas in previous versions they were heavily borrowed from the Slideshow Gallery Pro plugin (free version) by Cameron Preston and WP Nivo Slider by Rafael Cirolini)

    (而在以前的版本中,它们是从Cameron Preston的Slideshow Gallery Pro插件(免费版)和Rafael Cirolini的WP Nivo Slider大量借用的)

    The selectable front-end effect scripts are the Nivo Slider plugin (on jQuery framework) or SlideShow by Ryan Florence (on MooTools).

    可选的前端效果脚本是Nivo Slider插件(在jQuery框架上)或Ryan Florence的SlideShow(在MooTools上)。

    It works great in conjunction with the Gallery Metabox plugin.

    它与Gallery Metabox插件一起很好地工作。

    Plugin Homepage: http://www.3dolab.

    插件主页:http://www.3dolab。

    net/en/combo-slideshow/

    net / en / combo-slideshow /

    Running Demo

    正在运行演示

    banner image by batintherain

    batintherain的横幅图片

    icon by fdecomite

    fdecomite提供的图标

    Additional Parameter Info

    其他参数信息

    [slideshow] shortcode & $CMBSLD_Gallery -> slideshow()

    [幻灯片]短代码和$ CMBSLD_Gallery-> slideshow()

      • $output (default = true): echoes the content, or just returns it if set to false
      • $ output(默认= true):回显内容,如果设置为false,则仅返回内容

      • $post_id (default = null): retrieves attached images from a particular post by id, or from the global $post object if left unspecified
      • $ post_id(默认= null):按ID从特定帖子中检索附件图像,如果未指定,则从全局$ post对象中检索

      • $exclude (default = null): removes the specified attachment IDs (set in a comma-separated list) from the slideshow
      • $ exclude(默认= null):从幻灯片放映中删除指定的附件ID(以逗号分隔的列表设置)

      • $include (default = null): removes anything but the attachment IDs (set in a comma-separated list)
      • $ include(默认= null):除去附件ID(在逗号分隔的列表中设置)之外的所有内容

      • $custom (default = null): retrieves the custom images uploaded as slides, just set to whatever value but note that it does work only when $post_id and $slug are empty
      • $ custom(默认= null):检索上传为幻灯片的自定义图像,只需将其设置为任何值,但请注意,只有在$ post_id和$ slug为空时,它才起作用

      • $width, $height (default = null): sets dimensions in pixels, or default values if left unspecified
      • $ width,$ height(默认= null):以像素为单位设置尺寸,如果未指定则设置默认值

      • $thumbs (default = null): sets with ‘on’/’off’ the values for displaying thumbnails, disregarding the main setting
      • $ thumbs(默认值= null):设置“显示” /“关闭”显示缩略图的值,而忽略主要设置

      • $caption (default = null): overwrites with ‘on’/’off’ values the main setting for displaying captions
      • $ caption(默认= null):使用“ on” /“ off”值覆盖显示字幕的主要设置

      • $auto (default = null): sets with ‘on’/’off’ the values for the auto-slide feature, disregarding the main setting
      • $ auto(默认= null):设置为“打开” /“关闭”自动滑动功能的值,而忽略主要设置

      • $nolink (default = null): overwrites with ‘on’/’off’ values the main setting for removing links from captions
      • $ nolink(默认= null):使用“开” /“关”值覆盖从字幕中删除链接的主要设置

      • $slug (default = null): retrieves attached images from a particular post by slug
      • $ slug(默认= null):通过slug从特定帖子中检索附件图像

      • $limit (default = null): limits the amount of slides loaded in the slideshow, or uses the global post limit setting
      • $ limit(默认= null):限制幻灯片放映中加载的幻灯片数量,或使用全局发布限制设置

      • $size (default = null): sets dimensions as in the Media Settings screen (e.g. ‘thumbnail’, ‘medium’, etc), or ‘comboslide’ if nothing specified even in pixels
      • $ size(默认= null):按照“媒体设置”屏幕中的尺寸设置尺寸(例如,“缩略图”,“中等”等),如果没有指定像素,则设置“组合幻灯片”

      $CMBSLD_Gallery -> show_combo_slider()

      $ CMBSLD_Gallery-> show_combo_slider()

        • $terms (default = null): loads only posts from the specified taxonomy terms
        • $ terms(默认= null):仅加载来自指定分类法术语的帖子

        • $postlimit (default = null): limits the amount of slides loaded in the slideshow, or uses the global post limit setting
        • $ postlimit(默认= null):限制幻灯片放映中加载的幻灯片数量,或使用全局发布限制设置

        • $exclude (default = null): removes the specified attachment IDs (set in a comma-separated list) from the slideshow
        • $ exclude(默认= null):从幻灯片放映中删除指定的附件ID(以逗号分隔的列表设置)

        • $offset (default = null): starts the slideshow from the nth post
        • $ offset(默认= null):从第n个帖子开始幻灯片放映

        • $width, $height, $size (default = null): sets dimensions in pixels or as in the Media Settings screen
        • $ width,$ height,$ size(默认= null):以像素为单位设置尺寸,或在“媒体设置”屏幕中设置尺寸

        • $taxonomy (default = null)
        • $ taxonomy(默认= null)

        • $post_types (default = null)
        • $ post_types(默认=空)

        • please note that, unlike in shortcodes, only the main settings are in use for the caption, links, thumbs and auto options
        • 请注意,与短代码不同,字幕,链接,拇指和自动选项仅使用主要设置

安装步骤

Manual Installation:

手动安装:

    1. Extract the package to obtain the combo-slideshow folder
    2. 解压软件包以获得 combo-slideshow 文件夹

    3. Upload the combo-slideshow folder to the /wp-content/plugins/ directory
    4. combo-slideshow 文件夹上传到 / wp-content / plugins / 目录

    5. Activate the plugin through the ‘Plugins’ menu in WordPress
    6. 通过WordPress中的“插件”菜单激活插件

    7. Configure the settings according to your needs through the ‘Slideshow’ > ‘Settings’ menu
    8. 通过“幻灯片”>“设置”菜单根据需要配置设置

    9. Add and manage your slides in the ‘Slideshow’ section (or just use the built in wordpress gallery)
    10. 在“幻灯片放映”部分中添加和管理幻灯片(或仅使用内置的wordpress库)

    11. Put the shortcode [slideshow post_id="X" exclude="" caption="on/off"] to embed a slideshow with the images of a post into your posts/pages or use <

    12. 输入简码 [slideshow post_id =“ X” exclude =“” caption =“ on / off”] ,将包含帖子图像的幻灯片放到您的帖子/页面中,或使用<

      code>[slideshow custom=1] to embed a slideshow with your custom added slides or

      code> [slideshow custom = 1] 嵌入带有您自定义添加的幻灯片或 <?php的幻灯片,如果(class_exists('CMBSLD_Gallery')){$ CMBSLD_Gallery = new CMBSLD_Gallery();

      $CMBSLD_Gallery -> slideshow($output = true, $post_id = null);

      $ CMBSLD_Gallery->幻灯片($ output = true,$ post_id = null);

      };

      };

      ?> into your WordPress theme

    13. ?> 放入您的WordPress主题

      • Please take care when updating from versions older than 1.7: due to the new slide administration system, any custom slideshow created with previous versions of the plugin will not work and won’t even be shown
      • 从1.7之前的版本进行更新时请注意:由于采用了新的幻灯片管理系统,使用该插件的先前版本创建的任何自定义幻灯片都将无法使用,甚至不会显示

下载地址
https://downloads.wordpress.org/plugin/combo-slideshow.1.92.zip
-EOF-

AI助手支持GPT4.0