aCstudent
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Slow website speed assistance pleaseWow, 16 seconds is really slow. Site is speedy for me, so I have no explanation. Maybe experts will chime in.
Forum: Fixing WordPress
In reply to: Slow website speed assistance pleaseDid you mean http://molecountrysticks.co.uk? If so – nice sticks! Looks like the dot com is available, by the way. The site is speedy for me, and pingdom gives it straight A’s and a performance rating of 97. Maybe just a slow internet connection on your end?
Forum: Fixing WordPress
In reply to: Splash page stuckMaybe you are seeing a cached splash page. For me, home page shows up fine. And now I want a classic-look lighter – they look like the ones my Dad used decades ago. Anyway, if you still want a splash page there are several other plugins to try.
Have you tried using a plugin like Duplicator or WP Clone to move the site?
Forum: Plugins
In reply to: [WP Accessibility] Weird things since WP 4.6Prompt response much appreciated Joe. You rock.
Forum: Fixing WordPress
In reply to: Not receiving emails from contact us formIf your host has PHP mail disabled, and if they decline to enable it (like my host), you can try a plugin like WP Mail SMTP to use SMTP instead of PHP mail.
Forum: Fixing WordPress
In reply to: Custom admin url forgotten and no hide_option in databaseAlso, following the FTP or file manager instructions from danhgilmore, temporarily rename the plugin directory. That should disable all plugins including the security one. You should then be able to log in through wp-admin and fix things from there.
Forum: Fixing WordPress
In reply to: Adding SSL to my WordPress Site?I did this by using the free plugin Really Simple SSL. As advertised, it was really simple, and for me it works perfectly.
Forum: Fixing WordPress
In reply to: Speed on my Site is horribleYep, plugins can help. Also a fast host and CloudFlare or other content delivery network.
Do any emails from your site work? If not, it could be that your host has the PHP mail feature turned off to reduce spam. Some hosts will turn it on by request, some (like mine) will not. The plugin WP Mail SMTP solved this for me.
Forum: Fixing WordPress
In reply to: Can I just delete my current site & start again from scratch?If you installed using a Softiculuos script from your hosting control panel, you should be able to do a clean delete from there too. Deletes everything – files, directories, database, database user. Good start-over point. Re. glitches – make sure you really want to delete everything. No going back as far as I know.
Forum: Fixing WordPress
In reply to: Best way to disable xmlrpcQuick follow-up in case anyone is interested in this topic. I could not get the cPanel method to work. I suspect that after changing the setting something would need to be restarted. The Cerber method works but returns a 404 error which I believe would create some server load. The following code in htaccess seems to do the job with minimal server load:
# BEGIN Block WordPress xmlrpc.php requests
ErrorDocument 403 “403: Sorry, not permitted.”
<Files xmlrpc.php>
order allow,deny
deny from all
</Files>
# END Block WordPress xmlrpc.php requestsForum: Fixing WordPress
In reply to: Best way to disable xmlrpcMuch appreciated Steve.
Forum: Fixing WordPress
In reply to: Tested system for site backups (free)Hi Suvix,
Regular backups are an excellent best practice – so pat yourself on the back! Many of the catastrophic problems on this forum could be easily fixed if only the user had a recent backup to restore. Re. plugins – try some out, pick one that works well for you – and practice restoring a test site. Re. cloud storage – good choice, I would not worry about hackers searching out and killing backup copies across the Internet – seems far fetched. Re. frequency – depends on how often your site changes. For my relatively static sites monthly is plenty. I keep three copies of each backup in different locations – on the site, local drive, usb stick.
Forum: Fixing WordPress
In reply to: getting rid of the "wp" in login URLYep, can be a safe and excellent component of a multi-layer brute force login defense. Just make absolutely sure you can remember the new login url. I use and love WP Cerber for this and other great reasons. Please pick a plugin personally pleasing.