-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathreadme.txt
50 lines (33 loc) · 1.58 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
=== Storefront Footer Bar ===
Contributors: woocommerce,automattic,jameskoster,woothemes
Tags: woocommerce, ecommerce, storefront, footer, widgets
Requires at least: 4.1
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
Add a full width widgetised region above the default Storefront footer widget area.
== Description ==
A simple plugin that adds a full width widget region above the default, columnised Storefront footer widget area. Customise the display by adding a background image and tweaking colors via the Customizer.
This plugin requires the Storefront theme to be installed.
== Installation ==
1. Upload `storefront-footer-bar` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Configure the display in the Customizer (look for the 'Footer Bar' section).
3. Done!
== Frequently Asked Questions ==
= I installed the plugin but cannot see the footer bar =
This plugin will only work with the [Storefront](http://wordpress.org/themes/storefront/) theme.
== Screenshots ==
1. The Footer Bar with a text widget.
== Changelog ==
= 1.0.4 - 12.10.2018 =
* Fix - Do not set the background-image property when no background image is defined. Kudos [@bobbingwide](https://github.com/bobbingwide).
= 1.0.3 - 03.04.2016 =
* Fix - Defaults not being set on activation.
= 1.0.2 - 03.03.2016 =
* Tweak - Code tidy up and tweaked how defaults are set.
= 1.0.1 - 06.23.2015 =
* Fix - Storefront install prompt no longer installs a child theme.
= 1.0.0 - 04.01.2015 =
Initial release.