webfwrd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Editing ThemeApparently, you are not “Administrator” for your account. Go to user section in your WordPress’s admin and double check your role.
Forum: Themes and Templates
In reply to: I’ve lost my backgrounds on some of my pagesLook for class widecolumn in your CSS file and set background color for that as white. Because your theme has different classes in content area for index.php and single.php.
Forum: Themes and Templates
In reply to: Theme Preview on WordPress not working!Well, you are not supposed to put the version number on the title. You should put it with version tag in the style.css file. Not sure whether it supports spaces though.
Forum: Installing WordPress
In reply to: How long for apporval?If I am not wrong, within 24hours. All my updates to my theme are approved in less than 24hours.
Forum: Themes and Templates
In reply to: Changing the header to something else in an cateogory archiveDo not touch anything under wp-includes, if there’s a category.php inside wp-content folder, customize it. If not, you will have to create a new php page called category.php and put inside your theme folder inside wp-content folder.
Forum: Themes and Templates
In reply to: Changing the header to something else in an cateogory archiveIt should sit inside wp-content/themes/yourthemefolder/
Forum: Themes and Templates
In reply to: Changing the header to something else in an cateogory archiveYou can create a template page called category.php with custom header to achieve this.
Just put it in a wrapper. Following codes may help –
CSS #wrapper {width:800px} body {margin:0 auto} HTML <body> <div id="wrapper> Rest of your code </div> </body>Forum: Themes and Templates
In reply to: Need Beta Tester for my new themesFor those who are not familiar with SVN, I have uploaded the compressed version of the theme at following url: http://www.blogfwrd.com/Diana.zip .
Please let me know if you are testing the theme, and feel free to email me at ryan [at] blogfwrd [dot] com