btan
Forum Replies Created
-
Forum: Plugins
In reply to: Editing/Fixing FalbumWhat I did was created a template file for Falbum using the Page template file and put the falbum function within the div class “entry content”. You can see more specifics about the fix on my blog at http://sonicage.com/btan/2008/06/22/falbum-and-k2-integration/. It’s specific to the K2 theme but hopefully this gives you a sense of where to go.
Forum: Fixing WordPress
In reply to: Subdomain and imagesSometimes no images show up at all when you visit btan.sonicage.com. But if you visit sonicage.com/btan first then btan.sonicage.com afterwards, the images will work, perhaps due the browser’s cache. But I’m not entirely sure.
Forum: Your WordPress
In reply to: Simple-d.netVery unique design. Nice job!
Forum: Requests and Feedback
In reply to: To Blog or Not To BlogWell said 2fargon, comments can give new insight on a topic. The only real reason not to use comments is comment spam, but there are ways around that.
Forum: Your WordPress
In reply to: ModificationsI know, IE doesn’t have proper support of PNG transparency.
Forum: Your WordPress
In reply to: ModificationsThanks!
The following is the exact CSS code of the nav bar directly from my style sheet. You will have to change image urls and the positioning of the supernavcontainer to match your site’s layout.
#supernavcontainer
{
position: absolute;
top: 58px;
left: 50%;
width: 500px;
height: 17px;
margin: 0 0 0 -250px;
padding: 15px 0 0;
background: url('images/headernav.png') top center no-repeat;
}
#supernav
{
margin: 0;
padding: 0;
width: 500px;
left: 0;
text-align: center;
color: #777;
font: bold 11px Arial, Sans-Serif;
letter-spacing: 0.07em;
display: block;
}
#supernav li
{
display: inline;
margin: 0 5px;
padding: 0;
text-transform: lowercase;
}
#supernav a
{
color: white;
text-shadow: 0 0 2px black;
padding: 0 5px 5px;
text-decoration: none;
}
#supernav a:hover
{
background: url('images/navarrow2.png') bottom center no-repeat;
text-decoration: none;
}
a#blognav, a#archivesnav, a#forumnav, a#contactnav, a#gbnav, a#writingsnav, a#gallerynav, a#photosnav, a#aboutnav, a#archivesnav, a#photosnav { background: url('images/04-navarrow.png') bottom center no-repeat; }Forum: Your WordPress
In reply to: Techindepth.comLookin’ sharp…interesting posts too. Keep up the good work.
Forum: Your WordPress
In reply to: minning.de: PlogLooking great! Nice clean look.
Forum: Fixing WordPress
In reply to: Permalinks to 404I’ve tried everything. Still no luck. My index.php file is in http://sonicage.com/btan as well as my .htaccess
Forum: Your WordPress
In reply to: Modified CSS ThemeYou can now download the theme from Alex King’s list of themes where you can preview it.
http://www.alexking.org/index.php?content=software/wordpress/styles.phpForum: Your WordPress
In reply to: Greek to meLooks great, nice layout.
Forum: Your WordPress
In reply to: Newbie looking for feedbackHow do I keep the menu from extending beyond the footer.