robhob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 errorHello Cristina,
I’m not sure I understand your problem. It might be better to use the Spanish support forum.
You’re welcome to add more detail here and I’ll try and help you. IF you’re getting the 404 error when you try and edit a page, it might be worth reinstalling WordPress. You can do this by clicking on the button labeled Re-Install Now which you’ll find under Updates on the dashboard.
Cheers,
Rob
- This reply was modified 8 years, 5 months ago by robhob.
Forum: Fixing WordPress
In reply to: Installed WordPress over an existing WordPress siteDid you use the same database name? If not, you should be able to point the site at the original database and it should work again. Check your plugins and theme folders and see if everything is still there. I don’t think WordPress would have deleted them.
Forum: Fixing WordPress
In reply to: Duplicating user credentials in multiple single sitesThis might be useful if you need to change the table prefixes: How to Change the WordPress Database Prefix to Improve Security
Forum: Fixing WordPress
In reply to: Duplicating user credentials in multiple single sitesIt shouldn’t be a problem if you were to merge the tables of the different databases into one database. Each site’s tables would be prefixed with a unique prefix (you can have multiple installations in one database if you give each a unique prefix (use only numbers, letters, and underscores)) and each site’s wp-config.php file would define that prefix.
You would need to do a little work exporting the tables and modifying their prefixes if they’re not already unique but once you’ve done that and imported them into one database, the instructions in the link I shared earlier should help you get shared users working.
As always, please make sure you have a working backup of your site before you start hacking away at the database etc.
I haven’t tried this myself but it should work.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: Duplicating user credentials in multiple single sitesHello,
You could share your user table between the sites. Have a look at the article Sharing user tables between two WordPress installs and see if that is what you had in mind.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: Cannot update from 4.6 to 4.6.1Hi John,
Has your friend managed to fixed the problem?
I’m not sure that it’s a WordPress issue, as Tara pointed out, it might be an issue on your server but I think the best is to do a manual updated and see if that fixes the problem.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: Cannot update from 4.6 to 4.6.1Hi John,
I’ve done a little research on your problem and it looks like your best bet is to manually update your WordPress files.
Let us know if this doesn’t solve your problem.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: Media Library disappeared after inserting code into functions phpHello,
I’d suggest you switch back to the parent theme and see if the problem persists. Before you change back, make sure you have a backup of any customizations you’ve made. If the parent theme doesn’t display the same problems then recreate the child theme from scratch. If the image problem still exists then post the error message and let’s tackle that as a separate issue.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: Site Internal Links Break When Adding SSL CertificateHave you tried adding the following to your .htaccess file?
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yoursite.com/$1 [R,L] </IfModule>
Don’t forget to replace yoursite.com with your site URL.
- This reply was modified 8 years, 6 months ago by robhob.
Forum: Fixing WordPress
In reply to: Menu items disappear on Android or reduced windowGo to the Dashboard and look under Appearance for Editor. Once the Edit screen has loaded look on the right for a file called style.css and edit that. Just remember that any modifications made to the theme will be overwritten when you update the theme unless you’re using a child theme.
As I said earlier, it’d be best to get the theme developer to fix the problem.
For detailed instructions check here: Using the Theme Editor and Plugin Editor
- This reply was modified 8 years, 6 months ago by robhob.
Forum: Fixing WordPress
In reply to: Menu items disappear on Android or reduced windowHi,
I’d recommend changing themes or contacting the theme developers and asking them for help. Their demo of this theme is also missing the menu when you view it at a mobile resolution.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: Remove Administrator email from recovery email or any emailYou can read up on how to use the plugin here: Everything you need to know about configuring and using Theme My Login.. If you’re still struggling, the best would be to ask specific questions on the plugin support forum.
Hope you come right.
Forum: Fixing WordPress
In reply to: Remove Administrator email from recovery email or any emailHave you enabled the email tab in the plugins settings Settings? You can read more here: https://www.jfarthing.com/docs/theme-my-login/general#managing-modules
Let me know if I’ve misunderstood your problem.
Forum: Fixing WordPress
In reply to: Remove Administrator email from recovery email or any emailHello,
I haven’t tried it myself, but you can try the plugin Theme My Login that claims among other things to allow you to “Customize user emails for registration and/or password recovery”. You can read more about customising emails here.
Hope that help,
Rob
Forum: Fixing WordPress
In reply to: Image uploaderYou might be interested in the article Rename and clean WordPress media filenames. There’s also a link in the article to a plugin which will do the job for you.
You might also, if you’re not already, be interested in using the Danish version of WordPress. You can get a copy here: WordPress in Danish.
Cheers,
Rob