Bart van Maanen
Forum Replies Created
-
I got the same warning as @nickwilmot and I’ve got the same questions.
Hi Michael,
I think I tackled the problem with the post display block. It is probably an issue with Genesis themes.
Screenshot upper left dot: https://drive.proton.me/urls/TFTYGQ5H4G#CUU7J4XdbQc8
I was able to restore the front side layout with a bit of css:
.entry-content ul > li,
.kb-post-list-item { list-style-type: none; }No idea what that means for the Kadence code, but there it is.
Thanks, Bart
Same issue here. The plugin refuses to update properly.
Forum: Reviews
In reply to: [WooCommerce Legacy REST API] All of a sudden my sight just completely dead@mfeilen Thanks! You found the culprit. Glad it was a simple bug.
Forum: Reviews
In reply to: [WooCommerce Legacy REST API] All of a sudden my sight just completely deadUpdate broke two sites. How can I restore this or upgrade tot the new API fast?
Sorry, Steve, but suggestion number 1 did the trick. I changed the settings. Thanks!
Forum: Plugins
In reply to: [Code Snippets] Unclear about security notificationHi Shea,
1. https://imgur.com/FhKR2p3
2. https://imgur.com/tpHVFQU
3. https://imgur.com/4h9pPfV
and the last notification / scan results: https://imgur.com/ZUEJDmWHope you can work it out.
Forum: Plugins
In reply to: [Code Snippets] Unclear about security notificationI reinstalled the plugin after a second notification. Now three files were ‘changed’. If this keeps happening I have to remove the plugin.
Forum: Plugins
In reply to: [Code Snippets] Unclear about security notificationHi Shea, I’ve got 3 screenshots for you:
1. after notification
2. the file now on server
3. the folder on the serverWhere can I send them to?
Great, thanks for your swift response!
I’ve got a site that broke. I got the WordPress 5.2-notification and the culprit was Shield Security (versie 16.1.2).
Deactivating brought the site back up. Not in recovery mode anyore this warning turned up:
Fatal error: Uncaught Error: Call to a member function containsRange() on null in /home/xxxx/public_html/site/wp-content/plugins/wp-simple-firewall/src/lib/vendor/fernleafsystems/wordpress-services/src/Utilities/IpUtils.php:43
Other sites that use Shield seem unaffected.
I do still have the issue with V3.2.6. Also, I discovered an issue with the security plugin Shield installed.
Forum: Fixing WordPress
In reply to: How to restore my rss feed?I’ve let this problem simmer.
Is it possible that the fact that the WordPress installation is done (in 2008) in a subfolder is the culprit?When I add the subfolder to the URI I do get the xml file for the comments feed.
- This reply was modified 4 years, 7 months ago by Bart van Maanen.
- This reply was modified 4 years, 7 months ago by Bart van Maanen.
Forum: Fixing WordPress
In reply to: How to restore my rss feed?Already tried this a few times, to no avail. F*cking Feedburner.
Forum: Fixing WordPress
In reply to: How to restore my rss feed?Okay, I’ve found two htaccess files on the site without the redirection plugin. One (1) is inside the WordPress installation folder, one outside (2).
1:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wp/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /FOLDERNAME/index.php [L] </IfModule> <IfModule deflate_module> <IfModule filter_module> AddOutputFilterByType DEFLATE text/plain text/html AddOutputFilterByType DEFLATE text/xml application/xml application/xhtml+xml application/xml-dtd AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml image/svg+xml AddOutputFilterByType DEFLATE text/css text/javascript application/javascript application/x-javascript AddOutputFilterByType DEFLATE font/otf font/opentype application/font-otf application/x-font-otf AddOutputFilterByType DEFLATE font/ttf font/truetype application/font-ttf application/x-font-ttf </IfModule> </IfModule> # END WordPress2:
# BEGIN Comet Cache WmVuQ2FjaGU (the WmVuQ2FjaGU marker is required for Comet Cache; do not remove) # Enable GZIP compression. <IfModule deflate_module> <IfModule filter_module> AddOutputFilterByType DEFLATE text/plain text/html AddOutputFilterByType DEFLATE text/xml application/xml application/xhtml+xml application/xml-dtd AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml image/svg+xml AddOutputFilterByType DEFLATE text/css text/javascript application/javascript application/x-javascript AddOutputFilterByType DEFLATE font/opentype application/font-otf application/x-font-otf AddOutputFilterByType DEFLATE font/truetype application/font-ttf application/x-font-ttf </IfModule> </IfModule> # END Comet Cache WmVuQ2FjaGU # BEGIN Really_Simple_SSL_SECURITY_HEADERS <IfModule mod_headers.c> Header always set Strict-Transport-Security "max-age=31536000" env=HTTPS Header always set Content-Security-Policy "upgrade-insecure-requests" Header always set X-XSS-Protection "1; mode=block" Header always set X-Content-Type-Options "nosniff" Header always set Referrer-Policy "no-referrer-when-downgrade" Header always set Expect-CT "max-age=7776000, enforce" </IfModule> # END Really_Simple_SSL_SECURITY_HEADERS # BEGIN rlrssslReallySimpleSSL rsssl_version[5.0.6] <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTPS} !=on [NC] RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] </IfModule> # END rlrssslReallySimpleSSL # BEGIN WordPress # De richtlijnen (regels) tussen "BEGIN WordPress" en "END WordPress" worden # dynamisch gegenereerd en zouden alleen aangepast mogen worden via WordPress filters. # Alle wijzigingen aan de richtlijnen tussen deze markeringen worden overschreven. <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 # Header unset ETag FileETag None ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType text/html "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 1 month" </IfModule>