robhob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Auto update messed up?Hello,
I’ve had that before myself. If you haven’t already, trying clearing your browser’s cache, or force the page to reload properly by pressing Ctrl + F5 on Windows, or Command R on a Mac.
Cheers
Rob
Forum: Installing WordPress
In reply to: WP install – white pageHello,
Have a look at this thread. It turned out to be an issue with the configuration of the server. Depending on your setup, you might have to ask your host to help you.
Cheers
Rob
Forum: Networking WordPress
In reply to: How to control CSS of error messages generatedHi,
Have a look at this article, it’s old but will hopefully point you in the right direction.
Cheers
Rob
Forum: Fixing WordPress
In reply to: Created new site against someone elses username accidentallyHi Becky,
Who’s hosting your site? If you’re using WordPress.com, try their support forum.
Regards
Rob
Forum: Fixing WordPress
In reply to: unable to access websiteHello,
Looks like your WordPress installation is corrupt. I’d suggest that you try replacing it with a fresh copy via ftp or your control panel. Just make sure you make a backup before you do though. Don’t delete your existing files, just overwrite them.
Cheers
Rob
Forum: Fixing WordPress
In reply to: How To Allow User Comments And Ratings w/Sign-Up?Hello,
Under Settings > Discussion, make sure you have “Allow people to post comments on new articles” enabled. Then check that “Allow Comments” is enabled on the individual pages you want people to comment on. If you you don’t see this option, go to screen options (top of the page) and make sure “Discussion” is enabled.
Hope that helps.
Rob
Forum: Fixing WordPress
In reply to: My live site doesn't show changes madeHello,
I’ve checked your site on my PC and phone and I can see what you’re talking about.
If you have a caching plugin installed, try emptying its cache.
If you don’t come right try posting your query on the Customizr forum.
Hope you come right.
Rob
Forum: Fixing WordPress
In reply to: Statistics of blog articles written within a date rangeHello,
I haven’t tried it myself, but check out CM Custom Reports. I’m not sure if the free version has the functionality you’re looking for so you might have to go for the Pro version.
Hope that helps.
Rob
Forum: Networking WordPress
In reply to: How to control CSS of error messages generatedHello
This might help: https://codex.wordpress.org/Creating_an_Error_404_Page
If you don’t come right, describe how you want to change the page and maybe include a link to your site.
Cheers
Rob
Forum: Fixing WordPress
In reply to: Problem with linkHello
If your site is publicly accessible, can you please post it’s address?
Have you tried the full path? e.g. http://mysite.com/admin.php?…
Cheers
Rob
Forum: Fixing WordPress
In reply to: Need help with Custom Signup/Login PageIf I understand you correctly, you want to customize the login page. If that’s correct, check out these options:
http://www.wpexplorer.com/best-login-plugins-wordpress/Forum: Fixing WordPress
In reply to: Storefront Boutique color customisationHi Kerrie
To change the body background to black you’d add the following CSS:
body {
background: black;
}For the header background:
.site-header {
background-color: black;
}To change the “center column” use this:
.site-content .col-full {
background: black;
}The trouble is that the center column might need more tweaking depending on what’s in it.
Hope that helps.
Rob
Forum: Fixing WordPress
In reply to: Reinstalling WordPressIt’s probably a problem in your config.php file. Check the codex for details. The main things to look are:
Database Name
Database Name used by WordPressDatabase Username
Username used to access DatabaseDatabase Password
Password used by Username to access DatabaseDatabase Host
The hostname of your Database Server. A port number, Unix socket file path or pipe may be needed as well.Your host name might be
localhost. You should be able to get the right name from your web hosting control panel.Forum: Fixing WordPress
In reply to: Reinstalling WordPressHello
Are you getting an error message or what happens when you go to the yoursite.com/wp-admin page?
You might want to check your config.php file to make sure the path to your database etc. is correct.
Rob
Forum: Fixing WordPress
In reply to: gravity formHi Prakash
You’ll need to contact the plugin developer. Commercial products aren’t supported on these forums (http://codex.wordpress.org/Forum_Welcome).
Hope you come right.