[wordpress插件] Brozzme Product NavigationBrozzme产品导航

wordpress 插件 文章 2020-03-12 02:00 478 0 全屏看文

AI助手支持GPT4.0

评分
90
描述

Brozzme Product Navigation, is the best way for your customer to browse your Woocommerce shop.

Brozzme产品导航,是客户浏览Woocommerce商店的最佳方式。

This plugin adds Next and Previous links in the Woocommerce product template without editing it.

此插件无需编辑即可在Woocommerce产品模板中添加“下一个”和“上一个”链接。

The links are generate with the automatic shortcode.

链接是使用自动简码生成的。

Navigation container can be customize to fit your wishes.

可以根据您的需求定制导航容器。

In addition, the main shortcode that is running, is available as a simple shortcode (to place in your content) and a widget (for any widgetized area).

另外,正在运行的主要简码可以作为一个简单的简码(放置在您的内容中)和一个小部件(对于任何已小部件化的区域)使用。

Require Woocommerce

需要Woocommerce

    • No coding skill require.
    • 不需要任何编码技能。

    • No need to edit template, the plugin add navigation box with the Woocommerce template hooks.
    • 无需编辑模板,该插件会添加带有Woocommerce模板钩子的导航框。

    • Customizable.
    • 可自定义。

    • widget to get it in any widgetized area.
    • 在任何小部件化区域中获取它的小工具。

    • add [wc_bpn_navigation] to place it exactly where you want in your template or content.
    • 添加[wc_bpn_navigation]以将其准确放置在模板或内容中所需的位置。

    • English and french translation
    • 英语和法语翻译

    • help for better shortcode.
    • 帮助获得更好的简码。

    Options:

    选项:

      • Navigation position (with Woocommerce zone),
      • 导航位置(位于Woocommerce区域)

      • Position float,
      • 浮动位置

      • choose display type, only text, only icons or both,
      • 选择显示类型,仅显示文本,仅显示图标,或全部选择两者

      • FontAwesome style and size,
      • 字体很棒的样式和大小

      • additional class container for more styling, you can use your class.
      • 其他类容器以提供更多样式,您可以使用您的类。

      • change link text
      • 更改链接文字

      Since 1.3.0 :

      从1.3.0开始:

      Add settings options for Next and Previous text.

      为下一个和上一个文本添加设置选项。

      Since 1.2.8 :

      从1.2.8开始:

      Add the availability to change previous and next text link.

      添加可用性以更改上一个和下一个文本链接。

      Waiting for the 1.3 version, this is only available via filter.

      等待1.3版,只能通过过滤器使用。

      In your functions.php or in plugin, add :

      在您的functions.php或插件中,添加:

        • add_filter(‘wc_bpnav_previous_text’, ‘my_custom_previous_text’);
        • add_filter('wc_bpnav_previous_text','my_custom_previous_text');

        • add_filter(‘wc_bpnav_next_text’, ‘my_custom_next_text’);

          add_filter('wc_bpnav_next_text','my_custom_next_text');

          function my_custom_previous_text(){
              

          function my_custom_previous_text(){
              

          return __(‘Previous’,’brozzme-product-navigation’);

          return __('Previous','brozzme-product-navigation');

          }

          }

          function my_custom_next_text(){
              

          function my_custom_next_text(){
              

          return __(‘Next’,’brozzme-product-navigation’);

          返回__('Next','brozzme-product-navigation');

          }

          }

        Since 1.2.5 :

        从1.2.5开始:

        Lot of plugin can embed Font-Awesome css and font files.

        很多插件都可以嵌入Font-Awesome CSS和字体文件。

        You can use ‘load_fontawesome’ filter to stop loading fontawesome files if you theme or other plugin load them on each page.

        如果您在每个页面上加载主题或其他插件,可以使用“ load_fontawesome”过滤器停止加载fontawesome文件。

        Example for php > 5.4 : add_filter( ‘load_fontawesome’, function(){ return false;} );

        php> 5.4的示例:add_filter('load_fontawesome',function(){return false;});

        More plugins available : search Brozzme on WordPress.org

        更多可用插件:在WordPress.org上搜索Brozzme

        Link to Brozzme.

        链接到 Brozzme

安装步骤

    1. Upload Brozzme Product Navigation to the \”/wp-content/plugins/\” directory.
    2. 将Brozzme产品导航上载到\” / wp-content / plugins / \”目录。

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

    5. Enable and configure the plugin in Woocommerce settings, section Navigation.
    6. 在Woocommerce设置的导航部分中启用和配置插件。

下载地址
https://downloads.wordpress.org/plugin/brozzme-product-navigation.zip
-EOF-

AI助手支持GPT4.0