[wordpress插件] Content Gallery Slider内容库滑块

wordpress 插件 文章 2020-04-01 02:30 433 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin add a Responsive Content Gallery Slider in your website.

此插件在您的网站中添加了响应式内容库滑块。

Also you can add Responsive Content Gallery Slider page and mobile touch slider in to your wordpress website.

另外,您还可以将响应式内容库滑块页面和移动触摸滑块添加到您的wordpress网站中。

View DEMO for additional information.

查看演示以获取更多信息。

Installation help and support

安装帮助和支持

The plugin adds a “Responsive Content Gallery Slider” tab to your admin menu, which allows you to enter Image Title, Content, Link and image items just as you would regular posts.

该插件在您的管理菜单中添加了“响应式内容库滑块”选项卡,使您可以像常规帖子一样输入图像标题,内容,链接和图像项目。

To use this plugin just copy and past this code in to your footer.php file or template file

要使用此插件,只需将此代码复制并粘贴到footer.php文件或模板文件中

You can also use this Content Gallery Slider inside your page with following shortcode
    

您还可以在页面内使用此Content Gallery Slider,并附上以下短代码
    

[sp_content.gallery]

[sp_content.gallery]

Display Content Gallery Slider catagroies wise :
    

明智地显示Content Gallery Slider类别:
    

[sp_content.gallery cat_id=”cat_id”]

[sp_content.gallery cat_id =” cat_id”]

You can find this under “Content Gallery Slider-> Gallery Category”.

您可以在“ Content Gallery Slider->图库类别”下找到它。

Complete shortcode is

完整的简码是

[sp_content.gallery cat_id="9" rows="2" columns="2" space="20" autoplay_interval="3000"]

  [sp_content.gallery cat_id =“ 9” rows =“ 2” columns =“ 2” space =“ 20” autoplay_interval =“ 3000”]

Parameters are :

参数为:

    • limit : [sp_content.gallery limit=”-1″] (Limit define the number of images to be display at a time. By default set to “-1″ ie all images. eg

    • 限制:[sp_content.gallery限制=“-1”](限制定义一次显示的图像数量。默认情况下设置为“ -1”,即所有图像。例如

      . if you want to display only 5 images then set limit to limit=”5”)

    • 。如果您只想显示5张图片,则将limit设置为limit =“ 5”)

    • cat_id : [sp_content.gallery cat_id=”2″] (Display Image slider catagroies wise.)
    • cat_id :[sp_content.gallery cat_id =“ 2”](明智地使用“显示图像”滑块。)

    • rows : [sp_content.gallery rows=”2″] (Set number of rows.)
    • :[sp_content.gallery rows =” 2”](设置行数。)

    • columns : [sp_content.gallery columns=”2″] (Set number of columns.)
    • :[sp_content.gallery columns =” 2”](设置列数。)

    • space : [sp_content.gallery space=”20″] (Set space between items.)
    • 空格:[sp_content.gallery space =“ 20”](设置项目之间的空格。)

    • width : [sp_content.gallery width=”500″] (Set width of slider by pixel or percentage.)
    • 宽度:[sp_content.gallery width =“ 500”](按像素或百分比设置滑块的宽度。)

    • autoplay_interval : [sp_content.gallery autoplay=”true” autoplay_interval=”3000″] (Set autoplay interval)
    • autoplay_interval :[sp_content.gallery autoplay =“ true” autoplay_interval =“ 3000”](设置自动播放间隔)

    Features include:

    功能包括:

      • Mobile touch slide
      • 移动触摸幻灯片

      • Responsive
      • 响应式

      • Shortcode [sp_content.gallery]
      • 简码 [sp_content.gallery]

      • Php code for place image slider into your website footer

      • 将图片滑块放入网站页脚的Php代码
        <?php echo do_shortcode('[sp_content.gallery]');

        ?>

      • ?>

      • Content Gallery Slider inside your page with following shortcode [sp_content.gallery]
      • 页面内的Content Gallery Slider,带有以下短代码 [sp_content.gallery]

      • Easy to configure
      • 易于配置

      • Smoothly integrates into any theme
      • 顺利集成到任何主题

      • CSS and JS file for custmization
      • 用于自定义的CSS和JS文件

安装步骤

    1. Upload the ‘content-gallery-slider’ folder to the ‘/wp-content/plugins/’ directory.
    2. 将“ content-gallery-slider”文件夹上传到“ / wp-content / plugins /”目录。

    3. Activate the ‘Content Gallery Slider’ list plugin through the ‘Plugins’ menu in WordPress.
    4. 通过WordPress中的“插件”菜单激活“内容库滑块”列表插件。

    5. If you want to place Content Gallery Slider into your website footer, please copy and paste following code in to your footer.php file

    6. 如果要将Content Gallery Slider放到网站页脚中,请复制以下代码并将其粘贴到footer.php文件中。
      <?php echo do_shortcode('[sp_content。

      gallery limit="-1"]');

      gallery limit =“-1”]');

      ?>

    7. ?>

    8. You can also display this Images slider inside your page with following shortcode [sp_content.gallery limit="-1"]
    9. 您还可以使用以下短代码 [sp_content.gallery limit =“-1”] 在页面内显示此图像滑块。

下载地址
https://downloads.wordpress.org/plugin/content-gallery-slider.zip
-EOF-

AI助手支持GPT4.0