
內容簡介
Brozzme Product Navigation 是讓你的顧客瀏覽 Woocommerce 商店的最佳方式。
此外掛可以在 Woocommerce 產品範本中添加下一步和上一步的連結,而無需編輯範本。
這些連結通過自動短碼生成。您可以自定義導航容器以滿足您的需求。
此外,正在運行的主要短碼是作為簡單短碼(放置在內容中)和小部件(用於任何小部件區域)可用。
需要 Woocommerce 掛件
不需要編碼技能。
無需編輯模板,該外掛會使用 Woocommerce 模板鉤子添加導航框。
可自定義。
小部件可以在任何小部件區域中使用。
添加[wc_bpn_navigation]以在模板或內容中放置在需要的位置。
英語和法語翻譯
有更好的短碼幫助。
選項:
導航位置(與 Woocommerce 區域一起),
位置浮動,
選擇顯示類型,僅文本,僅圖標或兩者,
FontAwesome 樣式和大小,
更多樣式的附加類容器,您可以使用自己的類。
更改鏈接文本
自 1.3.0 起:
添加下一步和上一步文本的設置選項。
自 1.2.8 起:
添加更改前一個和下一個文本鏈接的可用性。在 1.3 版本到來之前,只能通過過濾器進行。
在您的 functions.php 中或在插件中,添加:
add_filter(‘wc_bpnav_previous_text’,‘my_custom_previous_text’);
add_filter(‘wc_bpnav_next_text’,‘my_custom_next_text’);
function my_custom_previous_text(){
return __(‘上一步’,‘brozzme-product-navigation’);
}
function my_custom_next_text(){
return __(‘下一步’,‘brozzme-product-navigation’);
}
自 1.2.5 起:
許多插件可以嵌入 Font-Awesome css 和字體文件。
如果您的佈景主題或其他插件在每個頁面上載入它們,则可以使用 ‘load_fontawesome’ 過濾器停止載入 fontawesome 文件。
php > 5.4 的示例:add_filter(‘load_fontawesome’,function(){return false;});
更多插件可用:在 WordPress.org 上搜索 Brozzme
链接到 Brozzme。
外掛標籤
開發者團隊
原文外掛簡介
Brozzme Product Navigation, is the best way for your customer to browse your Woocommerce shop.
This plugin adds Next and Previous links in the Woocommerce product template without editing it.
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
No coding skill require.
No need to edit template, the plugin add navigation box with the Woocommerce template hooks.
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.
English and french translation
help for better shortcode.
Options:
Navigation position (with Woocommerce zone),
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 :
Add settings options for Next and Previous text.
Since 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.
In your functions.php or in plugin, add :
add_filter(‘wc_bpnav_previous_text’, ‘my_custom_previous_text’);
add_filter(‘wc_bpnav_next_text’, ‘my_custom_next_text’);
function my_custom_previous_text(){
return __(‘Previous’,’brozzme-product-navigation’);
}
function my_custom_next_text(){
return __(‘Next’,’brozzme-product-navigation’);
}
Since 1.2.5 :
Lot of plugin can embed Font-Awesome css and font files.
You can use ‘load_fontawesome’ filter to stop loading fontawesome files if you theme or other plugin load them on each page.
Example for php > 5.4 : add_filter( ‘load_fontawesome’, function(){ return false;} );
More plugins available : search Brozzme on WordPress.org
Link to Brozzme.
