Skrlance
Forum Replies Created
-
Forum: Plugins
In reply to: [Remove Product Content for WooCommerce] Optional Optout not workingI see that the problem is from the freemius contained in the plugin not separately from the plugin itself so I am making this as resolved.
Forum: Plugins
In reply to: [Remove Product Content for WooCommerce] Optional Optout not working
You see in this image “View Plugins & Themes List”, it won’t opt-out. When you click on to opt out it will automatically turn to enable opt in.
This plugin is barely supported so I suggest us all to move on to this plugin instead:
https://ww.wp.xz.cn/plugins/nandann-ai-smart-404-redirect/I just tested and Yes, the exclusion works! Thank you so much!!
Forum: Plugins
In reply to: [Breeze Cache] Exclude JS Not WorkingSeems like when I don’t Include Inline JS the errors on console goes away!
Thanks for your time and support!
Forum: Plugins
In reply to: [Breeze Cache] Exclude JS Not WorkingActually, the issue is not in the minify, problem appeared in the browser console with errrors when all those js were combined.
All other cache plugins I used in the past, were excluding those js when kept their location in the exclude js from combining.
I was seeking for the same thing on Breeze plugin.
Forum: Plugins
In reply to: [Breeze Cache] Exclude JS Not WorkingI tried various ways one by one when one didn’t worked I tried another and none worked:
1st Way:
https://mywebsite.com/wp-includes/js/dist/(.*)
https://mywebsite.com/wp-includes/js/tinymce/(.*)
https://mywebsite.com/wp-includes/js/jquery/jquery.min.js
2nd Way:
/wp-includes/js/dist/(.*)
/wp-includes/js/tinymce/(.*)
/wp-includes/js/jquery/jquery.min.js
3rd Way:
wp-includes/js/dist/(.*)
wp-includes/js/tinymce/(.*)
wp-includes/js/jquery/jquery.min.js
Now, on the following ways I tried for single js to verify if it is actually working:
4th way:
https://mywebsite.com/wp-includes/js/jquery/jquery.min.js
5th way:
/wp-includes/js/jquery/jquery.min.js
6th way:
wp-includes/js/jquery/jquery.min.js
7th way:
jquery.min.js
None of those ways worked at all!Please excuse the comment formatting that ww.wp.xz.cn comment editor automatically forcing to keep all my comments in the code. Besides, mywebsite.com I have written for an example only while my actual domain is not mywebsite.com, plz don’t get confused!
- This reply was modified 6 months ago by Jan Dembowski. Reason: Fixed formatting
Forum: Plugins
In reply to: [Autoptimize] Supports Unsupported PHP By CoreThank you!
Forum: Plugins
In reply to: [AI 404 Redirect] Option to Disable LogsAlso, I tested this plugin on my live site and saw that it is only redirecting to matching posts, not to the matching woocommerce products.
I have few posts and lots of products where I need redirect to consider matching with product pages also.
If possible, please consider adding support to match and redirect with product URLs also.
Thank you!
Forum: Fixing WordPress
In reply to: CSP blob: WordPressI got to know that in WordPress, particularly within the Block Editor (Gutenberg), Blob URLs are utilized to handle and display client-side data, primarily for temporary or in-memory resources. They are not used for persistent storage or traditional file serving from the server.
I would have talked more about this if guy like threadi hadn’t made me upset. He posted the reply without even reading what I am asking in my question, and he shouldn’t have made that reply because he don’t have any idea about it.
Forum: Plugins
In reply to: [Push Notifications For Web] Your Site is Experiencing a Technical IssueYes, I can see that the error is resolved and plugin is working! Thank you very much.
Besides, I see that the plugin is compatible with PHP 5.6 when core itself doesn’t support upto 7.1. While WordPress recommends PHP 7.4 or higher for better performance and security.
Forum: Fixing WordPress
In reply to: CSP blob: WordPressLets close this topic here
- This reply was modified 9 months, 1 week ago by Skrlance.
Forum: Fixing WordPress
In reply to: CSP blob: WordPressYes I know worker-src doesn’t exists in WordPress, it exists in Content Security Policy header configured on my server that I manage by myself.
Can anyone knowledgeable reply?
Forum: Plugins
In reply to: [Plausible Analytics] Pretty Affiliate Link Click TrackingThank you very much!!
Thank you using newer PHP. Issue is resolved. For the future version, I still suggest deprecating support for upto php 7.3.