batharoy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: I messed up my theme css stylesheetYour stylesheet is completely empty. Re-install the theme.
Forum: Themes and Templates
In reply to: Setting Home PageGo into Settings > Reading and use the dropdown to select your about page.
May need to change the radio button to static page.Forum: Themes and Templates
In reply to: category page widthTry this in a child theme or custom css
#doc3 { max-width: 100%; }Forum: Themes and Templates
In reply to: category page widthcan you link to the exact page the problem is on?
Forum: Themes and Templates
In reply to: category page widthI get an error 1011 when clicking that link.
Forum: Themes and Templates
In reply to: category page widthJust for clarity, all category pages render identical on the browsers I tested.
Here’s an image of the way it renders.Forum: Themes and Templates
In reply to: category page widthOK, I just re-read your post again and realized the width is too wide.
Unfortunately right click functionality is disabled so its harder to find the right element, give me a little time.Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Replace Site Title With ImageThe url you entered is for a images page rather than the image.
Try this :
http://www.wilsonsdance.co.uk/wp-content/themes/twentytwelve-child-01/images/sitelogo.jpg
If that doesn’t work go to the image in Media > Library again.
Use the File URL: above the update button on the right NOT the link at the top of the page.Forum: Themes and Templates
In reply to: category page widthI just tried it with the latest versions of IE, Firefox, Chrome, Opera. It appears to be rendering properly.
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Replace Site Title With ImageGo into Media > Library, select edit on the image you want. On the right side is a File URL field, click that then Ctrl+A then Ctrl+C to copy the address.
Forum: Themes and Templates
In reply to: [Ryu] Change link color for entry-meta links.entry-content a { color: red; } .entry-content a:hover { color: blue; }Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Replace Site Title With ImageIf your using a child theme, add it to the bottom of style.css.
Otherwise use a custom css plug-in and add it through that.
Just take the full address of the image and paste over LINK TO LOGO HEREForum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Replace Site Title With ImageYou can use a little css trickery to get the effect you want.
Make sure the Header Text check box IS checked under Appearance > Header..site-header h1 a { background-image: url(LINK TO LOGO HERE); background-size: contain; background-repeat: no-repeat; color: transparent; line-height: 80px; } .site-header h1 a:hover { color: transparent; } .site-header h2 { display: none; }Forum: Themes and Templates
In reply to: how to remove divider after single post on static pageThis will remove the divider.
.article { background: url(); }Forum: Themes and Templates
In reply to: Help: similar free theme neededThere built into WordPress under Appearance > Widgets.