disturbed-pixel
Forum Replies Created
-
Forum: Plugins
In reply to: [Mobile Detect] PHP 8.1Thanks Pothi, that was very quick!
Forum: Plugins
In reply to: [WP Crontrol] Question: Object Cache interfering with Cron statusThanks John,
I was trying to find out if i could manually clear the cron option or exclude it from objcache. Redis is working fine, but yes i could get in contact with W3TC to see if they can help.
Its not mission critical, just annoying.
Forum: Plugins
In reply to: [WP Crontrol] Question: Object Cache interfering with Cron statusSorry John. See the pic in the link. screenshot
Where it shows next run and that most of those crons are 2-3 hours behind. I can see your plugin is calculating the difference in time. I couldn’t find a last run in the DB for the crons.
Soon as i clear the object cache, all those late alerts will disappear, so i was hoping to find out what transient/cache key i should clear or add to an exception, so that i don’t have to clear the object cache to see updated information for the Crons within your plugin.
Thanks
Sure I’ve opened the file and it states at the top that it’s
ObjectCache Version: 1.4
W3 Total Cache Object CacheThanks
Using v2.1.0 of the W3TC Plugin
- This reply was modified 3 years, 9 months ago by disturbed-pixel.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Stop multiple submissionsMakes complete sense.
That’s perfect thanks Hwk-fr!! As per usual top notch support and help ??
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Custom Action get generated IDThanks hwk-fr! I had been looking at those docs, but didn’t quite understand quite what i was doing wrong.
Though its not quite working for me. I tried to print out the contents of get_query_var(‘my-form-action-name’) but i am not getting anything. Also each form has a different post action name.
I’ve gone back to using:
acfe/form/submit/post and checking the Action and post_type when triggered. So that all forms trigger the hook and i can let specific one’s trigger my code via a simple IF.
I’ve used a combination of get_field, get_the_terms, get_post_permalink and $args to get all the values i need.
I know it’s not pretty, but its working. (until i get the time to make something better).
Thanks
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Development continuationBumped too!
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Action -> Save -> Post Terms not savedBrilliant works thank you!
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Action -> Save -> Post Terms not savedThanks @hwk-fr you are extremely helpful and offer top notch support. I love that you explain the problem too with references.
I had created all these great forms, that work perfectly for me in all testing (though i never tested being logged out) but when i shared it with the client for testing, that was only thing that failed, which then prevented my “results / update” form from loading. (as i require that taxonomy being set).
Look forward to testing this out.
P.s. i am loving the forms i can create with ACF and ACFe!!!
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Grouped fields are not savedThank you @hwk-fr that now works!
RE: update – sounds great! looking forward to it. It won’t change anything i have already setup will it?
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Grouped fields are not savedI have managed to use Columns to group together a few fields, i can see they are saving as i can see the values here:
In the CMS -> CPT -> Post #1234
But if i try to load a ACFe form (update) into a page, all the fields (in Columns) show correctly apart from the repeater field.
– Column 6/6
— field 1 (text)
— Field 2 (repeater)
—— Date picker (this repeats)
– Column EndpointThe repeater field consists of a date picker and for my test i added two date fields on the form, then when i come to view this ACFe form (with update action) The number of Date picker fields is correct, but the entries are blank…
It can clearly see there are two date entries in the ACFe update form, but there are no values, but when you view the post in CMS as a CPT post, the values are visible.
Any ideas?
Thanks
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Grouped fields are not savedThanks @hwk-fr
I tried saving the parent “group” field too, but it doesn’t save the child entries annoyingly! (they still don’t appear as an option to check either).
However the fields within the “column” type save perfectly well without (parent column) being checked.
If the group won’t work, i guess i can try the column field type.
Thanks
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Email Action -> change From nameThanks that worked!
Yeah I had customised the From name in Easy WP SMTP ages ago (been using it a while) and i was surprised it didn’t work in this case (like it normally does). However, i don’t have “Force From Name Replacement” checked. For CF7 and other emailing needs Easy SMTP seems to change the from field anyway.
Actually customising in the way you mentioned was better for me, as each action->email goes to different people, with a different sender name.
Love the very helpful information you’ve replied with! I’d up that review star ranking if i could ??
Thanks again for your time and help!
Thanks!! done ??
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Question: 3rd Party IntegrationsThat sounds really exciting! Looking forward to see the developments.
I might check out that custom action.
Thanks for the trello link ??