Acato
Forum Replies Created
-
Forum: Plugins
In reply to: [Resume Builder] Weird issue – cannot edit – nonce missing– deleted –
- This reply was modified 3 months ago by Acato.
Forum: Plugins
In reply to: [WP REST Cache] Selective Cache RegenerationHi @bizbergthemes
thank you for using our plugin!
At this point we do not have an option to target specific URLs for regeneration. The regeneration script starts with the URLs that are requested most often and works its way back to those which are requested the least.
Having said that, I do understand your use case so I am going to dicuss this internally and see if we can maybe add a filter so you can change the order in which the caches are regenerated.Hi @rayiisp
Thank you for using our plugin!
You could do so by hooking into theacf/options_page/saveaction:function wprc_flush_options_cache( $post_id, $menu_slug ) {
if ( 'theme-settings' !== $menu_slug ) { // Change to the menu slug of your options page.
return;
}
\WP_Rest_Cache_Plugin\Includes\Caching\Caching::get_instance()->delete_cache_by_endpoint(
'/wp-json/namespace/v1/endpoint', // Change to the endpoint of your custom endpoint.
\WP_REST_Cache_Plugin\Includes\Caching\Caching::FLUSH_LOOSE
);
}
add_action( 'acf/options_page/save', 'wprc_flush_options_cache', 10, 2 );Hi @keynews
Yes, sort of.
We have definitely NOT abandoned it, but as long as there are no problems with the plugin, we do not intend to change it.
Should you have problems, please tell us about it, we’ll try to help.
Thank you for your interest ๐
It’s been a while.
The company that created this plugin is no longer active, we’ve acquired the source and are trying to catch up.
Thank you for your perseverance, I’ve tried to come up with a reason why imagescale would error-out, and the only thing I can imagine would be an unsupported image format, but, that would also mean the image should not work at all, which clearly is not the case.
On Github you will find a version 2.0.0 branch that holds the next version of this plugin, in which I have added a few checks; if
imagescalefails,imagecopyresizedis used, and if that fails, the unscaled image is used. Inefficient, but it works.I hope you can try it out, but please be aware that large portions of the code have been rewritten, keeping backward compatibility in mind, but we cannot at this time guarantee it will work flawlessly.
If you are willing to be a beta-tester, please find it here; https://github.com/acato-plugins/branded-social-images/tree/version-2.0.0`
It’s been a while.
The company that created this plugin is no longer active, we’ve acquired the source and are trying to catch up.
At this time we’re trying to just get support back up and running, there are no plans on supporting instagram (or any other new features, for that matter). I am curious however how this would work; on Instagram one does not share a page, only image uploads are allowed. Since this plugin was never designed as an image generator (with all the bells and whistles), it might be a while, if ever.
We’ll keep it in mind, but don’t hold your breath.
It’s been a while.
The company that created this plugin is no longer active, we’ve acquired the source and are trying to catch up.
On Github you will find a version 2.0.0 branch that holds the next version of this plugin, which should solve the Permalink Manager incompatibility.
I hope you can try it out, but please be aware that large portions of the code have been rewritten, keeping backward compatibility in mind, but we cannot at this time guarantee it will work flawlessly.
If you are willing to be a beta-tester, please find it here; https://github.com/acato-plugins/branded-social-images/tree/version-2.0.0
It’s been a while.
The company that created this plugin is no longer active, we’ve acquired the source and are trying to catch up.
On Github you will find a version 2.0.0 branch that holds the next version of this plugin, which should solve the custom posttype issues, as well as social image for categories and now also includes a fix for Permalink Manager incompatibility.
I hope you can try it out, but please be aware that large portions of the code have been rewritten, keeping backward compatibility in mind, but we cannot at this time guarantee it will work flawlessly.
If you are willing to be a beta-tester, please find it here; https://github.com/acato-plugins/branded-social-images/tree/version-2.0.0
Forum: Plugins
In reply to: [WP REST Cache] Clear REST CacheHi @austyfrosty
Thank you for using our plugin! And sorry for respondng this late, we have been quite busy lately.
The good news is, we have also been busy to improve our WP REST Cache plugin and have implemented solutions for your questions. So we have speeded up the process of clearing the cache (we clear them all at once, so no more posts_per_page). And we have also added an option to delete all (vs flush all) if you visit the Settings > WP REST Cache > Clear Caches tab.
All these changes will be in our upcoming release, they first need to be reviewed internally, but I expect we will be able to release it soon.
Forum: Plugins
In reply to: [WP REST Cache] Woocommerce 3.2.6 API CacheThis thread has been marked as resolved due to lack of activity.
Youโre always welcome to open a new topic.
Thanks for understanding!
This thread has been marked as resolved due to lack of activity.
Youโre always welcome to open a new topic.
Thanks for understanding!
Forum: Plugins
In reply to: [WP REST Cache] Cache flush does not work in some situationsHi @djibs13
We will have to investigate this issue, but I must admit it will be low on our priorities-list. The plugin you are refering to has fewer than 10 active installations, so we are not sure if we are willing to invest the time needed to support such a plugin (it is very hard to support every plugin that exists).
By the way: are you aware of the downside of APCu? The fact that it is local to the machine it runs on and local to the PHP process and system? That means that if you use PHP as a FastCGI process (like Nginx and PHP-FPM) every PHP process will have its own cache. If that is the case for you than I can tell you right away that there is nothing we can do to make it work.
I hope you understand.
Forum: Plugins
In reply to: [WP REST Cache] Cache flush does not work in some situationsHi @djibs13
Can you provide us with a link to this plugin? We will have to investigate why this is happening and if we can do anything to prevent it.
Forum: Reviews
In reply to: [WP REST Cache] Great Plugin who uses REST APIHi @arindam4u
Thank you for your review!
We just released a new version of our plugin which addresses the internal server error when flushing a large amount of caches.
Hi @arindam4u
We just released a new version of our plugin which addresses the issue with the internal server error.
Please let us know if this is solved for you or if you have any other issues.