Posts Tagged wordpress

Sorry, your comment has not been accepted error

This error is due to having your Cookie Privacy settings too high! In Internet Explorer, you can set the Privacy settings under Tools–>Internet Options–>Privacy tab. Either set the slider to Medium or add the site under sites and click ALLOW.  This will enable the WordPress plugin: Cookies for Comments to drop a cookie onto the [...]

,

No Comments

cupofcoffee wordpress template background image correction

If you install this template installed on a WordPress site, then you might notice the background header graphic is a little off.  You can correct this in the style.css file.  Look for this: #wrapper {  width: 960px;  margin: 0 auto;  background: url(images/img01.gif) repeat-y left top; } and make it this: #wrapper {  width: 959px;  margin: [...]

,

No Comments

Arras Theme add border to images

To add a small black border to your images when they’re alone or captioned, place this code in your user.css: .wp-caption img {border: black 1px solid;} img.aligncenter{border: black 1px solid;}

,

No Comments

Arras Theme captioned images do not align center

Noticed that with Arras Theme, when you insert images (specifically with captions), the image gets aligned right. To fix this, open up the Arras Theme user.css file and add this: .wp-caption { margin-left: auto; margin-right: auto; }

,

3 Comments

Hide Arras Theme header image on pages

I’m running the Arras Theme 1.4.3.1 on a site and I wanted to display the 640×250 thumbnail image on each post/page, but hide it for certain content, in this case it was all my pages. There is some PHP code you can add to two files which will allow you to set a special custom [...]

,

5 Comments

Change Admin Profile picture in WordPress

Sometimes in your theme or in another blog’s theme you will see a little square for the profile picture (usually a “mystery man” icon: greyed out head).  This can be changed or updated by using your Gravatar account: http://www.gravatar.com If you have a WordPress.com account then you already have a Gravatar account…just login to your WordPress.com account [...]

No Comments

Add a favorite icon (favicon) to a WordPress blog

Alot of browsers support the use of images to represent your website or blog in places like the website tab or RSS Feed results.  These images are called favorite icons and are set through a file called favicon.ico WordPress maintains a page that lays out how to add a favicon to a blog, but here is my [...]

, ,

1 Comment