forked from maddisondesigns/WooCommerce-Breadcrumbs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
85 lines (55 loc) · 3.88 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
=== WooCommerce Breadcrumbs ===
Contributors: ahortin
Donate Link: http://maddisondesigns.com/woocommerce-breadcrumbs
Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, woocommerce, breadcrumbs
Requires at least: 3.8
Tested up to: 4.9
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A simple plugin to style the WooCommerce Breadcrumbs or disable them altogether
== Description ==
WooCommerce 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.
By 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.
NOTE: This plugin wont actually style your breadcrumbs for you. It simply gives you the tools to change the HTML that wraps around your breadcrumbs.
= WooCommerce Breadcrumbs gives you the following settings =
* Breadcrumb separator: This is the separator to use between each breadcrumb
* Wrap before: The opening HTML tag to wrap before all your breadcrumbs
* Wrap after: The closing HTML tag to wrap after all your breadcrumbs
* Before: The opening HTML tag to wrap before each individual breadcrumb
* After: The closing HTML tag to wrap after each individual breadcrumb
* Home text: The text to use for the ‘Home’ breadcrumb
* Home URL: The URL that the ‘Home’ breadcrumb links to
If 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.
If 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.
To see some examples of how you can style your WooCommerce Breadcrumbs, check out the [plugin homepage](http://maddisondesigns.com/woocommerce-breadcrumbs/).
== Installation ==
1. Upload the 'woocommerce-breadcrumbs' folder to your '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to the 'Settings > WC Breadcrumbs' menu to update the plugin settings
== Frequently Asked Questions ==
= I'm not seeing as many options on my settings page as your screenshot =
You'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.
= Can I disable the WooCommerce breadcrumbs? =
Certainly! On the settings page, simply untick the 'Enable breadcrumbs' checkbox and save your settings.
= How do I get my breadcrumbs back after disabling them? =
The easiest method is just to deactivate the plugin. Alternatively, simply tick the 'Enable breadcrumbs' checkbox and save your settings.
== Screenshots ==
1. WooCommerce Breadcrumb default settings
2. WooCommerce Breadcrumb settings
3. WooCommerce Breadcrumb settings for WooTheme Themes
== Changelog ==
= 1.0.4 =
- Removed call to screen_icon() function as it's now deprecated
- Added WC Tested tags to plugin header for compatibility check
= 1.0.3 =
- Updated version number as the .org directory doesn't currently update the Last Updated date by simply updating the Tested up to value
= 1.0.2 =
- Fixed undefined index error due to checkbox sanitization
- Fixed misplaced braces
= 1.0.1 =
- Updated 'Tested up to' version to 3.9
- Added link to breadcrumb examples
= 1.0 =
- Initial version. Yay!
== Upgrade Notice ==