Nick
Forum Replies Created
-
Thanks, will give it a try.
Forum: Themes and Templates
In reply to: [Astra] Duplicate IDI am still getting the error on the site I was testing, however setting up a clean test site I cannot replicate at present so assuming there is something else going on with my set-up. Will assume, unless investigation shows otherwise, this is an issue on my set-up.
Forum: Themes and Templates
In reply to: [Astra] Duplicate IDAfraid can’t share the URL as it is on a local test/dev server.
I’ll try it again and take some screenshots.
Thanks for the prompt reply, much appreciated. I hadn’t spotted AIOWPSEC_PURGE_AUDIT_LOGS_AFTER_DAYS so that works nicely. Is there a list of these items & hooks (apologies if I have totally missed it). Most accept IP log and have it in their policy along with a retention schedule but a few I have known have made the request IP’s not to be kept or to be anonymised. I know it will reduce the usefulness of the log.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 5.7 update breaks form@jjyuste You could use the plugin https://en-gb.ww.wp.xz.cn/plugins/wp-rollback/ to rollback.
You can find out more (why it was suspended) on the thread https://ww.wp.xz.cn/support/topic/plugin-closed-by-wordpress/.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Still updated and supported?You can download the latest FREE version from their website. It is currently v6.6.10. More in the support thread https://ww.wp.xz.cn/support/topic/plugin-closed-by-wordpress/
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Log retention periodThank you for that. I have created my own plugin with a daily cron that goes through and deletes any logs older than ‘X’ days which works fine. But would be great to have as on option in the aiowps plugin, would help with GDPR ensuring logs are not retained for longer than necessary.
(side note, would be great to have a option in WP core for log retentions that any plugin could then use so there is a global consistency – but that’s another issue!)
Anyway, thank you for investigating, appreciated.
Thanks,Forum: Plugins
In reply to: [Modern Events Calendar Lite] Single Event show Location TwiceExcellent, thank you.
Forum: Plugins
In reply to: [StoryMap Plugin] Making it responsive@mooveagency Excellent, thank you. Will test it out in a bit.
Okay then “topic” not ticket. I know they are a volunteer, that is why I was trying to share code so we could help speed up getting the issue sorted. Will use tools note in future.
- This reply was modified 5 years, 10 months ago by Nick.
Hi,
Not sure why you changed the ticket to resolved, the issue remains. I appreciate you are working on it, but please why mark it as resolved when the issue has not been resolved? I have put suggested solutions in the first post, you can easily update and re-release the code to remove some of the issues straight away.
Please can you update the code, I am happy to post any more corrections I make so you can add it to the codebase.
Nick
Forum: Plugins
In reply to: [Modern Events Calendar Lite] display_date_widget not returning correct valueHi,
The only way I can get this to work, without changing the plugin code is to call initialize so we have:
... $single = new MEC_skin_single(); $single->initialize(array('id'=>get_the_ID())); $single_event_main = $single->get_event_mec(get_the_ID()); ...That isn’t shown on the info page for it
https://webnus.net/dox/modern-events-calendar/overriding-mec-single-event-page/ so assume either that step is missing from the info page or there is a bug and ‘date_format1’ is not being set.Hi Vrunda,
That is fantastic. Know several sites I can now use the block on and will be a fantastic addition for others I am sure. Thank you for the support, very much appreciated.
Nick