Commit Graph

209 Commits

Author SHA1 Message Date
f1a5fd2de3 A change 😄 2016-08-03 23:17:58 -04:00
02806b882c Add necessary rendering fields - #45 2016-07-01 16:03:38 -04:00
d7f6a1e0db Localize all the things again #45 2016-07-01 15:49:07 -04:00
e978e0117f Migrate ALL fields, omg that took awhile #45 2016-07-01 15:41:21 -04:00
485154b076 Setup settings page finally, move settings array to bottom of pile - #45 2016-07-01 15:19:24 -04:00
4539e8e222 Setup admin menu, and dynamic settings/section registration 2016-07-01 13:51:34 -04:00
c9db28318c Fix undefined static method - #45 2016-07-01 13:28:35 -04:00
5dfab4987d Docblock updates for main class 2016-07-01 12:00:53 -04:00
c6f44adee6 Yet more cleanup #45 2016-07-01 11:42:28 -04:00
955b49b686 Cleanup #45 2016-07-01 11:39:44 -04:00
72f383b49c Add new admin file #45 2016-07-01 11:39:01 -04:00
2d9baea5bd Remove class folder 2016-07-01 11:36:55 -04:00
14e871c750 remove now defunct main class - #45 2016-07-01 11:36:06 -04:00
c6a71c2976 Significant refactoring, breaking things - ref #45 2016-07-01 11:34:44 -04:00
d9959c6cd4 Move inc to includes 2016-06-30 15:50:05 -04:00
37328d3035 Change localization textdomain per recommendations 2016-06-30 15:44:44 -04:00
f9e40a34a4 Versioning for later 2016-06-30 13:40:44 -04:00
4ded90d43f Add changelog to main WP.org file 2016-05-23 10:23:53 -04:00
0bd105dda4 Cleanup a bit, changelogs - fixes #42 2016-05-23 10:21:10 -04:00
941b929077 Switch to use COOKIEPATH constant instead of SITECOOKIEPATH - cloases #42 2016-05-23 10:19:00 -04:00
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