xaos
Forum Replies Created
-
Forum: Your WordPress
In reply to: continuous playI like the over all design, very clean. My favorite part would definitly be the header graphic though I think that the font gradients could be smoother and that the forum link could be toned down slightly. But otherwise good work.
Forum: Your WordPress
In reply to: Solanosystems.comI really like it, nice work. My only suggestion would be to smooth out the gradient on your top horizontal navigation bar but its your call regardless
Forum: Fixing WordPress
In reply to: Running PHP in pages?If you are just wanting to run PHP for a few unique pages then you could just forgo the runPHP plugin and just use a different page template with the appropriate PHP code already embeded within it and then leave the content for the page blank. This will probably only work if you are doing certain kinds of things so I’m not sure it if help you out in this case but its worth trying if your needs are applicable to this method.
Forum: Fixing WordPress
In reply to: Rename “Pages” on the sidebarAssuming you’re talking about the default wordpress theme (Kubrick) for the nightlies then I would look in
sidebar.php
under thewp-content/themes/default/
directory. Then find line 46 which should say this:<?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?>
and edit it to refect something like this:wp_list_pages('title_li=<h2>' . __('YOUR TITLE HERE') . '</h2>' ); ?>
Forum: Your WordPress
In reply to: digitalbranch.netVery cool. The paper effects give it the design a more visible texture thats just appealing to the eyes. Nice work
Forum: Your WordPress
In reply to: Kritiques PleaseMade some updates:
- Included the header
I havn’t implemented Fitt’s Law yet but I plan to once I get around to figuring out how I want to implement it in the design.
Forum: Themes and Templates
In reply to: IE & Firefox Images rendered Diff’tInstead of this:
<p><img src="https://www.burnsidewriterscollective.com/images/JesusintheMargins.jpg" alt="Jesus in the Margins" hspace="10" align="left" />I just got my hands on a manuscript of Jesus in the Margins....</p>
I would try
<p><img src="" class="float-left" /></p><p>Your content</p>
And add this to your stylesheet:
.float-left { float-left; margin: 10px; }
Forum: Your WordPress
In reply to: Kritiques PleaseLooks very simple and elegant ! ??
just the kind of style that I like, always.keep up the good work !
Thanks for the encouragement! By the way, I love wpthemes.info too, its always been a great resource for me
Forum: Plugins
In reply to: Gravatar as posterForum: Your WordPress
In reply to: Kritiques PleaseHrm, I thought that I fixed that. I’m not sure why it shows up but if I refresh the page then it usually works. I don’t know if anybody tried that but if you could it would be appreciated. I’m going to try and find the source of the error but I’m not even sure where to start looking yet.
Forum: Plugins
In reply to: Gravatars and 1.5 wordpressYou need to place the <?php gravatar ?> part into an image tag for it to work as such:
<img src=”<?php gravatar_function_thing(); ?>” title=”<?php comment_author(); ?>’s Gravatar” height=”” width=”” />
Forum: Plugins
In reply to: WP Features… “a Dream”- You can use ‘if ( is_home() ) { } to test if it is the home page
- I’m not sure what you mean by this
- Brian’s Latest Comments Plugin
- Most commented hack
- PHP shoutbox
- —
- Jesuit was working on one but I don’t know if he has released it yet
- —
- I’m not sure what you mean
- —
Forum: Your WordPress
In reply to: New BrainFuel site!I definetly like the new third column, makes the ads fit the rest of the site.
Forum: Themes and Templates
In reply to: Finding a Color SchemeThanks for the help!
Forum: Your WordPress
In reply to: New BrainFuel site!I like it, nice work though the ad-sense ads seem out of place on the sidebar.