veganadvocate
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to update WordPress versionmight be a permission problem with the host
755 is the best for WP
Forum: Fixing WordPress
In reply to: mangled postsFYI my site has several DRM modules to protect my intellectual property
my site is ad supported like many so blocking ads is up there with shoplifting
Forum: Fixing WordPress
In reply to: mangled postsNo I was using the conventional Gutenberg, it seems to be able to figure it out most of the time
the old converter does not work with the newer versions of wordpress so that is not an option
Forum: Fixing WordPress
In reply to: ads display at bottom??no its dynamic native ad, one of the slender ones
Forum: Fixing WordPress
In reply to: choking on 4K screenshotsI solved with via the php.ini which previous was not working either
it seems the defaults are designed aound underpowered hosts and sites
need some memory to regenerate thumbnails etc
PHP has been updated which may have fixed the earlier reported problems
Forum: Fixing WordPress
In reply to: images disappearI have also dug around with search to see if there was any discovery, none to be found
definitely a bizarre problem
Forum: Fixing WordPress
In reply to: images disappearNo CDN as my site is self hosted on a SSD
Still I look down my pointed nose at JetPack which needs to be carved up into pieces
bloated packages is too hard to maintain
Forum: Fixing WordPress
In reply to: choking on 4K screenshots# BEGIN All In One WP Security
#AIOWPS_IP_BLACKLIST_START
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
Deny from 138.199.18.150
Deny from 157.245.78.145
Deny from 159.65.30.80
Deny from 192.0.102.142
Deny from 193.107.216.198
Deny from 193.107.216.236
Deny from 193.107.216.238
Deny from 195.154.191.51
Deny from 45.146.165.123
Deny from 5.188.62.140
Deny from 65.21.148.16
Deny from 92.40.185.40
</IfModule>
<IfModule mod_authz_core.c>
<RequireAll>
Require all granted
Require not ip 138.199.18.150
Require not ip 157.245.78.145
Require not ip 159.65.30.80
Require not ip 192.0.102.142
Require not ip 193.107.216.198
Require not ip 193.107.216.236
Require not ip 193.107.216.238
Require not ip 195.154.191.51
Require not ip 45.146.165.123
Require not ip 5.188.62.140
Require not ip 65.21.148.16
Require not ip 92.40.185.40
</RequireAll>
</IfModule>
#AIOWPS_IP_BLACKLIST_END
#AIOWPS_BLOCK_SPAMBOTS_START
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} ^(.*)?wp-comments-post\.php(.*)$
RewriteCond %{HTTP_REFERER} !^http(s)?://(.*)?\.hardcoregames\.ca [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule .* https://127.0.0.1 [L]
</IfModule>
#AIOWPS_BLOCK_SPAMBOTS_END
#AIOWPS_PREVENT_IMAGE_HOTLINKS_START
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} \.(gif|jpe?g?|png)$ [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(.*)?\.hardcoregames\.ca [NC]
RewriteRule \.(gif|jpe?g?|png)$ – [F,NC,L]
</IfModule>
#AIOWPS_PREVENT_IMAGE_HOTLINKS_END
# END All In One WP Security# BEGIN LSCACHE
# END LSCACHE
# BEGIN NON_LSCACHE
# END NON_LSCACHEphp_value upload_max_filesize 100M
php_value post_max_size 100M
php_value max_execution_time 300
php_value max_input_time 300
php_value memory_limit 128M# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: choking on 4K screenshotsI have tried the .htaccess and problems remain
I am sticking with my own host as I have had several problems with cloud servers
I have also brought this up with the ubuntu which is the distribution I am using for now
Forum: Fixing WordPress
In reply to: choking on 4K screenshotserror processing the image
it emerges with PNG 10MB images wbile 800KB JPEG are not affected
this tells me memory management is poor
Forum: Fixing WordPress
In reply to: choking on 4K screenshotsUnfortunately all of the suggested steps are not working. I have spent countless hours trying to figure out how to handle uncompressed 4K and above images
Forum: Fixing WordPress
In reply to: gutenberg mangles imagesMaybe WP needs an option for native resolution instead of some fuzzy XGA image
Forum: Fixing WordPress
In reply to: choking on 4K screenshotsI host my own site and there is lots of room for 4K images.
I have tried everything I can think of to get around the problem of images 10MB and larger.
WP demands I downsample the image, just because your screen is a postage stamp.
Forum: Fixing WordPress
In reply to: gutenberg mangles imagesI do not see that with my theme, all i get is the 1024 large instead of the full monty
Forum: Fixing WordPress
In reply to: feature imagesseems that the change had no effect