robhob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Center Align sidebar follow buttonI don’t think so. Also, looking at the way the button works, I think it’s designed to be left aligned to leave space for the number of followers.
You can see an example here: https://en-support.files.wordpress.com/2013/10/follow-button-followers.png
Forum: Fixing WordPress
In reply to: Making (kind of) code highlighted in your postHave a look at the SyntaxHighlighter Evolved plugin. It’s recommended by WordPress.com in this article.
Forum: Fixing WordPress
In reply to: error updating to latest versionHello,
I’d suggest you do a manual update of WordPress. If the problem persists, deactivate all your plugins and see if that makes a difference.
Forum: Fixing WordPress
In reply to: wp keyword suggestionHello,
It would be best if you posted your query on the support forum of the plugin you’re having the problem with.
Hope you come right.
Forum: Fixing WordPress
In reply to: wp-admin 404 After General Settings ChangeHello,
Have you edited your wp-config.php file? You need to add the following before the “stop editing” section:
define('FORCE_SSL_ADMIN', true);
Have a look at this article which explains how to use SSL for WordPress.Cheers,
Rob
Forum: Fixing WordPress
In reply to: List of pages, plugins, users and post not showing in backendTry deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, try switching to the default theme for your version of WordPress to rule-out a theme-specific issue (theme functions can interfere like plugins).
Forum: Fixing WordPress
In reply to: WordPress Individual Page ColorWhere are you adding the CSS?
Forum: Fixing WordPress
In reply to: How to Center Align sidebar follow buttonOkay, I’ve had a closer look and this widget is pulling it’s CSS from a remote location (http://widgets.wp.com/follow/style.css?ver=1382729516). I would have thought using !important would have overridden the CSS but it obviously doesn’t. Not sure if it’s possible.
Forum: Fixing WordPress
In reply to: How to Center Align sidebar follow buttonAre you using the Jetpack CSS editor?
Forum: Fixing WordPress
In reply to: WordPress Individual Page ColorYou can use the following custom CSS:
.page-id-373 body { background: #FFF !important; }If you want to make the change site-wide, remove the .page-id-373.
Don’t edit the theme files directly, otherwise, your changes will be overwritten whenever the theme is updated.
An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.
As alternatives, you could either install a standalone custom CSS plugin or create a child theme.
Forum: Fixing WordPress
In reply to: How to Center Align sidebar follow buttonNice looking site! Try adding the following custom CSS:
.wordpress-follow-button * { margin: auto; }Since you’re already using Jetpack, an easy way to add custom CSS is to activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.
Forum: Fixing WordPress
In reply to: Catalog Images are sharp after product is visited (Woocommerce)This might help:
Using appropriate image dimensions to avoid distortion / pixellation.Forum: Fixing WordPress
In reply to: Two Domain Names, One DatabaseHave a look at this article: http://www.remicorson.com/share-users-database-on-different-wordpress-installs/
It’s old but should do the job.
Forum: Fixing WordPress
In reply to: Catalog Images are sharp after product is visited (Woocommerce)Have you tried using the Regenerate Thumbnails plugin?
You should also clear your caching if you’re using a caching plugin.
Forum: Fixing WordPress
In reply to: Blank space in the footerIf your site is publically accessible, please post its address here.