njaimmusic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot stop site from redirecting…The problem is that just a few days after I installed, the plugin dropped off the plugin store and says “Support for this plugin no longer exists.” I have such a hard time believing no one else has run into this problem, yet I can’t find much of anything about it specifically.
I run the health check and don’t see anything that is obviously related.
Thank you all for the advice. Hopefully I’ll figure it out soon.
Forum: Fixing WordPress
In reply to: Cannot stop site from redirecting…Also, I tried to ONLY disable all plugins and it still happened. Then I tried to ONLY disable the theme, and it still happened. So I tried disabling both again, and it STILL happened. So my previous test was a false readout. (I don’t get the redirect 100% of the time for some reason.)
Making me believe it’s neither a plugin issue anymore nor a theme issue.
Forum: Fixing WordPress
In reply to: Cannot stop site from redirecting…If it helps… this is what my HTACCESS file says…
But I believe it’s pretty standard.
RewriteOptions inherit
# BEGIN WordPress
# The directives (lines) betweenBEGIN WordPressandEND WordPressare
# 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
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# php — BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
</IfModule>
# php — END cPanel-generated handler, do not edit
RewriteCond %{HTTP_HOST} ^pillarsforsuccess\.org$ [OR]
RewriteCond %{HTTP_HOST} ^www\.pillarsforsuccess\.org$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/(?:\ Ballot169)?
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ “http\:\/\/pillarsforsuccess\.com\/$1” [R=301,L]Forum: Fixing WordPress
In reply to: Cannot stop site from redirecting…I didn’t find anything that mentions WPQD in the htacess file. But I may just not really know what I’m looking at. I also see several files with this name, so
I tried to drop in an old backup but Updraft kept saying the file wasn’t created by Updraft even though it definitely was. So I wasn’t able to go as far back as I hoped.
Disabling everything did stop it from redirecting, but didn’t really narrow down the problem for me.
Still troubleshooting.
Forum: Fixing WordPress
In reply to: WordPress adding strange characters after widgets?You’re amazing, Mark. Thank you so much for your help.
I was quickly able to fix these, but still had errors coming with the “READ THIS STORY” text under our blog posts in the sidebar widget.
Taking what you’ve shown me above and testing modifying it, and then some very rudimentary knowledge and further digging around with the “Inspect” tool on Chrome, I think I’ve learned how to look for these types of issues myself, modify the CSS, and apply them to the “Add Additional CSS” tool.
Seems the issue was that the outdated version of FontAwesome (an icons plugin) running as part of the theme setup on the site was not pointing to the right icons… f178 does nothing, but what had been there before was something close enough to f061.
So thank you very much. Your help here has not only solved my issue but also led to me learning a bit more about CSS and how to troubleshoot these things. You are the best.