rmathewson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving site broke my postsResetting the permalinks page was what I needed.
Thanks.Forum: Fixing WordPress
In reply to: Trouble with Child themeMarkup errors fixed.
Thanks.Forum: Fixing WordPress
In reply to: Trouble with Child themeSorry, the link was pointed at the wrong site. This is the site in question.
Forum: Fixing WordPress
In reply to: Child Theme not behavingHad to play around to find the correct sections to carry over to the child style sheet.
Forum: Fixing WordPress
In reply to: Child Theme not behavingHere’s an example of the behavior that I’m trying to achieve.
Forum: Fixing WordPress
In reply to: Downsides of margin: auto@wpyogi nailed it.
Though, if I negate “clear: both;”
I need to use this style to achieve the desired look,
#primary {
margin: 525px auto;
width: 950px;
}Is that kosher? It seems to be an ugly workaround. Though, I’m not complaining.
Forum: Fixing WordPress
In reply to: Downsides of margin: autoChanging the zero doesn’t have effect in either the positive or negative direction.
Forum: Fixing WordPress
In reply to: Suggestions for improving visual presentationThat’s where I’m stuck. Any changes I make to the titles impact the tags. I tried to hide the tags, but couldn’t figure out how to do that.
Forum: Fixing WordPress
In reply to: Expanding number of viewable postsThe template author just fixed the problem by adding this to the functions.php file:
function iti_custom_posts_per_page($query) { switch ( $query->query_vars['post_type'] ) { case 'tutorials': // Post Type named 'tutorials' $query->query_vars['posts_per_page'] = 6; break; default: break; } return $query; }Forum: Fixing WordPress
In reply to: Stubborn buttonWInner! Thanks.
Forum: Themes and Templates
In reply to: White border around new imageCan I edit them or should I replace them with new?
Forum: Themes and Templates
In reply to: White border around new imageI created the image using the the layer from the original PSD file provided with my template by copying it to a new file and changing the color of the gradient overlay.
I’ve linked to the original image file here. Can anyone tell me where the white border is coming from?Forum: Themes and Templates
In reply to: White border around new imageDavid,
I created the image in photoshop CS2 from scratch using a transparent background.Forum: Themes and Templates
In reply to: White border around new imageOriginal post revised to include a link to the page.