cobberas63
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA score (0.00) on CF7Hi @takayukister, can we have a reply to our question, please? Thx
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA score (0.00) on CF7https://www.canberraclimbing.org.au/
As mentioned, we’ve had to remove the online contact form for now.
Thanks Adam, that worked. The blocklist table has returned to normal ??
- This reply was modified 1 month ago by cobberas63.
Hi, when I try to deactivate Wordfence (using any of the deactivation options for keeping data) I get this error:
An unexpected error occurred while attempting to configure Wordfence to delete its data on deactivation.
Do I need to remove its folder altogether?
I have version 8.0.3 currently installed.
Thanks Adam for your comprehensive reply. clearing all server caches has fixed the problem.
Hi Jules, I had a go at coding what I need but I’m getting some weird behaviour. Will email you.
CheersYes, multistep in conditional fields pro plugin. I’ll email you. Thanks Jules.
Could the solution be something like this?
Thanks Jules. Yes, the toggle button is a bit clunky but at this stage I’ll keep it as it’s less work than restyling it for navigation (I want form navigation buttons to look different from form response buttons, for which I use checkboxes as you describe in that super helpful article).
I also have some pages with multiple forms but only 1 reset button, and I want all forms on the page to reset with 1 button. So I have this –
(function($) { $("input[type=reset].button").click(function(){ //clear the contents of all forms on the page $(".wpcf7 form").trigger("reset"); //reset the toggle buttons $("button.togglebutton-start").val("Start"); $("button.togglebutton-start").text("Start"); $("button.togglebutton-next").val("Next"); $("button.togglebutton-next").text("Next"); $("button.togglebutton-more").val("Add TA"); $("button.togglebutton-more").text("Add TA"); $('html, body').animate({scrollTop:0}, 'fast'); }); })( jQuery );
It turns out that I need to change both the value AND the text of the toggle buttons separately, as simply changing the value programmatically doesn’t change the text. Is this what you would expect? Or am I missing something that will change them both together?
Excellent, thanks Jules ??
Forum: Plugins
In reply to: [Easy Google Fonts] Settings lost after update@sunny_johal I have this problem too –
Settings were lost after update to 2.0: Font control selectors are still present in Settings > Easy Google Fonts, but styles in Appearance > Customize > Typography > Theme Typography were all reset to blank or “theme default.”
Problem not resolved by updating to 2.0.1 but I had to fix the website ASAP so I entered all the missing values again manually.
I’ve since created a staging website so that I can test updates there, before committing to the live site. On the staging site, update to Version 2.0.3 has again resulted in styles in Appearance > Customize > Typography > Theme Typography all being reset to blank or “theme default.”
Forum: Plugins
In reply to: [Easy Google Fonts] version 2 not working on my site@kyabuller and then of course remember to click on Publish
Forum: Plugins
In reply to: [Easy Google Fonts] version 2 not working on my siteFirst I checked that everything was correct in Settings > Easy Google Fonts, which it was; nothing has changed here for me since the upgrade (other than the admin interface).
Then I checked in Appearance > Customise > Typography > Theme Typography, and realised that this is where the information had been lost since the upgrade. Each of the font controls that I had created were correctly listed, but when I opened each one, each of the fields was either empty or set to the Theme Default. So I had to go through each font control and re-enter the information I wanted.
Hope that helps.
Forum: Plugins
In reply to: [Easy Google Fonts] version 2 not working on my site@sunny_johal version 2.0.1 is working, thank you, but I’ve had to repeat all the settings I made in Theme Typography, which has been a huge waste of my work time as well as getting my customer very upset because his website wasn’t as designed.
Forum: Plugins
In reply to: [Easy Google Fonts] version 2 not working on my siteOK, thanks, but it would be better if you would also commit older versions to the repository trunk, not just new releases, so we can rollback if needed urgently. I have a very irate customer now ??