fcadminn
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] How to make field height reducedForum: Plugins
In reply to: [Contact Form 7] Orange border Form Won’t SubmitHi, thanks for the reply.
I don’t have Akismet working with CF7, and am not using comment blacklist.
When I have recaptcha (any version) integrated, I get the orange border error. When I totally disable recaptcha, I get a red border error saying “There was an error trying to send your message. Please try again later”.
The message I’m posting in the form isn’t spam.
1. I want to completely turn off any spam detection and have the form work. How can I do that?
2. Also how do I turn on/use spam logging so I can atleast see what the system is giving an error for?
When I remove recaptcha, akismet and coment blacklist I get a red border error. I just want the form to actually work.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Undefined variable: cachedirIn case anyone is looking for a solution to this.
Go to line 301 in /wp-content/plugins/amp-cache/ampforwp-cache.php, and edit this if statement:
if($this->cachemod == ‘serverrewrite’){
$cachedir=’ampforwp-cache/’;
}.. to just this:
$cachedir=’ampforwp-cache/’;
This is probably a hacky solution, but my AMP pages are now working on mobile again and no doubt there will be a patch for this error at a later date.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Undefined variable: cachedirHey just a follow up on this, it would be great to get this solved and have my amp pages working on mobile again. Currently no mobile users can view my posts and are getting an error message.
Thanks!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Undefined variable: cachedirI don’t know how I could be more specific. I answered both of your questions in my initial message.
1. what error you are getting exactly?
“Undefined variable: cachedir in /wp-content/plugins/amp-cache/ampforwp-cache.php on line 305.”
“Right now no amp pages are rendering.”
2. where are you getting it?
“I am getting an error on amp pages”
“You can see this at https://stadivm.com/cc”
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Undefined variable: cachedirThis did not solve the issue, but is only a temporary fix.
After a short amount of time, 403 forbidden errors are thrown on all posts.
Please provide a permanent fix for this issue.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Undefined variable: cachedirSolved myself.
For future reference for anyone else encountering this specific issue, I went to line 305 in that file, found where the function containing it begins, and added “global $cachedir;” just after the function statement on its own line.
If this is a correct solution for your team, please add to the next update.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Undefined variable: cachedirPS. You have to go to the page on a mobile phone.
Poor quality customer service here guys
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Can’t deactivate ampcache?
Forum: Plugins
In reply to: [Autoptimize] Dealing with css files create by AOThanks for thank Frank, After following the video both css files were still showing as unused css even after all critical css was inlined + deferring the remainder.
I’ll leave it for now and come back to it later. Would love a simple solution to this issue that works reliably, but then again could be down to my inexperience also admittedly and others might have solved this same problem.
Thanks anyway Frank
Forum: Plugins
In reply to: [Autoptimize] Dealing with css files create by AOHey Frank,
That’s helped a lot Frank – for desktop has eliminated the issue completely, mobile big reduction!
The only thing is that now the page is loading without css (strange and ugly) for a second before the page loads (properly). Have you seen this before? Is there an additional way to mitigate this, or is it just a choice between both scenarios?
Cheers