kostyatereshchuk
Forum Replies Created
-
Forum: Plugins
In reply to: [Prevent Browser Caching] Dashboard File Cache BustingHi Lee,
By default, this plugin does not change the assets (CSS, JS) version in the admin area because it may occur some issues in some plugins.
But to do it you can paste this code in the functions.php file of your theme:
add_action( 'admin_init', function() { prevent_browser_caching( array( 'assets_version' => time() ) ); } );
Please let me know if it will work for you.
Thank you
Forum: Reviews
In reply to: [Prevent Browser Caching] AwesomeThank you for the review!
Forum: Reviews
In reply to: [Prevent Browser Caching] Excellent plugin@zoldor Thank you a lot! ??
Hi Oliver,
Thank you for the reply.
I’m a developer who checked it.
The issue is only on the checkout/order-pay page (e.g. https://www.domain.com/checkout/order-pay/123/?pay_for_order=true&key=wc_order_abc15d2d8baee). Mean that when a user has an order with a status “Pending payment”, he can go to the “Orders” page and click on “Pay” button to open checkout/order-pay page, related to this order.
But, on the checkout page (e.g. https://www.domain.com/checkout), the payment works well.
PHP version is 7.0.31. We disabled all mu-plugins plugins and all plugins with the exception of WooCommerce and PayPal for WooCommerce and the issue is still occurring.
As you can see in the screenshots above, there are some warnings, related to PayPal.
Is it possible that some payment functions are blocked by the browser?
Best regards,
KostyaForum: Reviews
In reply to: [Prevent Browser Caching] Great pluginI have uploaded a new version 2.2 of this plugin.
Now you can use a function
prevent_browser_caching( array( 'assets_version' => '123' ) );
to update the version of files manually in the functions.php file.
Please let me know if it is useful for you and if you need additional options.
Thank you!
Forum: Reviews
In reply to: [Prevent Browser Caching] Good plug in, But…Thank you for the review! It is important for me to know every possible issue with this plugin.
Can you please send me a link to the site with this issue?
I will try to find a reason for this issue on the site and fix if it is related to this plugin.
Best regards,
KostyaForum: Reviews
In reply to: [Prevent Browser Caching] Great pluginThank you for the review and advice!
I will try to do something like a hook or a function to configure it in the code and let you know results.
Best regards,
KostyaForum: Reviews
In reply to: [Prevent Browser Caching] Great stuff!@nazlo90 Thank you!
Forum: Reviews
In reply to: [Admin Menu in Frontend] Just Great!@joprix Thank you!
Forum: Reviews
In reply to: [Prevent Browser Caching] Very Useful and working great!@elisafern Thank you!
Forum: Reviews
In reply to: [Prevent Browser Caching] CoolHi Alexandru,
Thank you for your review.
To optimize loading pages, on the new version 2.0 you can disable automatic updating CSS and JS files each time and do it manually or periodically for all site visitors.
Hope it will help.
Kind regards,
KostyaForum: Reviews
In reply to: [Admin Menu in Frontend] Almost perfect.Thank you for the review. I will try to fix it in the next release.