Frodo
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] no critical css?Hello and thank you so much for the speedy response – can I send it to you in a private message?
Thanks, but as far as I’m aware the updraft version is the free one
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Mailchimp not workingMany thanks for your speedy response and my apologies for not getting back to you, everything is good now.
Forum: Plugins
In reply to: [WP Extra File Types] Where are your instructions to use this plugin please?Where are your instructions to use this plugin please?
Forum: Plugins
In reply to: [Lazy Load for Videos] thumbnailUrl missingI have the same problem and found another post about another plugin doing a similar job with the same issue https://www.ads-software.com/support/topic/google-search-console-video-markup-issues-missing-field-thumbnailurl/ this was put down to a yoast conflict but I don’t use yoast premium and there are no video options in the free version so that doesn’t seem to be the answer here… it would be great to get the answer and resolve google’s problems.
Forum: Plugins
In reply to: [Yoast SEO] Delete old sitemap that refuses to updateHello and thank you for replying, I really appreciate that.
The sitemaps are excluded from caching and I did try to find files named as you’ve said via the file manager, but there weren’t any at all.
I asked the hosting provider for assistance, they didn’t think it was possible for a yoast sitemap file to be on the server.
Basically, the only way to solve the problem seemed to be to uninstall yoast and then reinstall – which I did and that worked. I left a bit of time in between the uninstall and reinstall to make sure.
Hopefully this might help someone else who comes up against the same problem – it was quite strange and rather frustrating but is now fixed.
Forum: Reviews
In reply to: [Contact Form by Supsystic] Excellent productNo worries, I have to confess though that I haven’t tried the conditional logic or publish content features yet, but will look at those soon. At the moment the most important is the variety of field types. Thanks for all your great work ??
I have the same issue
“Tables using the InnoDB engine (5) will not be optimized. Other tables will be optimized (78).”
“Optimize InnoDB tables anyway.”Is it possible to just optimise the other ones and not InnoDB?
Cheers
I’d love to make it work too – I have a few forms to redirect to unique pages and I can’t get things to work at present… will there be a fix soon?
Thank you ??Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 – Redirect to Custom URLHmm, I have the same issue and am wondering if the way to do this is:
document.addEventListener( ‘wpcf7submit’, function( event ) {
if ( ‘123’ == event.detail.contactFormId ) {
alert( “The contact form ID is 123.” )
location = ‘https://example.com/’;
// do something productive
}
}, false );I have been asked to set up 14 thank you pages each with a separate contact form ID. If I use the code above but just change the form id and URL location, will this work?
Thank you ??