Root
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How do I make Sidebar visible only on page with posts?Yr theme should have a wide page type template. You can pull the sidebar out of that. Or when u post non blog stuff choose a different parent before u publish.
Forum: Themes and Templates
In reply to: Changing font for single word in postPut it in a span 😉
Forum: Themes and Templates
In reply to: Template Help Please!! :)I dont know if u have a local server installed for test purposes ?
I think there is a typo in the solution
Try this :h1#site-title, #site-description { position:absolute; top:-9000px; left:-9000px; }Forum: Themes and Templates
In reply to: Manually Changing Custom Background in Twentytenit is just so irritating that basic css is now being hard coded into php functions. it just aint right.
Forum: Themes and Templates
In reply to: Thematic – New div above access?yup……….thats why i call it developer level……..people throw the default theme out too quickly……you can do anything to it without learning how additional software works……and thematic is quite poorly documented at that
Forum: Themes and Templates
In reply to: Thematic – New div above access?yes it does………..but access is above it and footer below it…yr wrapper fills the view port………..but anyway………adding markup is one step more complicated in thematic because of the extensions, the templates dont contain much………..
Forum: Themes and Templates
In reply to: Manually Changing Custom Background in TwentytenYou might not be seeing yr changes. Do a hard refresh of yr browser ctrl + f4 in Windows i think
Forum: Themes and Templates
In reply to: how to magnify the size of your wordpress pageYou need a new theme closer to what you want. There are loads here – look in Extend/themes in the top nave
Forum: Themes and Templates
In reply to: New page needed but don't want page button?Use a custom menu. Look in admin. Set it up.then set it in the primary menu position also in admin
Forum: Themes and Templates
In reply to: Thematic – New div above access?incidentally yr #wrapper is not being put to good use……….u can bring it in to wrap the content……….u can do this with yr current mark up………
Forum: Themes and Templates
In reply to: Thematic – New div above access?surely u got enough container divs to add a shadow in css 3 at least ?
Forum: Themes and Templates
In reply to: Thematic – New div above access?Of course going my way you can just add the extra presentational markup in the templates too 😉 You can do that in thematic but its way more complicated due to the “extensions”. Its a very – awesome – piece of work by the authors, but its not to be grappled with lightly IMHO.
Forum: Themes and Templates
In reply to: Thematic – New div above access?Thanx for yr interest. But these things always depend on yr skill set and yr ambition in terms of hacking/patching the functionality. Adding divs is not easy outside of widget functionality. I do not use third party themes or frameworks myself 😉 I am a roll yr own kind of guy. I always think TwentyTen is a good base. Ditch the head graphic, add yr extra mark up, get the css into a semblance of order……….then build a child theme using style.css and function.php only. Thats the pro approach.
Forum: Themes and Templates
In reply to: twentyten ten child-theming: remove_action in functions.phpWell u dont want to remove the function. You want to edit its contents. To do that use a filter. Although child themes functions load later they can replace the earlier function…………