Alex Furr
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Log] you are using HTTP API Calls (Slows down the site)I’m seeing the same issue. Not sure why this plugin would be making an API call – can you please fix thanks!
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Copying objects from S3Brilliant! That’s fantastic thank you
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Copying objects from S3Hi,
Thanks for the comprehensive reply and pointers. You’ve highlighted the problem we have, in that we have the S3 bucket to offload and remove the original – mainly because we have over 50 gig of media across several network sites and it was proving costly to keep on our host (Kinsta).I think an appropriate solution would be for us to trigger a copy content method once the site has been cloned, as a manual creation and copy content within AWS console itself fixed the issue.
Therefore, is there a hook we can use that runs AFTER the cloning of a site is complete? Ideally something that returns both the original site ID and the new site ID.
Best wishes,
AlexH IJ,
Thanks so much for your reply. That looks like the exact filter I was looking for.
Unfortunately it still doesn’t work, but we’ve got a workaround for now, although would be good to get to the bottom of it at some point.
Happy to send you any diagnosis logs / access etc as we use the switch_to_blog method a fair bit.We don’t have domain forwarding / subdomains so your other link doesn’t look it’s applicable.
Best wishes,
AlexForget the apply_filters stuff!
I just need a way of calling the process_content or the filter_post method in your plugin on a generic piece of content. Does that exist?Checking the code on this page:
https://github.com/deliciousbrains/wp-amazon-s3-and-cloudfront/blob/master/classes/as3cf-filter.phpIt looks I just need to run the ‘process_content()’ method and pass my content.
Is there any way of doing that using the apply_filters method?
Forum: Plugins
In reply to: [Enhanced Media Library] Media Library doesn’t scroll in WP 5.8I am also seeing this error.
Specifically, the ‘Load more’ button is hidden behind the tiled media.
It’s this styles which is causing the problem:
<button type="button" class="button load-more button-primary">Load more</button>
Seems to be a change implemented since 5.8 causing is – the replacement of the ‘infinite scroll’
https://wptavern.com/wordpress-5-8-media-library-changes-you-should-know-aboutForum: Plugins
In reply to: [Quiz Tool Lite] Broken?Hi,
Thanks for letting me know.
As far as I know, nothing would have resulted in the loss of your questions, but I’ll investigate today and get back to you.
Best wishes
AlexForum: Plugins
In reply to: [NS Cloner - Site Copier] JS error when cloningFYI – we think found the cause (a rogue network activated plugin) and this is now working again thanks for your help
Forum: Plugins
In reply to: [NS Cloner - Site Copier] JS error when cloningStill no luck but thank you for the suggestion. I’ll let you know if we find a solution.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] JS error when cloningHi,
Thanks so much for your reply, sincere apologies I have only just got round to checking.We are running Version 5.6.2 and have the latest version of cloner.
Same error. If we’re the only ones reporting it, it must be a weird bug our end – just frustrating as your plugin is the best.
Error catch lookins like line 418 in ns-cloner.js
window.ns_cloner_form = {
console.error( error );Cheers,
AlexForum: Plugins
In reply to: [Progress Tracker] List of pagesHi,
If you could send screen shots I may be able to advise.
If you wish to see your users progression, you can do this under the Tools > Progress Tracker. I can’t see a ‘subpage list style’ option on there.You can also add a widget which would show the subpages as a list to your users.
Select the ‘The current page mini menu’ from the ‘What do you want to show’ option.I’d be happy to take a look to check there isn’t a javascript conflict with another plugin if you send me the URL.
Best wishes,Alex
Forum: Plugins
In reply to: [Classic Editor] Changes you made may not be saved.Same for me – it has saved everything, but still adds a ‘Changes that you made may not be saved.’ popup.
On Chrome AND Safari.
v5.6.1Forum: Plugins
In reply to: [Quiz Tool Lite] Export answers to csv ?Hi,
Unfortunately this feature doesn’t exit yet but its a nice idea and would very useful.
I’ll look at getting it into the next release.
Best wishes,
AlexForum: Plugins
In reply to: [Progress Tracker] Compatibility with WP 5.6?Hi,
Yes tested and works with 5.6, just not had time to update the readme yet!
Best wishes,Alex