Plugin Directory

source: woocommerce-breadcrumbs/trunk/readme.txt @ 2865420

Last change on this file since 2865420 was 2865420, checked in by ahortin, 19 months ago

Updated Tested up to value to 6.1 and WC tested up to value to 7.4

File size: 4.7 KB
Line 
1=== WooCommerce Breadcrumbs ===
2Contributors: ahortin
3Donate Link: http://maddisondesigns.com/woocommerce-breadcrumbs
4Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, woocommerce, breadcrumbs
5Requires at least: 4.6
6Tested up to: 6.1
7Stable tag: 1.0.8
8License: GPLv2 or later
9License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
11A simple plugin to style the WooCommerce Breadcrumbs or disable them altogether
12
13== Description ==
14
15WooCommerce Breadcrumbs is a simple WordPress plugin that allows you to restyle the WooCommerce breadcrumbs. It also gives you the ability to disable them completely so they no longer display.
16
17By changing the HTML surrounding your breadcrumbs, you’re able to provide better options for styling your breadcrumbs in different ways. For example, the default breadcrumbs simply display links with a separator character. Using WooCommerce Breadcrumbs, you can change them to display as an unsorted list of links instead.
18
19NOTE: This plugin wont actually style your breadcrumbs for you. It simply gives you the tools to change the HTML that wraps around your breadcrumbs.
20
21= WooCommerce Breadcrumbs gives you the following settings =
22
23* Breadcrumb separator: This is the separator to use between each breadcrumb
24* Wrap before: The opening HTML tag to wrap before all your breadcrumbs
25* Wrap after: The closing HTML tag to wrap after all your breadcrumbs
26* Before: The opening HTML tag to wrap before each individual breadcrumb
27* After: The closing HTML tag to wrap after each individual breadcrumb
28* Home text: The text to use for the ‘Home’ breadcrumb
29* Home URL: The URL that the ‘Home’ breadcrumb links to
30
31If need be, you can also disable the breadcrumbs completely by unticking the 'Enable breadcrumbs' checkbox. This will stop the breadcrumbs from displaying on your site.
32
33If you notice there are a few less breadcrumb options on the settings page than you expected, then you're mostly likely using a WooThemes Theme. WooTheme themes disable the WooCommerce breadcrumbs in favour of the WooFramework Breadcrumbs. The downside to this is that there aren't quite as many options that can be changed with the WooFramework Breadcrumbs.
34
35To see some examples of how you can style your WooCommerce Breadcrumbs, check out the [plugin homepage](http://maddisondesigns.com/woocommerce-breadcrumbs/).
36
37
38== Installation ==
39
401. Upload the 'woocommerce-breadcrumbs' folder to your '/wp-content/plugins/' directory
412. Activate the plugin through the 'Plugins' menu in WordPress
423. Go to the 'Settings > WC Breadcrumbs' menu to update the plugin settings
43
44
45== Frequently Asked Questions ==
46
47= I'm not seeing as many options on my settings page as your screenshot =
48You're most likely using a WooThemes theme. WooTheme themes disable the WooCommerce breadcrumbs in favour of the WooFramework Breadcrumbs and unfortunately there aren't as many options that can be configured.
49
50= Can I disable the WooCommerce breadcrumbs? =
51Certainly! On the settings page, simply untick the 'Enable breadcrumbs' checkbox and save your settings.
52
53= How do I get my breadcrumbs back after disabling them? =
54The easiest method is just to deactivate the plugin. Alternatively, simply tick the 'Enable breadcrumbs' checkbox and save your settings.
55
56= Why don't my breadcrumbs display properly when using the Storefront theme? =
57Storefront wraps their breadcrumbs with some custom HTML. This means you need to tweak your 'Breadcrumb separator', 'Wrap before' and 'Wrap after' settings. See <a href="https://wordpress.org/support/topic/breadcrumbs-not-disabled/">this support post</a> for more details.
58
59== Screenshots ==
60
611. WooCommerce Breadcrumb default settings
622. WooCommerce Breadcrumb settings
633. WooCommerce Breadcrumb settings for WooTheme Themes
64
65
66== Changelog ==
67
68= 1.0.8 =
69- Moved loading of options from Constructor to help with translations by Falang plugin. Props @sbouey
70
71= 1.0.7 =
72- Fix display of Breadcrumb separator on settings page. Escape attribute when displaying value
73- Fix breadcrumb removal for Storefront theme as it uses its own hook rather than the default WooCommerce hook
74
75= 1.0.6 =
76- Updated Breadcrumb separator setting to allow html tags
77- Updated WC Tested tags
78
79= 1.0.5 =
80- Updated WC Tested tags
81
82= 1.0.4 =
83- Removed call to screen_icon() function as it's now deprecated
84- Added WC Tested tags to plugin header for compatibility check
85
86= 1.0.3 =
87- Updated version number as the .org directory doesn't currently update the Last Updated date by simply updating the Tested up to value
88
89= 1.0.2 =
90- Fixed undefined index error due to checkbox sanitization
91- Fixed misplaced braces
92
93= 1.0.1 =
94- Updated 'Tested up to' version to 3.9
95- Added link to breadcrumb examples
96
97= 1.0 =
98- Initial version. Yay!
99
100
101== Upgrade Notice ==
Note: See TracBrowser for help on using the repository browser.