Skip to content

Commit d95b9e0

Browse files
committed
Version 0.6.1
1 parent cba47ce commit d95b9e0

File tree

8 files changed

+24
-6
lines changed

8 files changed

+24
-6
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
### 0.6.1: May 11h, 2020
2+
* **Fix** - Gravity Forms hidden labels were still visible
3+
14
### 0.6.0: May 11h, 2020
25
* **Fix** - Gravity Forms hidden fields were still visible
36

4-
57
### 0.5.9: December 5th, 2019
68
* **Fix** - Update obsolete filter woocommerce_stock_html by woocommerce_get_stock_html
79
* **Fix** - Enable again the bottom description field

css/styles.css

+8
Original file line numberDiff line numberDiff line change
@@ -9391,6 +9391,14 @@ body.template-fullwidthnotitle #content .page-header, body.template-fullwidthnot
93919391
display: none;
93929392
}
93939393

9394+
.gform_wrapper .hidden_label .gfield_label {
9395+
clip: rect(1px, 1px, 1px, 1px);
9396+
position: absolute !important;
9397+
height: 1px;
9398+
width: 1px;
9399+
overflow: hidden;
9400+
}
9401+
93949402
/* hide the honeypot field ------------------------------------------------------*/
93959403
/*
93969404
.gform_validation_container,

css/styles.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/styles.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormbringer",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "WordPress theme",
55
"license": "Apache-2.0",
66
"repository" : {

scss/helpers/_gravityforms.scss

+8
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@
151151
}
152152
}
153153

154+
.gform_wrapper .hidden_label .gfield_label {
155+
clip: rect(1px,1px,1px,1px);
156+
position: absolute!important;
157+
height: 1px;
158+
width: 1px;
159+
overflow: hidden;
160+
}
161+
154162

155163
/* hide the honeypot field ------------------------------------------------------*/
156164

stormbringer-child/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormbringer",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "WordPress theme",
55
"license": "Apache-2.0",
66
"repository" : {

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://github.com/nicomollet/stormbringer
44
Github Theme URI: https://github.com/nicomollet/stormbringer
55
Github Branch: master
66
Description: A simple responsive theme based on twitter's bootstrap framework.
7-
Version: 0.6.0
7+
Version: 0.6.1
88
Author: Nicolas Mollet
99
Author URI: http://www.nicolasmollet.com
1010
Text Domain: stormbringer

0 commit comments

Comments
 (0)