huggie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Site logo not showingCheck the margin properties in the CSS
#logo img{ margin:-120px 0 0 -100px; }
Forum: Themes and Templates
In reply to: Old MystiqueYeah, there is always that. I used to do it for old PHP releases.
Forum: Themes and Templates
In reply to: Advice on what would be best? Theme Customization / DevelopmentI think you’re in the perfect position to create your own theme. My usual process is as follows:
- Design site in graphics package
- Slice up and create html mockup with dummy text
- Split into individual wordpress template files
- Add WordPress template tags
You already have step 1 and 2 done. I’ve had a look at the site and think it’s a good candidate for merging across.
I’d start by familiarising yourself with the Anatomy of a WordPress Theme for step 3, giving you an idea of what files you’re actually going to need and then move on to WordPress Lessons for step 4.
Forum: Themes and Templates
In reply to: Old MystiqueI’d suggest posting a comment at the theme homepage
Also, it might be an idea to backup your theme folder before upgrading so you can always roll back.
Forum: Themes and Templates
In reply to: multiple pagesCan you elaborate a little, I’m not sure exactly what you mean?
Forum: Themes and Templates
In reply to: how to remove empty 3rd column?Go into the page where you don’t want the column and on the right hand side where you have the template drop down menu, select Page-LeftColumn
Forum: Themes and Templates
In reply to: Theme Not Recognised – MotionWhere did you get the theme from? Can you provide a link so we can investigate?
If it’s the one in the wordpress repository here, it works fine for me and I’m using 2.9.2
It might me worth activating the default theme. Delete the motion directory and all files inside and then try downloading and installing again.
Forum: Themes and Templates
In reply to: the first post ALWAYS has too much white space…Is this only in a particular browser? I’m using Google chrome on Windows and I can’t see any extra white space in the first post that isn’t in any other posts?
Forum: Themes and Templates
In reply to: No italics in HoPE theme?The em’s looks fine in my browser, are you sure it’s not a caching issue in your browser?
Forum: Themes and Templates
In reply to: Remove Text in Theme & Change logo textNo problem, don’t forget to mark the topic as solved.
Forum: Themes and Templates
In reply to: Remove Text in Theme & Change logo textClick the appearance dropdown, then select editor. Make sure that Black 3column is selected in the dropdown on the right of the screen and then click the r_sidebar.php This will bring it up in the editor.
Forum: Themes and Templates
In reply to: Remove Text in Theme & Change logo textTo get rid of the “About Section” you need to edit r_sidebar.php in the theme editor. It’s hard coded.
To edit the logo, create a new image called logo.png that’s 270px x 72px in side and drop it into /wp-content/themes/black-3column/images
Forum: Themes and Templates
In reply to: Remove Text in Theme & Change logo textIf we knew which theme it might help.
Forum: Themes and Templates
In reply to: Mystique – changing the links on the nav bar…Pass the ‘exclude’ argument into the wp_list_pages() function.
Forum: Themes and Templates
In reply to: syntax error, unexpected T_ELSE in a custom category templateTry removing the following duplicate line:
<?php /* If this is a category archive */ if (is_category()) { ?>