illicious
Forum Replies Created
-
Update:
It turn out my host server was having some network issues that made it very difficult for WP and all plugins to connect with other servers to perform efficiently.
This very slow network connection caused a sort of constant reconnect timeout that exhausted the server resources to a 508 error.
Server network is fine now where WP and Wordfence can retrieve needed data and now runs smoothly.
I am also having this issue.
After an update from last night, the server load spiked up so much I kept receiving the 508 resource limit reached screens for all my WP sites.
I will try downgrading or temporary disabling wordfence until next version update.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Latest Version Not UpdatingNew 6.2.6.1 update, updated just fine.
Forum: Plugins
In reply to: [Minify HTML] Some links are together as a whole word.I understand.
I just had to narrow down the issue and make sure there wasn’t any conflicts.
I have restored the Minify plugin to it’s unmodified normal state and added/altered the custom tags plugin’s css.
It now works find with or without html minify
Thanks for time and great plugin.
Forum: Plugins
In reply to: [Minify HTML] Some links are together as a whole word.I’m aware of this as this was only a quick temporary fix until I have more time to look through long lines of codes.
Thanks for your reply.
Forum: Plugins
In reply to: [Minify HTML] Some links are together as a whole word.Small correction.
“On line 105 change:” Should be “On line 53 change:”
Or just look for the string listed in the earlier post
Forum: Plugins
In reply to: [Minify HTML] Some links are together as a whole word.I think I have made a temporary fix:
On line 105 change:
$buffer = str_ireplace(array ('<script', '/script>', '<pre', '/pre>', '<textarea', '/textarea>', '<style', '/style>'), array ('M1N1FY-ST4RT<script', '/script>M1N1FY-3ND', 'M1N1FY-ST4RT<pre', '/pre>M1N1FY-3ND', 'M1N1FY-ST4RT<textarea', '/textarea>M1N1FY-3ND', 'M1N1FY-ST4RT<style', '/style>M1N1FY-3ND'), $buffer);With:
$buffer = str_ireplace(array ('<a', '/a>', '<script', '/script>', '<pre', '/pre>', '<textarea', '/textarea>', '<style', '/style>'), array ('M1N1FY-ST4RT<a', '/a>M1N1FY-3ND', 'M1N1FY-ST4RT<script', '/script>M1N1FY-3ND', 'M1N1FY-ST4RT<pre', '/pre>M1N1FY-3ND', 'M1N1FY-ST4RT<textarea', '/textarea>M1N1FY-3ND', 'M1N1FY-ST4RT<style', '/style>M1N1FY-3ND'), $buffer);I simply added “<a></a>” links and now its working.
Forum: Plugins
In reply to: [Gallery by FooGallery] Posts by Category?Thanks for the reply.
I figured I could media categorize the images and load source them into a gallery.
Thanks again.
I disabled every plugin and switched to an up to date wp theme with only rcpo plugin activated and problem is still there.
I replaced the wp core files/folders (root, admin & include) with new wp (6.0.1). Though I remember modifying the link-template.php so that post navigation links would only point within the same taxonomy/category.Will try again with all new wp install using default theme and import database data, See what happens from there.
A little follow up.
I tried every version of the plugin down to v.1.3.8
Seems to be some incompatibility with another plugin or theme.Will continue to work on this and try to resolve.
Btw. The plugin is working fine on my other WP site.