robhob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Taking over an existing wp site – missing wp-adminHi Janet,
If you don’t have access to the email address associated with an Admin user account and you’ve got access to the database, your can modify the password through PHPMyAdmin. You can find the instructions in the Codex over here.
If you have access to an Admin email account, you could just use the standard password reset via the automatic emailer.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: WP 4.5.2 Uplaoding ProblemHi Alan,
Here’s an article on how to modify permitted file types by modifying your wp-config.php file.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: audio bar colourTry disabling all your plugins and see if that makes any difference. If that works, then activate them one at a time.
Forum: Fixing WordPress
In reply to: unable to login.Hi,
Do you still see all your posts and pages from your previous installation?
When I said you could install a new copy of WordPress over your existing installation, I meant copy the files over the existing files and not start with a clean installation.
Let’s see if we can get you back up and running ASAP.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: audio bar colourHello James,
I’ve played around and I can’t figure out how to override the CSS used to style the player. If you really want to get your hands dirty, you could hack away at the CSS file used to style the player, you can find it here: http://www.thesongpartnership.com/wp-includes/js/mediaelement/mediaelementplayer.min.css. You can clean it up with dirtymarkup.com. The obvious problem is, any changes made here will be lost with your next WordPress update.
Can I suggest that you rather use a plugin called Media Player Style Kit. It looks like it’ll do exactly what you’re looking for and save you a lot of time and trouble.
Cheers
Rob
Forum: Fixing WordPress
In reply to: audio bar colour@james, what is the URL of the site you’re battling with?
Forum: Fixing WordPress
In reply to: How to change logo in forget password email notificationI think you should create a new thread on the WP-Advanced forum or WordPress Development on Stack Exchange.
Hope you come right.
Forum: Fixing WordPress
In reply to: Theme Customize not availableExcellent! Glad you came right.
Forum: Fixing WordPress
In reply to: dashboard accessIf I understand you correctly, neither you nor the new user can access the dashboard, if that is correct, try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule out a theme-specific issue (theme functions can interfere like plugins).Forum: Fixing WordPress
In reply to: Change wordpress domain nameHello,
Try the WordPress.com support. This forum (WordPress.org) is for self-hosted wordpress installations.
Hope you come right.
Rob
Forum: Fixing WordPress
In reply to: Change Menu Bar Colour Responsive IIIt should work. It might be that it’s been overwritten somewhere else. I’d strongly recommend that you create a child theme and enter your CSS changes in it’s style.css file.
Forum: Fixing WordPress
In reply to: How to change logo in forget password email notificationHello,
Have a look at these pages:
Editing ‘Password Reset’ E-mail
Change Default WordPress Emails
Custom Forgot Password Mail wordpress pluginHopefully you’ll find what you’re looking for there.
Forum: Fixing WordPress
In reply to: wp-admin languageYou can overwrite the files directly. The codex has instructions on doing a manual update.
Just in case something goes wrong, don’t forget to make a backup of your site.
Forum: Fixing WordPress
In reply to: Change Menu Bar Colour Responsive IIYou can make the text bold with this:
ul.menu { font-weight: bold; }Have a look at this thread for ideas on how to center it.
### UPDATE ###
Just found this on the cyberchimps website: How to center main header menu?Forum: Fixing WordPress
In reply to: Change Menu Bar Colour Responsive II