Keith
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Custom date/time formatGot the solution from here.
Forum: Developing with WordPress
In reply to: Custom date/time formatThe snippet is inspired by this post. php – ‘Time ago’ display in WordPress blog archive – Stack Overflow
I only modified it to joint if conditions.
Forum: Plugins
In reply to: [Code Block Pro - Beautiful Syntax Highlighting] Wrap long linesHave an exactly same issue here. I was gonna apply whitespace css lines in the custom css section, but I agree with @bugnumber9 that it would be great to have that function out of the box.
For cases where code lines are really simple, I admit that horizontal scrolling makes sense, but if you write a book contents with Latex, for example, wrapping long lines is more than just a necessary feature.
Since I do not want this outstanding, lightweighted, feature-rich plugin to be heavy, I am also unhappy to ask a lot of features, but I do hope that I don’t have to apply manual css everytime I add Latex codes to WP
Forum: Developing with WordPress
In reply to: Multi server – how to run CDN?@bcworkz Thank you for your feedback. As long as the data server’ CPU assumes the media file searching and delivery to WP server, WP server’s workload is going to be just like when we rely on 3rd party CDNs.
About the media file folder, I also think of various options, but it seems like I have to add & map the folder at least within wordpress’s folder, if I set it in config. Was going to mount the media disk as ‘my-wordpress/wp-content/uploads/’ or ‘my-wordpress/media/’, while the folder directory is mounted by another server’s disk.
Guess it is better to have faster internal LAN like 10Gbps to keep the file delivery from one server to another server fast enough not to create any bottleneck.
Thx.
Forum: Plugins
In reply to: [amCharts: Charts and Maps] Multisite compatibility?Yup. I found the menu in each subsite. Thx!
Forum: Plugins
In reply to: [W3 Total Cache] Custom CSS editing is not applied anymoreIt conflicts with Kadence theme’s element and my custom css. I removed the element’s detailed settings and now it is working fine. other issues are related to the theme, so case resolved. thx for the help!
Forum: Plugins
In reply to: [W3 Total Cache] Custom CSS editing is not applied anymoreIt doesn’t fix the problem. In fact, I did update the query string, and did so quite frequently. The webpage rendering is not affected by your suggestion
Forum: Plugins
In reply to: [W3 Total Cache] Page Cache URL rewriting is not workingOK. I see. Guess it is just then error due to permission issue or my own nginx configuration that is not so common. Since disk_enhanced is indeed created, I will just ignore the error msg.
But I hope you guys can fix the problem in your next updates so that no one like me should worry about it.
Forum: Plugins
In reply to: [W3 Total Cache] Custom CSS editing is not applied anymorejust to test, I switched around theme from WP default to my current theme, but the padding issue appears only when I activated my current theme. My guess is the minification somehow ‘fried’ the theme’s native setting. not sure which one got affected, but since activating the minifcation 13 hours ago, no additional custom CSS applies to the website.
Does this problem require your pro version’s ‘Eliminate redner-blocking CSS by movign to HTTP body’?
Forum: Plugins
In reply to: [W3 Total Cache] Custom CSS editing is not applied anymoreI just had a quick ‘Live Preview’ over WP’s default theme, and it looks fine. At least the padding was reinstated.
Forum: Plugins
In reply to: [W3 Total Cache] Custom CSS editing is not applied anymoredid almost all you requested before writing down the first post.
Given your suggestion to remove cache folder, I was gonna do so, but somehow the folder was not removable even with command line w/ sudo. (sudo rm -R cache -> folder was not empty so not removable??)
Anyhow, I renamed the folder so that W3TC cannot access to the folder. Then, when I went to the troubled website, the contents were quite outdated, like 3-4 days ago. I refreshed the website by F5, then exactly the same problem occurs. The webpage looks just like before I renamed the cache folder. Guess it isn’t so much about caching, but more about embedded files in different folders?
Forum: Plugins
In reply to: [W3 Total Cache] CDN for multisite, multiple bucketForum: Plugins
In reply to: [WP Multi Network] Database connection errorIt turned out that once I take out one subsite from a subnetwork, I have to reinstate that one to main network (or network no.1). It’s like the subsite has no network unless I do not reassign it.
Forum: Developing with WordPress
In reply to: Self-hosted CDN vs CDN services?Other than geolocational aspect, wondering about other considerations. For me the most important factor is loading speed, except building a new website with node.js and react.js
Forum: Networking WordPress
In reply to: Intermittently exremely slow in connecting and loading