7thcircle
Forum Replies Created
-
I tried that, and to also be sure of no issues I copied a config from another site replacing any db info and I grabbed new salts at the same time.
It is above my db settings, so well before the inclusion.
I have it in the same place on other sites and it is working, in fact both options work as expected.
I tried define(‘DISALLOW_FILE_EDIT’, true); and the editor is still there.
From what I understand, define(‘DISALLOW_FILE_MODS’,true); should remove the editor, updates, installs, etc.
Neither work.
Forum: Plugins
In reply to: [User Role Editor] plugin and theme editor re-enabled after removing pluginWhich files do you need. I can send them today.
Forum: Fixing WordPress
In reply to: Website redirecting to malware sitesSucuri is showing everything clean currently. Have you tried from another browser or computer? Are others having the issue?
Forum: Fixing WordPress
In reply to: WordPress 4.5.1, registration mails going to spam folderActually, you can solve this by correctly implementing DMARC and using trusted mail servers instead of the spammy ones most shared hosting providers have.
Do a search, look at WP Mail SMTP, and if you want more info on DMARC I can point you at some good documentation.
Forum: Fixing WordPress
In reply to: Website not working with https and Not getting any new trafficwordpress.com defaulted to https recently so all of your links are now configured that way. It is good to run your site secure, but at least to have ssl for your login so you are not sending your password in cleartext.
Google also gives you a slight rank boost for ssl.
Forum: Fixing WordPress
In reply to: 500 ErrorDid you edit the htaccess file? a 500 error is as generic as they come but can often be resolved with a fix or replacement of your htaccess
Forum: Fixing WordPress
In reply to: page was loaded over HTTPS, but requested an insecure imageIt depends if you are using subdomains or folders for sites. You can use Better Search Replace https://wordpress.org/plugins/better-search-replace/ to change either folders or subdomains
Forum: Fixing WordPress
In reply to: Website redirecting to malware sitesSo often you will find that your theme has been hacked, so when you reenable your theme, try to get a new one from the source instead of using the one you have from the backup
Forum: Fixing WordPress
In reply to: Email Subscribers Not Getting Email…There are so many things that could be causing email non delivery. If they are getting password reset notifications then it is a setting in the subscription, but if they are not getting the rest notifications it could be your email configuration (sending address, server config, blacklists, etc).
Are you using a plugin on your site to send the subscription, or are you using something like Mailchimp?
Forum: Fixing WordPress
In reply to: Reply mail when contact us form is filledMost contact form plugins have this feature available. WHat plugin are you using? Have you asked in that section?
Forum: Fixing WordPress
In reply to: Duplicate HTTP and HTTPS PagesIf you have a valid ceretificate, use https.
https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html
Forum: Fixing WordPress
In reply to: Domain issuesPut this in your htaccess file and it will remove the need for the plugin
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.olddomain.com$ [NC,OR]
RewriteCond %{HTTP_HOST} ^olddomain.com$ [NC]
RewriteRule ^(.*)$ “https\:\/\/www\.newdomain\.com\/$1” [R=301,L]Forum: Plugins
In reply to: [User Role Editor] plugin and theme editor re-enabled after removing pluginEven setting define(‘DISALLOW_FILE_MODS’, true); does not disable the editor anymore.
The only changed files are cache files and wp-config