hz_i3
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: An automated WordPress update has failed to completeThe problem is that my wordpress version is up to date…
Forum: Plugins
In reply to: [Custom Post Type UI] 1.13.0 doesn’t work with Super Cache anymoreI’m glad my information helped. Have a good rest of your day!
Forum: Plugins
In reply to: [Custom Post Type UI] 1.13.0 doesn’t work with Super Cache anymoreThanks, Michael for such a quick response and fix! I updated to 1.31.1 and the WP Super Cache started working again. Thanks!!
Looks like it’s related to this:
4.5.1
Updated: Display counter and likers list by DOM insertion to prevent post excerpt issues.The DOM insertion doesn’t seem to work.
I reverted the plugin back to 4.5.0 and the count shows up again.
Forum: Plugins
In reply to: [PhastPress] Page flashes for 2021 dark themeHi Albert. I just emailed you.
Forum: Plugins
In reply to: [PhastPress] Page flashes for 2021 dark themeIt doesn’t work for some pages… It might be that the dark theme JS is executed too late, after all the inlined CSS?
Forum: Plugins
In reply to: [PhastPress] Page flashes for 2021 dark themeMaybe due to this? The dark theme CSS is treated non-critical CSS?
“Phast loads non-critical CSS asynchronously and in a single request.”
Forum: Plugins
In reply to: [PhastPress] Question about “Minify scripts and improve caching”Hi Albert, thanks for the reply. I just wanted to know what it does.
Does “Minify scripts and improve caching” generate 2 minified scripts, one in header, one in footer? Or it just generates one JS file and place it in header?
I am asking because some scripts are required to be put in header as they are supposed to be render blocking. But others can be put in the footer, before the end of <body>.
This is not a lazy approach. No one should bring a plug-in with breaking changes to their production system without testing. And v3 does break websites (making them slow) without any early notices. As v3 is a complete rewrite, the number of bugs are more than the old version too.
To be honest V3 is less useful given the Humingbird plugin [1] can do a better job at minifying and combining css and js files: it’s still a manual process but the UI makes it less painful and semi-automatic.
1. https://www.ads-software.com/plugins/hummingbird-performance/
Forum: Plugins
In reply to: [Fast Velocity Minify] Not working for “Enable CDN for merged JS files” in V3Thanks. I just hoped you didn’t rewrite this plugin.
Forum: Plugins
In reply to: [Fast Velocity Minify] Malicious Files Fast Velocity Minify Version: 3.0.2It might be a false alarm. The reason is that some piece of the code is used by other bad hackers.
The matched text in this file is: <?php if( $at =
The issue type is: Suspicious:PHP/exploit.8222
Description: exploit code often seen in malicious scriptsForum: Plugins
In reply to: [Gutenberg] Unable to Post/ Edit Post with Block EditorI am having the same questions. As a workaround, I had to disable the plugin.
Forum: Plugins
In reply to: [WP Super Cache] Update front page will gc all cacheDo you have a static page on the front page of your site?
Yes
Can you describe what happened?
Whenever I publish the custom front page, all pages are marked as gc (I went to the cache dir, and found all files are appended with .gc or something similar)
Currently before I update the front page, I have to add
return
to thewp_cache_post_id_gc
function inwp-cache-phase2.php
. And then manually clear the front page cache by going there and then click theDelete Cache
button (ah, this doesn’t seem to prune the cache by garbage collect it)I think because the front page has the url
/
, wp super cache will just mark everything in that dir as gc. I think the problem is around line 2945 (I modified the plugin, so can only give an estimated line number) in thewp_cache_post_id_gc
function:prune_super_cache( $dir, true, true );
Forum: Plugins
In reply to: [File Manager Pro - Filester] Click to editThanks for implementing the feature!
I just left a 5-star review.
- This reply was modified 4 years, 8 months ago by hz_i3.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] BUG with Custom XSLT stylesheetCommenting line 311 in “sitemap-ui.php” fixes this issue.
Line 311 in sitemap-ui.php:
if(!empty($_POST[$k])) $_POST[$k] = trailingslashit($_POST[$k]);