[wordpress插件] Responsive Client Logo Slider响应式客户端徽标滑块

wordpress 插件 文章 2020-04-04 00:50 444 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

    • Display client logos responsive carousel with the help of a shortcode in editor as well as template page.

    • 借助编辑器和模板页面中的短码显示客户徽标响应式轮播。

      Having different carousel settings.

    • 具有不同的轮播设置。

    • It allows you to display logos of clients, partners, sponsors, affiliates etc in carousel slider.

    • 它允许您在轮播滑块中显示客户,合作伙伴,赞助商,附属公司等的徽标。

    Default Carousel

    默认轮播

      • It contains all logos added in backend.

      • 它包含在后端添加的所有徽标。

        For default carousel, we can call shortcode to our wordpress editor directly, by using

      • 对于默认轮播,我们可以使用直接将短代码调用到我们的wordpress编辑器中

      [codepopular_logo_slider]

      [codepopular_logo_slider]

        • And we can call shortcode to our php template file using
        • 我们可以使用将简码调用到我们的php模板文件中

        echo do_shortcode('[codepopular_logo_slider]');

        回声do_shortcode('[codepopular_logo_slider]');

        Carousel By category

        轮播按类别

          • To show logos from a particular category.

          • 显示特定类别的徽标。

            We can call shortcode to our wordpress editor directly, by using

          • 我们可以使用直接将简码调用到我们的wordpress编辑器中

          [codepopular_logo_slider category="SLUG OF CAROUSEL CATEGORY"]

          [codepopular_logo_slider category =“旋转木马类别的类别”]

            • And we can call shortcode to our php template file using
            • 我们可以使用将简码调用到我们的php模板文件中

            echo do_shortcode('[codepopular_logo_slider category="SLUG OF CAROUSEL CATEGORY"]');

            回声do_shortcode('[[codepopular_logo_slider category =“ SLOUS OF CAROUSEL CATEGORY”]');

            NOTE: Be sure the ‘SLUG OF CAROUSEL CATEGORY’ is the slug of category.

            注意:请确保“轮播类别的子类别”是类别的子类别。

            Plugin Features

            插件功能

              • Simple and light weight
              • 简单轻巧

              • Fully responsive
              • 反应迅速

              • Multiple carousels
              • 多个轮播

              • Support all modern browsers
              • 支持所有现代浏览器

              • Having different settings in admin
              • 在管理员中具有不同的设置

              • Ability to add client links to each logo
              • 能够将客户链接添加到每个徽标

              • Different settings to order(arrange) slide images
              • 用于设置(排列)幻灯片图像的不同设置

              • Auto slide option
              • 自动滑动选项

              • Navigation arrows.
              • 导航箭头。

              • Settings panel
              • 设置面板

              • Control number of logos to be displayed
              • 控制要显示的徽标数量

安装步骤

    • Upload the folder “cp-client-logo” to “/wp-content/plugins/” ‘
    • 将文件夹“ cp-client-logo”上传到“ / wp-content / plugins /”‘

    • Activate the plugin through the “Plugins” menu in WordPress .
    • 通过WordPress中的“插件”菜单激活插件。

    • Update settings for carousel going to wp-admin->Cp Client Slider Logo->Settings
    • 将轮播的更新设置转到wp-admin-> Cp Client Slider徽标->设置

    • Add client logo going to wp-admin->Cp Client Slider->Add New Client Logo.
    • 添加客户端徽标,请转到wp-admin-> Cp客户端滑块->添加新客户端徽标。

    • Default Carousel: It contains all logos added in backend.

    • 默认轮播::它包含后端添加的所有徽标。

      For default carousel, we can call shortcode to our wordpress editor directly, by using

    • 对于默认轮播,我们可以使用直接将短代码调用到我们的wordpress编辑器中

    [codepopular_logo_slider]

    [codepopular_logo_slider]

      • And we can call shortcode to our php template file using
      • 我们可以使用将简码调用到我们的php模板文件中

       

       

      echo do_shortcode('[codepopular_logo_slider]');

      回声do_shortcode('[codepopular_logo_slider]');

下载地址
https://downloads.wordpress.org/plugin/cp-client-logo-slider.zip
-EOF-

AI助手支持GPT4.0