Ryan Fitzer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Eliminating Page Display in BannerNot really a dumb idea. Give it a try and then see what happens. Comment it out like so
<?php // wp_list_pages(); ?>. Then, if you have no trouble, get rid of it.Forum: Fixing WordPress
In reply to: how to change get_bloginfo(‘url’) wihtout admin accessSweet.
Forum: Themes and Templates
In reply to: footer issuesTheir are a lot of issues there. To start with, add this to your footer css
clear:bothto drop it back down. The reason your sidebar is down is most likely because the content on left is too wide. Try making one or the other a little smaller.Forum: Fixing WordPress
In reply to: how to change get_bloginfo(‘url’) wihtout admin accessWe’re eye to eye…
Forum: Fixing WordPress
In reply to: how to change get_bloginfo(‘url’) wihtout admin accessYou can use whatever tools the hosting company supplies for database management (mine uses PhpMyAdmin). If your host provides the same you can check out this great tutorial from Podz’ site. http://www.tamba2.org.uk/wordpress/site-url/
You can also browse the main index of Tamba2.
Forum: Fixing WordPress
In reply to: Footer Help Please!Create a file named footer2.php and call it in your template with:
<?php include (TEMPLATEPATH . '/footer2.php'); ?>Forum: Fixing WordPress
In reply to: Footer Help Please!This is because you have a declared height in your aftstyle.css of 120px for the #footer. Take out that height and try again.
Forum: Themes and Templates
In reply to: Video Posting ThemesLooks like they are using “optional excerpt” box in the Write>Post screen to insert a linked image that points to the full post.
Forum: Themes and Templates
In reply to: Sidebars overrun bottom borderNo “easy” fix that is cross browser supported. You should acquaint yourself with the particulars of fluid, three column themes. This article is a good start http://www.alistapart.com/articles/holygrail/
Forum: Fixing WordPress
In reply to: Search and IE7I’m on FF2/Mac. Typed in “r” without the quotes and the search returned nothing. I also tried a few different words I found on the front page and still got no results. Not sure what could be the problem as I’m sure there is a least one post on your site with the letter r.
Forum: Requests and Feedback
In reply to: future posts managementSounds like an excellent idea for a plugin. I second that.
Forum: Everything else WordPress
In reply to: Loading questionThey upgraded some database stuff to affect speed in the new release.
Forum: Fixing WordPress
In reply to: Footer IssueThe only difference I’m seeing is the lack of a top 1px border (FF/Mac). Every page has the text centered. Is this the problem?
Forum: Installing WordPress
In reply to: Blank pages??Haven’t had that problem yet. What Mozilla/OS are you on. Made any WP customizations that might affect this?
Forum: Fixing WordPress
In reply to: How to Edit Link Categories to Change Order?This page might help. http://codex.wordpress.org/Template_Tags/get_links
Or if you need more control http://codex.wordpress.org/Template_Tags/wp_get_linksbyname
You want to open your sidebar.php file and alter the necessary code.