rizbit
Forum Replies Created
-
Forum: Plugins
In reply to: [Make Connector] 403 Errordid you manage to fix it
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Site broken when using latest versioneverything works fine once i deactivate yout plugin. are you saying another plugin is conflicting with your plugin?
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Site broken when using latest versionsorry ignore this reply
- This reply was modified 1 year, 1 month ago by rizbit.
Forum: Fixing WordPress
In reply to: SSL not fully covering all pages on domainwhen i do this the site stops working
Forum: Fixing WordPress
In reply to: Theme not working with PHP 8.1HostingBlog Version: 1.1 by Flexi Themes
and
HipHop by The Smart Magazine Themes
Forum: Fixing WordPress
In reply to: SSL not fully covering all pages on domainI set the site icon in WordPress Admin > Settings > General > Site Icon
I Uploaded a 512px square logo, I can see it in the Media section:
https://www.oilstainsremedy.com/oilstainsremedy-logo-512/
or
https://www.oilstainsremedy.com/wp-content/uploads/2024/10/oilstainsremedy-logo-512-1.png
Media section flags this image as ‘Site Icon’, i only uploaded one image file which was 512px, im not sure where th other size one has come from.
according to cloudflare settings and htaccess, all http links should be converted to https, so this should be redirected to the https version, but then it keeps redirecting:
http://www.oilstainsremedy.com/wp-content/uploads/2024/10/oilstainsremedy-logo-512-1-150×150.png
the actual files does exist and is located here:
/public_html/oilstainsremedy.com/wp-content/uploads/2024/10/oilstainsremedy-logo-512-1-150×150.pngMy htaccess has this code:
#BEGIN HTTPS Redirection Plugin
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
#END HTTPS Redirection Plugin
#BEGIN WordPress
<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 WordPressHI have there been any updates.
Ive tested your plugin today with the site today.
It works when PHP 7.4 is used
When I set the PHP version to 8+ e.g 8.1 and then try to activate your plugin the wp-admin give critical error page.
Site is managed wordpress hosted with godaddy
Hi, the website has PHP 8.0
Whenever I tried to use ‘deactivate’ plugin feature it went to a screen which says “There has been a critical error on this website”, plugin is not deactivated.
The theme being used is called this one:
ok so i leave the popup on, but remove the trigger in the settings. then open in using JS “PUM.open()” when the user clicks on the accept button
Forum: Fixing WordPress
In reply to: Do free GDPR compliance plugins exist?If it helps anyone I was reccomended this free to use GDPR consent plugin
https://en-gb.wordpress.org/plugins/quantcast-choice/Forum: Everything else WordPress
In reply to: cleanapp mobile menu wrong linksyes i know it tried there but the free suppot included in the licence i bought has expired and i cant seem to find a way to create a new thread on that forum
ok will do thanks
fantastic solution
many thanks
Forum: Fixing WordPress
In reply to: cant login or access site after deleting pluginI did backups of database and all files on ftp
i then reinstalled wordpress using installatron setting to use the same db
it then used a different table prefix called wp_2
installed over the existing wp location
i was the able to login to admin dashboard area
but it was like a blank template with the themes from previous installation
i then changed table prefix back to wp_ in installatron settings
now the website loaded but the wp admin area didnt same fatal eror issue.
i then looked at the wp_options table
i saw that for some reason the auth_salt and logged_in_salt values were different than the ones in the wp_config (why i dont know, or maybe its not the issue?)
but after changing these and also ‘active_plugins’ value i was able to access the wp admin area again.Forum: Fixing WordPress
In reply to: cant login or access site after deleting plugin<?php define('WP_CACHE', true); // Added by Cache Enabler /** * The base configuration for WordPress *