Lindsay Heydon
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form & SMTP Plugin for WordPress by PirateForms] reCaptchaIt’s OK, it appeared after doing a hard refresh.
OK, I had a custom Javascript enqueued into my wp_head() hook location, placing it in the <head> of my site. I changed this so the JS file was placed just above my closing </body> tag and it all seems to work now with 4.9.
To be fair, I’m not sure this was the solution, but after this change it does seem to be working now.
We used Excel > Save As > CSV format. Apostrophes were present.
After the import the apostrophes were kept in nickname and last_name and removed from user_login. But the apostrophes remaining seemed to cause a login issue.
It’s not the end of the world, but I did think could be useful for somebody else if they have a similar problem and are trying to problem solve.
It’s behind a ‘coming soon’ plugin at the moment (note though I did test with ALL other plugins disabled and only using the default theme).
I’m happy to disable all again if you can give me a time window when you want to look at or I can set up a subscription login for you?
Many thanks.
- This reply was modified 7 years, 6 months ago by Lindsay Heydon.
Forum: Plugins
In reply to: [Contact Form 7] contact-form-7 from 4.7 to 4.9 spinner infinite loopYes, I agree. There is an issue with your later versions. I have enabled a default theme and disabled all other plugins. If I use 4.8, 4.8.1 or 4.9 I have the spinning icon issue. If I go back to 4.7 all is fine.
Forum: Plugins
In reply to: [WooCommerce] Hide Free Shipping when a Shipping Class selectedOK, great thanks Mike. Worked it out. To anyone else, posting the below to help.
I amended part of the original code https://gist.github.com/ChromeOrange/9486596 to below. I removed the var_dump comment to see on the front end what is used and find the names (note; you’ll need to check instance ID as will be different). Then I Unset as normal (though I needed to add two in as I’ve got free delivery in more than one zone). Hope this helps.
// Developers!: Dump this to see what you can unset // var_dump( $available_methods ); // Unset Free Shipping if necessary if( $freeshipping == false ) { unset( $available_methods['free_shipping:5'], $available_methods['free_shipping:6'] ); }
Forum: Plugins
In reply to: [WooCommerce] Hide Free Shipping when a Shipping Class selectedYes, I can see the various instance IDs… not sure how to add those IDs into ‘available_methods’ instead of using the slug (I’m no coder). I will have a go though and update if I find the solution. Many thanks for the pointer.
Forum: Plugins
In reply to: [WooCommerce] Hide Free Shipping when a Shipping Class selectedNot sure if I should resurrect this here (just tell me if I’m wrong to do so) but I’ve updated Woo to 2.6.0 which has rejigged Shipping and the gist code (https://gist.github.com/ChromeOrange/9486596) no longer works.
Any pointers? Many thanks for any help.
Forum: Plugins
In reply to: [Calculated Fields Form] Saving Data for logged in userOK, I really thank you for your help, it must be me – I’m still not getting it.
I’ve changed so the form is submitted by one user and the Edit button is ticked by default anyway.
What happens is I fill out the form on the screen and I’m redirected to a thankyou page. When I return to the form all my figures are cleared – I DO have a list underneath the form which I can Delete or Update, but the form itself clears.
So can you confirm that there is no way your form will HOLD the data in the form itself when a logged in User returns to that page, or am I still missing something?
Sincere thanks, and I apologise for being so dim ??
Forum: Plugins
In reply to: [Calculated Fields Form] Saving Data for logged in userOK… it doesn’t keep the data in the form… the form wipes out the user’s data entry when they come back to it.
I get some data generated from the shortcode [CP_CALCULATED_FIELDS_USER_SUBMISSIONS_LIST] which produces the below… (can’t see an edit button). But nevertheless for a large grid type form with many, many rows that might be half filled out, where the user wants to return later probably numerous times to update I can’t see this is practical for my purposes.
Id Form Date Options
2 Calculation with Dates 2016-02-01 18:59
Check-in: 02/03/2016
Check-out: 02/03/2016
Optional Services: Breakfast – $20
Total Cost: 300
Email: [email protected]1 Calculation with Dates 2016-02-01 18:52
Check-in: 02/01/2016
Check-out: 02/01/2016
Optional Services: Breakfast – $20
Total Cost: 30
Email: [email protected]I wanted them just to be able to carry on and edit the original form (without losing their data that they had already entered).
Thanks so much for your help though.
Forum: Plugins
In reply to: [Calculated Fields Form] Saving Data for logged in userSo the shortcode [CP_CALCULATED_FIELDS_USER_SUBMISSIONS_LIST] keeps exactly the original form created in CFF on display…. just one form – so if they came back twenty times they just see one form with their latest edits.
The shortcode just provides an Edit button if they wanted to make adjustments??
Sorry, just trying to make sure it’s what I want. I have installed your free version and the form I’ve created looks great. Just want to keep that exact same form and allow users to edit the same form I have in the free version… and for it to be saved and to be able to come back to it time and time again.
Forum: Plugins
In reply to: [Calculated Fields Form] Saving Data for logged in userI checked the Users add on but it does not seem to save the data on the screen? Can you confirm it would do this please. I want logged on users to be able to save their form and return to it at a later date – the form needs to have retained any entries the user had made previously.
I can’t test it would work with toolset either from the demo site?
Many thanks.
Forum: Plugins
In reply to: [Calculated Fields Form] Saving Data for logged in userOK, the add on sounds ideal in that logged in users will save their forms so they can log out and then return to them and not have lost any data previously submitted.
I’m more than happy to buy it but it absolutely must work for me in conjunction with another plugin suite called Toolset (https://wp-types.com/).
If I buy this and it doesn’t work do you have a refund policy at all – or is their a limited trial version I could use to check compatibility? It’s only the Users add-on I need.
Many thanks.
Forum: Plugins
In reply to: [Autoptimize] Booking System Pro – can't exclude the jsYAY, you’re so clever. Worked a treat. I’d tried the plugins/dopbsp/ earlier (without final /) but on its own didn’t work, so thank you.
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Map popout doesn't dismissJust installed, on phone atm. Has the new skin been installed? Bit of a must for phones. Otherwise very happy with this plugin. Thank you.