7thcircle
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] plugin and theme editor re-enabled after removing pluginI disabled all plugins and switched to twentytwelve with no change.
Forum: Fixing WordPress
In reply to: define('DISALLOW_FILE_EDIT', true); still allows editor in adminIt is before that line, and it used to work. I have it in the same spot on other sites without any issues.
Also, no difference with all plugins disabled and twenty twelve theme.
Forum: Fixing WordPress
In reply to: malicious code / pop up on my siteI’m not going to advise you to try. Your copy of that theme does not appear to match what I would expect to see in the file structure of the commercial/original version.
Like Clayton said, always best to replace the entire theme. It’s the ONLY way to make sure to get everything that has been edited/injected into your copy.
Forum: Fixing WordPress
In reply to: Site hacked – cannot access database messageI know a lot of people swear by backup buddy.
Forum: Fixing WordPress
In reply to: EMAIL notificationTrue, but unless you are changing domains, how often do you need to change the url? The bonus is that you can really cause issues if you mess up in the database, this is easily reversed.
Forum: Fixing WordPress
In reply to: Site hacked – cannot access database messageMany hosts have db backups they can restore for you, as for restoring individual files, that depends on just what was changed. Many times they will put a payload that recreates a backdoor so they can come back in.
I’ve been very happy with Bulletproof security https://wordpress.org/plugins/bulletproof-security/. I use the free version, but they do have a premium version too. They have been great about keeping things locked down.
Forum: Fixing WordPress
In reply to: EMAIL notificationEven easier, put the 2 loines below in your wp-config file and make sure to use your url
define(‘WP_HOME’, ‘http://www.example.com’); // blog url
define(‘WP_SITEURL’, ‘http://www.example.com’); // site urlForum: Fixing WordPress
In reply to: Site hacked – cannot access database message2 easy options, contact your host and see if they can help. They may have an override password they can use.
Another option is sucuri. They have a service that will repair a hacked site and will give you a year of their firewall when you are done.
Forum: Fixing WordPress
In reply to: malicious code / pop up on my siteIf you can FTP or access the files directly, check to see if any were changed recently. You can also upload a new copy of the theme and replace yours entirely. I would also suggest verifying you have security in place and the latest versions of all plugins, core and themes.
Forum: Fixing WordPress
In reply to: New posts not showing up on Bloglovin'If I look at http://www.laurendoeslife.com/?feed=rss2 your feed is live, but if I use http://www.laurendoeslife.com/feed/ I get a 404.
Since you recreated your account, I would wait 24 hours to see if they show up since they were already on your feed.
As for a caching plugin, many hosts do add one by default, but they do not always turn it on. If you look under plugins you might see one.
Forum: Fixing WordPress
In reply to: New posts not showing up on Bloglovin'A few things to check are that you have updated the address on Bloglovin to use your new domain name in case it changed when you moved.
Another thing to look at is if you have a caching plugin installed you may need to manually delete the cache in WP to get the feed to update.
Forum: Fixing WordPress
In reply to: intermitent wp-cron 500 error on ssl siteI have installed the plugin and will watch it over the next few days, so far all is good.
The errors I have currently are not recorded in the error_log, just my server logs. There are a decent number of visits, but not enough to be this much of an issue, at least not that I would think since I have other sites with more visits that don’t have the issue.
Not sure exactly which job is the issue, so it’s hard to say how resource intensive it is, but I believe my host will kill anything that lasts more than 5 minutes so I doubt they are hitting each other.
Forum: Fixing WordPress
In reply to: intermitent wp-cron 500 error on ssl site??? The jobs are WP jobs controlled by wp-cron, they are not configured in my cPanel.
Forum: Fixing WordPress
In reply to: Subdomain Site Not Working2 options, the easiest is to use multisite in folder mode which allows for a single ssl and quick easy setup.
The other option if you want to use subdomains is to login to GD and change the folder that the subdomain points to and use the same folder as your multisite install. I used this option when I was on GD.
Forum: Fixing WordPress
In reply to: Contact Form – Where are the emails going?I haven’t used that plugin, but a big issue is if you are using yahoo, hotmail, gmail, etc as your admin email because you may be hitting DMARC policies.
Another piece to look at is your host, they generally have lax relay policies and are easily spoofed causing them to be prone to blacklisting. I moved all of my mail to Google Apps and route all of my outbound mail from my site through Google servers to eliminate the hosts issues.