simple1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [P2] Change width of content areaEdit your stylesheet by going to Appearance > Edit CSS and insert:
#header, #footer, #wrapper {
width: 1000px;
}You probably want the width to be wider than 1000 pixels since there’s built-in padding in the left and right of the content area.
Hope that helps.
Forum: Fixing WordPress
In reply to: Formatting Best Practices – CSS Edits, Post edit..?Mark,
I personally find justified text hard to read online. Justifying introduces “rivers”, or gaps of space within paragraphs that can be distracting to read. You might have picked up the justified style when you copied and pasted the lorem ipsum. You’ll notice that the copyblogger.com example left justifies its paragraphs, which are a little easier on the eyes to follow.
As for space after the title tag you could add a margin to the bottom to push the paragraph that follows it further down.
Hope that helps.
Forum: Themes and Templates
In reply to: Post excerpts missing on home pageIt looks like you have an empty paragraph tag at the top of all of your posts. I wonder if deleting them might fix the problem.
Forum: Themes and Templates
In reply to: [Leaf] Is it possible to change the colour of link text?You’re welcome.
Forum: Themes and Templates
In reply to: [Superhero] How to insert slider?This post explains about how to set up the slider http://en.forums.wordpress.com/topic/how-do-i-activate-the-post-slider-on-the-superhero-theme
The theme description instructs to “Create a post with a featured image that’s at least 960px wide”. A height isn’t specified per se but that “the featured image will look best at a 2.88:1 width-to-height ratio, and at least 500px tall”.
You’ll also need to install the Jetpack plugin
http://ww.wp.xz.cn/support/topic/featured-images-15?replies=5Hope that helps.
Forum: Themes and Templates
In reply to: [Attitude] Remove hyperlink on page titlesWithin the Attitude directory go to library > structure > content-extensions.php
On line 117, you’ll find the code for the links. You can comment out/edit the code to remove the title hyperlink for the main display. I think you can do the same for titles of a single post display within the same file, if you want to remove all title hyperlinks.
Hope that makes sense.
Forum: Themes and Templates
In reply to: Handwritten Themeyou could create a similar aesthetic regardless of which theme you use. one idea is to write on paper with your own handwriting, scan it, and use the scan as an image on your site. another is to use a handwritten-looking web font.
didn’t know jeff bridges had a web site…
Forum: Themes and Templates
In reply to: [Superhero] How to insert slider?What is the theme you’re using?
Forum: Themes and Templates
In reply to: [Leaf] Is it possible to change the colour of link text?You might be able to customize the link color in your theme’s options. Otherwise, you’ll need to edit the theme’s stylesheet. Refer to this post http://ww.wp.xz.cn/support/topic/how-to-change-hyperlinks-font-colour?replies=6
Forum: Themes and Templates
In reply to: how do i remove "default post category" from front endI’m not sure what you’re asking. Having to created different categories and assigned a category to each post?
Forum: Fixing WordPress
In reply to: Remove border from menu listThe white line is part of the background image of each menu item (as noted by Seacoast Web Design), so replace the background image with a solid color that matches the container’s background color. That should give you a solid menu with no borders.
Forum: Themes and Templates
In reply to: change order to post templateWhat do you mean by “post template”? Can you provide a link to your site?
Forum: Themes and Templates
In reply to: [Attitude] Remove hyperlink on page titlesDepending on which theme you’re using you may be able to remove the link from index.php http://ww.wp.xz.cn/support/topic/how-do-i-remove-the-link-from-a-post-title?replies=3
Forum: Themes and Templates
In reply to: [Whispy] Submenu background color doesn't displaytry adding your hover background color to line 479 in your stylesheet style.css.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Print styles: how do I display "aside" widgets?have you tried targetting #text-6?