Root
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Can I create a WP site that does this?Github might be good to host this type of thing. Use WP for the voting etc
Forum: Fixing WordPress
In reply to: please your help is neededThere is a great plugin for fancy next post nav.its called WP navi or similar
Forum: Themes and Templates
In reply to: Removing comments boxesOpen up the template file comments.php and delete the comment function entirely.
Forum: Themes and Templates
In reply to: Thematic – New div above access?Just open up the page templates and add it in manually.
Forum: Themes and Templates
In reply to: Styling a FormHave a look in the page source code to see what is what. The form prolly has an id eg: optform or similar………..
Firefox has two useful extensions for this type of thing…..the web developers toolkit and Firebug……..both are virtually indispensable to us……
Forum: Themes and Templates
In reply to: Creating child theme problemWhy not copy n paste style.css unto yr new child theme folder. At the moment one style.css is importing another style.css .its a loop……
so do what i suggest and delete the import statement
Forum: Themes and Templates
In reply to: Various White Screens with Child Theme functions.phpI can’t help but I got to agree. I am experiencing a lot of wierdness in child functions.php in the default.
Forum: Themes and Templates
In reply to: Blog's Theme is Connections 1.0 – Can I Make it Widget-Aware?Oh yes there is. Google it up.
Forum: Themes and Templates
In reply to: Add Logo Image in HeaderI set up logos as backgrounds in the relevant container…………in this case #masthead or similar………use no-repeat to get only one instance……
Forum: Themes and Templates
In reply to: Widgets are below page wrapperYou must be so rich you can hire a WP consultant
Forum: Themes and Templates
In reply to: Missing Comment BoxChild themes are the way forward. Some people treat them like they are for wimps or something but they offer incredibly powerful functionality in a fast and easy way. Using the default as the parents also makes sense to me.
Forum: Themes and Templates
In reply to: Custom template help!It always bothers me helping commercial developers pro bono. But the fancy graphic has obviously been set up in the post instead of in div#container.
Forum: Themes and Templates
In reply to: Static html as Home Page hides previous "Home Page"mmmmmmmmm
if u created that static page in admin u can set it as yr static home page……..
doing it yr way u need wp in a sub folder eg blog………….Forum: Themes and Templates
In reply to: edit footer twenty ten.yup
thats the oneForum: Themes and Templates
In reply to: edit footer twenty ten.Its in footer php in the div called id site-info it says echo url etc stuff. Its not best practise but u can just delete the whole function or comment it out. Nice to get a q I can answer 😉