1a5d7f6334
Set body color of dialog text to black, closes #43
2016-05-23 10:12:19 -04:00
f2155652da
Add .pot file to /lang for translators
2016-04-20 22:42:07 -04:00
d74e32a2ce
Add domain path
2016-04-20 22:40:52 -04:00
e8cbb7f16a
Versioning and cleanup
2016-04-20 22:29:20 -04:00
b10f897e62
Merge pull request #41 from queenvictoria/development
...
Chrome returns null (rather than undef).
2016-04-04 22:57:37 -04:00
ca7c06783a
Chrome returns null (rather than undef).
2016-04-05 06:26:32 +10:00
a551168ed8
I officially hate SVN, git looks better
2016-02-21 15:36:05 -05:00
0ce7bddccd
oops, update version
2016-02-21 15:31:35 -05:00
41dd396eff
Versioning and creds
2016-02-21 15:21:43 -05:00
2cf8bb1512
Merge branch 'pull_38' into development
2016-02-21 15:11:20 -05:00
3038b6c75b
Fix Background Image Not Showing
...
This should fix the problem in bug #37 where background images do not show. This is happening because the css property 'background-image' only accepts a 'url()' value. (http://www.w3schools.com/cssref/pr_background-image.asp )
Change made on line 27 from
$bg_image_css = ! empty( $image ) ? 'background-image: url( '. esc_url( $image ) . ' ) no-repeat top center;' : '';
to
$bg_image_css = ! empty( $image ) ? 'background: url( '. esc_url( $image ) . ' ) no-repeat top center;' : '';
2016-02-12 05:26:18 -05:00
4ba10274a9
Versioning - Denial toggle fix
2015-12-14 10:27:07 -05:00
035733ea04
Remove uninstall hook for now
2015-12-14 09:57:59 -05:00
0a2a381675
Too strict if statements - Fixes #34
2015-12-14 09:43:40 -05:00
f2ecbf8416
Versioning - Fixes #31
2015-12-14 09:12:19 -05:00
1a341c2776
Fix CSS issue with image not showing and css overrides not loading.
2015-09-30 18:47:00 -04:00
ddae1cc5f4
Update readme refs
2015-09-05 21:17:15 -04:00
110d74c6e4
Versioning and readme updates
2015-09-05 21:16:02 -04:00
229e42002c
Add filter for display conditions - Fixes #26
2015-09-05 21:13:51 -04:00
668687c33a
Cookies should use the session Fixes #29
2015-09-05 20:41:32 -04:00
73b7eecaed
Final update for 3.6.4
2015-08-29 15:24:59 -04:00
69374e68cf
Clean up readme files, removes old changes
2015-08-29 15:23:34 -04:00
bf9751e4b7
Update readme.txt with FAQ again
2015-08-29 15:22:13 -04:00
fdc6bf6b0a
Update readme.txt to link to GH wiki
2015-08-29 15:19:15 -04:00
fe23443260
Setup params for more in-depth dialog filter
2015-08-29 15:00:28 -04:00
57aa07163e
Too many filters, use action instead
2015-08-29 14:52:25 -04:00
eb8cf3c573
Remove line
2015-08-29 14:52:06 -04:00
4a01ea039f
Clean up api.php
2015-08-29 14:37:05 -04:00
428751b49d
Update plugin description
2015-08-29 14:31:49 -04:00
7ebbeb2eaf
Fix uninstall hook for options
2015-08-29 14:29:57 -04:00
8ef4fe91eb
Link GH readme stuffs, spacing
2015-08-29 14:26:41 -04:00
1907d9d90e
Add LICENSE file
2015-08-29 14:26:09 -04:00
12f63b8db9
Try to link images in gh
2015-08-29 14:20:36 -04:00
68df2e7848
Fix dat spacing
2015-08-29 14:19:05 -04:00
fb54dbc12c
Add to readme files, and fix GH readme
2015-08-29 14:18:28 -04:00
095eefe7fe
Add lang/ dir for I18n
2015-08-29 13:58:59 -04:00
d952987e20
Add todo for later
2015-08-29 13:56:26 -04:00
5f5d6130a7
Cleanup & Docblock additions for @since tags
2015-08-29 13:55:13 -04:00
e56fe16b0b
And again
2015-08-29 13:51:45 -04:00
1c8a8264a8
No need to check if empty
2015-08-29 13:51:08 -04:00
03e874f571
Var name change
2015-08-29 13:49:59 -04:00
290e54783c
Remove useless lines
2015-08-29 13:49:00 -04:00
75ecb7c720
Put the checkbox on the left, pet peve
2015-08-29 13:48:21 -04:00
e8493c260e
Fix undefined index for metabox render
2015-08-29 13:46:38 -04:00
fa9523e6d7
Variable name changes
2015-08-29 13:45:51 -04:00
f29eeebdaa
Refactor cwv3_meta_save logic
2015-08-29 13:44:26 -04:00
2819dc94be
Better sanity check for column
2015-08-29 13:40:43 -04:00
a4be15f73c
Remove 'unlock' icon, prevents clutter/confusion
2015-08-29 13:20:15 -04:00
e3a824a124
Remove old code
2015-08-29 13:17:51 -04:00
0bd1f2b5f2
Use dashicons for yes/no
2015-08-29 13:17:38 -04:00