Jay Hart
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images won't centerTry wrapping the a tag and image portion in a div and give the image a
margin: 0 auto;to center it.<div class="your-class"><a href="http://www.bodyworker.org/under-construction/yogafamilyonbeach/" rel="attachment wp-att-5"><img width="300" class="aligncenter size-medium wp-image-5" title="yogafamilyonbeach" src="http://www.bodyworker.org/wp-content/uploads/2011/08/yogafamilyonbeach-300x225.jpg" alt=""></a></div>I hope this helps!
Forum: Fixing WordPress
In reply to: Want featured image but not textA simple way to do make that text vanish would be to give it a
display: none;in the CSS.Forum: Themes and Templates
In reply to: [Theme: Graphene]All PHP file in a themes filesystem play an intricate role in the functionality and display of a webpage. I have a question for you. Who is your theme by?
Forum: Themes and Templates
In reply to: Teething Issues – Boldy Theme / Home Tabgo to menus and create a custom link with the label home and this url http://www.ianstannard.com that should fix your menu problem
Forum: Themes and Templates
In reply to: Changing frontpicture on 'Abundant' themeI hope that helps
Forum: Themes and Templates
In reply to: Changing frontpicture on 'Abundant' themeit looks as if the red image is being loaded from the css. change the url on line 191 to the path of the image you wish to use.
Forum: Fixing WordPress
In reply to: HOW DO I STOP SPAM posting on blogSend comments to moderation. The codex suggest several solutions. http://codex.wordpress.org/Combating_Comment_Spam
Forum: Themes and Templates
In reply to: That Music Theme – Reformat to One ColumnThe content block you currently have on your site has a fixed width of 520px.
Placing this code in your CSS should produce the changes you desire.
#left {
width: 100%;
}Forum: Fixing WordPress
In reply to: white line between header image and menu barin style.css on line 523 adjust the margin-bottom to -8px
Forum: Fixing WordPress
In reply to: white line between header image and menu barWhat browser are you using?
Forum: Fixing WordPress
In reply to: Site Loading Slowconsiderably
Forum: Fixing WordPress
In reply to: Site Loading SlowDelete unused plugins
Forum: Fixing WordPress
In reply to: How do I link or use categories as menutry adding the category that you’d like to see displayed to the menu by checking it in the category drop down in the menu interface and pressing add to menu. You should also have the ability to nest the post to the corresponding categories by adding them to the menu and placing them underneath and slightly to the right of the parent category.
Forum: Fixing WordPress
In reply to: How do I link or use categories as menuAre you talking about the menu at the top.
Forum: Fixing WordPress
In reply to: How do I link or use categories as menucan I have the url to your website so I can take a look?