Root
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Imgs do not appear at allIf u dont want yr work or brand to be damaged set up a dev site too with no index no follow in the header. You – like all of us – will benefit greatly as u develop if we can see yr code or css. We simply can not offer support to screenshots.
Forum: Themes and Templates
In reply to: How to Style all levels of threaded comments with same font sizeahhhhhhhhhhhhhhhhhh
dont all the nested comments have a ul class of children ?ul.children {} etc
Forum: Themes and Templates
In reply to: Manually Changing Custom Background in Twentytenthis is for the body bg ?
in style.css do
body {background: #ccc url(‘path-to-bg.png’) no-repeat; }
Forum: Themes and Templates
In reply to: Removal of sidebar & using the spacein admin as u post a page of content on the right is a selector box for the template.in this case u are looking for full page or full width or similar……….
Forum: Hacks
In reply to: Comment Offwell this is interesting. If we replace template files by copying them into our child theme then hacking errrrrr patching them……we lose the stand alone nature of childs………..its a short step from there to omit the step and hack the default i guess………i wish there was a model that allowed us to do this but there is such a plethora of templates now in default, most imho could be reamalgamated into index with appropriate conditionals………..then we only need add to functions php at the child theme level……..
in fact what u propose is worse that hacking the default because if u run a lot of sites yr upgrade path is really ugly……..the notion of child themes can only take root if the parent is sufficiently robust eg more action hooks;
Forum: Themes and Templates
In reply to: How to Style all levels of threaded comments with same font sizewell in that case do
ol li ul li
simple descendant selectors
Forum: Themes and Templates
In reply to: Centralize TwentyTen MenuChild themes are the way to go IMHO. They are gaining fast in understanding, support and info. The benefits are enormous.
Forum: Themes and Templates
In reply to: Can I remove the date from one post only?You can open any template or any other file in a simple text editor. Notepad ++ is good for Windows.
Forum: Themes and Templates
In reply to: Bueno title/header helpIn Twenty Ten there is a glitch which has probably been reproduced in deriviative themes. . The site title and site description are output using different mark up in diff places which throws out yr styling. You just need to style for both.
You may need something like this:
#branding span a {font-size: 50px;letter-spacing: 3px} h1#site-title {font-size: 50px;letter-spacing: 3px}Forum: Everything else WordPress
In reply to: Questions before using WordPressThere is a kind of more general answer to these “can I do this?” type of questions. WP is written in PHP. Thus it gives layered entry levels and routes to any functionality you may need. Beginners will feel comfortable at the style.css level. Then the can add plugins. Then maybe work on a theme functions.php. But at any time they can change anything. Its a fine line between saying something is “complicated” and saying its “sophisticated”. True there is a learning curve but there is a learning curve in writing web sites / cms from scratch. A much higher steeper one.
Generally in WP whatever the end user wants to do is built in somewhere, or it has been done before and can be located online. Or he can learn php.
Forum: Themes and Templates
In reply to: How to Style all levels of threaded comments with same font sizeI would use
#selector ol li ol li { font-size: 1em }Forum: Themes and Templates
In reply to: it says stylesheet missing when i want to install a themeThe style sheet must be in the root of the theme, not in a subfolder
Forum: Themes and Templates
In reply to: add image above/below sidebarA link to yr blog will let us see yr markup so we can help you 😉
Forum: Everything else WordPress
In reply to: Questions before using WordPressApropos people with problems here in the forum……..WP is an amazing platform for styling, designing and upgrading various themes. Its a big part of the functionality and fun. But like any web site if u reach way beyond yr skill level it can break till you roll back or fix it……….
the number of posters as a per cent of the user base is tiny……..Forum: Themes and Templates
In reply to: Center the menuWe need a link to the BIQ. The blog in question.