basketball
Forum Replies Created
-
Forum: Plugins
In reply to: New Plugin: Advanced SearchGreat plugin, lot of awesome features, but it just doesn’t seem to work for me?
http://www.bballcity.com/search
ie) When I try to search “pages” only, it shows a ton of posts, when I try to exclude a category I still get posts from that category in the results. 🙁
Forum: Plugins
In reply to: New Plugin: Advanced SearchIs there an alternate download link? Site seems to be down right now
Forum: Plugins
In reply to: Set WordPress OfflineThe redirect doesn’t seem to be working, are there any other ways one can make a wordpress blog go offline, but an admin can still edit?
Forum: Installing WordPress
In reply to: Clickable Header with custom themeonclick = easy no hassle solution, if you wanna do an image replacement technique like what doodlebee suggested, use the dave shea thingy:
http://www.mezzoblue.com/tests/revised-image-replacement/
(very bottom)cursor change thingy,
add this to your .header part in the css:cursor: pointer;
Forum: Themes and Templates
In reply to: Problems with layout (FF vs IE)Specifiy a width to the body tag, ie) 900px, give it these properties:
text-align: left;
margin: 0 auto;
width: whatevre;to the html tag
text-align: center;
Forum: Themes and Templates
In reply to: Problems with layout (FF vs IE)Whats the css your using right now? For two column fixed layouts, this is what works best for me:
float both columns, one left one right, give them a specific width
make sure the container div is at least 10px wider, and have height: 1% + overflow: auto
Forum: Themes and Templates
In reply to: Why there’s no h1 tags in some new themes ?Technically h1 tags are good for SE optimization, maybe they just don’t like to use it?
Usuaully h1 tags are used one on the page for the page title, sometime if you replace that with an image you usually just leave it.
Forum: Installing WordPress
In reply to: Clickable Header with custom themeJavascript onclick function //
onclick="javascript:location='http://www.whatever.com'"
add it the div header //
<div id="header" onclick...
Forum: Themes and Templates
In reply to: Theme CommentsAny thoughts before I wrap this up?
Forum: Fixing WordPress
In reply to: CSS – image margin issueIncreate the specificy of those images, instead of img.floatRight, use #content .post img.floatRight
Forum: Fixing WordPress
In reply to: How to alphabetize categories?No problem 🙂
Glad you got it workingForum: Your WordPress
In reply to: Visit my website if you’re bored @ http://www.ekarj.comIn terms of validity start off with the basics //
you need an <html> tag to start, a <body> tag after the </head>
and end with a </body> and </html> tag
Then go a little further, change all your <br> tags to
then on all your image tags end it with /> instead of >
That should cut down your errors quite a bit 🙂
Forum: Your WordPress
In reply to: 500 Internal Server ErrorCan you go into your wp-admin folder at all? Or is it just the edit.php page?
Forum: Fixing WordPress
In reply to: How to alphabetize categories?This should do it
<?php wp_list_cats('sort_column=name&optioncount=0&hierarchical=1'); ?>Forum: Themes and Templates
In reply to: Designer for World of Warcraft ThemeIf you’er still looking:
http://www.bballcity.com/portfolio/
have been working on wordpress for quite some time (sinced 1.2) and have completed 5 wordpress themes either from the groundup or from psd files just this summer.