dkirkland
Forum Replies Created
-
Forum: Networking WordPress
In reply to: post.php white pagingjust to add to this, if I start by editing a page that already has one custom field, and then I add a second custom field, and then press Update, then the custom field is saved. However, if I try and press Update again then it white pages, and if I try to add a third custom field it fails. Unless I delete the second custom field, i cant make any further changes to the page.
Note I have also added the following to php ini
php_value max_input_vars 3000
php_value suhosin.get.max_vars 3000
php_value suhosin.post.max_vars 3000
php_value suhosin.request.max_vars 3000PHP 5.4.4-14+deb7u14 on wheezy, using apache2
Forum: Networking WordPress
In reply to: post.php white pagingSorry, ” if any page has more than one customer field”
should read ” if any page has more than one CUSTOM field”Forum: Plugins
In reply to: [Cookillian] [Plugin: Cookillian] assumed consentHi, couple more questions:
1) when i enable implied consent, i notice that if the user moves to a new page without explicit opt-in, the footer javascript isn’t added.
1a) can you add the js on implied consent
1b) can you add the js if the “delete cookies after opt-out” is enabled. assuming it would then be removed on the next refresh if the user explicitly opts out*2) is there a function i can use to check if cookies are enabled? i did add a check to see if cookillian_opt_in was set to 1 but a recent change allowed the value to be 2, so it would b e great if I knew of a function I could check rather then rely on a cookie that may change?
3) the resp=2 seems to be behaving differently now. it used to result in the alert showing again. Has this functionality changed? I’d like to allow the user to change their mind by clicking on something in the privacy policy and used to provide a link with resp=2 set but this no longer works.
Thanks again,
DanForum: Plugins
In reply to: [Cookillian] [Plugin: Cookillian] assumed consentbrilliant. well done !
Forum: Plugins
In reply to: [Cookillian] [Plugin: Cookillian] minor stats buggreat, thanks!
Forum: Plugins
In reply to: [Cookillian] [Plugin: Cookillian] assumed consentThank you!
@withpeople, i have a site with piwik enabled as well and don’t have this problem… possibly by a quirk though.
i have this ticked ” Automatically wrap optional JavaScript in <script> and </script> tags”
but i do embrace the piwik js with script tags.
hope that helps.