Sparanoid
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Condition to trigger Custom CSS aggregation?I don’t know why can see the comment I replied, here’s a nicer version: https://gist.github.com/sparanoid/cbec49bcbab1f424a4895bdff4a6c022
Forum: Plugins
In reply to: [Mailgun for WordPress] Settings in wp-config.php doesn’t workIt’s a single site environment.
After some more tests I found when I set the Mailgun settings via
wp-config.php
, the settings UI of Mailgun are still all empty and didn’t reflect to the options inwp-config.php
. And there’s the banner that is still showing that I need to set up Mailgun in order to work.However when I enter some “dummy” strings like a fake API key in the web UI and save it. everything seems to be working. The banner is gone, the email test is working. The plugin actually ignores all the fake settings I set from the web UI and just reads what I set in the
wp-config.php
.You may say this is just a small UI glitch because after you enter some “dummy” settings everything could work. However I manage many instances of WordPress in different datacenter location using WP-CLI, so all the settings I set to
wp-config.php
are done remotely from WP-CLI. If this bug exists I have to login to every sites I have and enter some fake settings to make the setup banner disappear.Forum: Plugins
In reply to: [Autoptimize] CSS by Algolia plugin not combined/aggregatedThanks for your reply.
I’ve sent a Pull Request on GitHub to Algolia plugin.
But also it would be awesome to have an option to ignore the media attributes. Some developers misconfigure the media attribute to
screen
without have any other media type (likehandheld
andprint
) define. So that would be safe enough to merge them toall
media type.Forum: Plugins
In reply to: [Autoptimize] Idea: posible to Inline SVG?Great, looking forward for this feature!
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Wrong code escapedYeah, I’m using Text mode not Visual. It’s really easy to reproduce this issue with a fresh WordPress install. I can provide a screen record to reproduce it if you like.
Forum: Plugins
In reply to: [Relative URL] PHP Notice: ob_end_flush(): failed to delete and flush bufferThis issue should be fixed, sorry for the long wait.
Forum: Plugins
In reply to: [WP Config File Editor] HTTP 404 – Not FoundI got the same issue recently, System Check also got error 404:
Forum: Plugins
In reply to: [Disable WYSIWYG] Enable Wysiwyg again.You can just disable this plugin.
Forum: Plugins
In reply to: [Autoptimize] Fetch and combine/minify any external scripts?Hi, I tried Above the Fold plugin, it seems only replaces the external scripts/styles to a custom PHP based proxy server it set and does nothing more than this. It would be great if Autoptimize can catch these external scripts and combine them into one.
Thanks!
- This reply was modified 7 years, 6 months ago by Sparanoid.
Forum: Plugins
In reply to: [Relative URL] Suddenly stopped workingCan you send me the full (select all and copy) source code of your site homepage to [email protected]?
If you don’t know how to do it, here’s a guide for you: https://www.wikihow.com/View-Source-Code
Thanks!
Forum: Plugins
In reply to: [Relative URL] Notice: Undefined index: hostYou can try the latest version to see if this issue is resolved. Thanks!
Forum: Plugins
In reply to: [Relative URL] Removes lang attributes in URL (Polylang)Can you test it with latest version? it should be fixed now, thanks!
Forum: Plugins
In reply to: [Relative URL] img tag srcset URLs not changedThis bug is fixed in the latest version, thanks!
Forum: Plugins
In reply to: [Relative URL] Conflict with WPMLJust update this plugin, can you retest if it’s working? thanks!
Forum: Plugins
In reply to: [Relative URL] Image src with absolute URL in HTML mailIn this case I don’t recommend you use this plugin on production site. This plugin works well for theme developers on development environment.