jackosh
Forum Replies Created
-
Forum: Your WordPress
In reply to: My Spifftastic BlogI like it a lot, the colors go together very nicely!
Forum: Your WordPress
In reply to: Please review my WordPress ThemeI like the site, except for the two sidebars. The tag-cloud does not have enough room to look as god as it is meant to. Maybe you could incorporate both side colmns into one.
Good luck,
jackoshForum: Your WordPress
In reply to: Ok – everyone else is asking – so, have a look?I like the way the site looks, but there seems to be LOTS of blue, and I don’t know where to look. Maybe you could make the main content stand out a little by changing the color of its links to a different color from the rest of the pages links. Or, perhaps play around by incorporating a few other colors.
Thats just my suggestion, maybe you want a lot of blue, and maybe my idea is way worse than the way it already is! Either way, good uck with the site!
Forum: Themes and Templates
In reply to: Sidebar Content That Changes Depending On The Category?To clarify, your sidebar should look like this:
<?php if( is_home() ) { ?>
CONTENT FOR WHEN PAGE IS INDEX.PHP
<?php } elseif( is_single() ) { ?>
CONTENT FOR IF IT IS SINGLE
<?php } elseif( is_category(‘5’) ) { ?>
CONTENT FOR IF IT IS CATEGORY 5
<?php } ?>
Forum: Themes and Templates
In reply to: Sidebar Content That Changes Depending On The Category?yes this is possible…there should be code at the top of sidebar.php that says something like this:
<?php if( is_single() ) { ?>
Before the end of this if statement, add a line like this:
<?php } elseif( is_category() ) { ?>
and put the content after this line. If you want it to occur on a specific category change the is_category() to is_category(‘cat_name’)
Forum: Plugins
In reply to: Expanding the seach featureSearch for plugins. I’m aware of one plugin that allows you to do just that. I just can’t recall the name of it :/
Forum: Your WordPress
In reply to: Review my blogCongratulations, i think your site looks great! My only suggestion regards the navigation. The items of your menu ‘grow’ on a rollover, and move the other menu items.
In your CSS, you can make the padding higher on a link, and lower on a rollover link, so that the ‘growing’ does not disrupt the position of the other links.
If you intended for this to happen, then just disregard this!
Again, great job!
Forum: Your WordPress
In reply to: Could Not Make the RebootSparkPlugged, thank you for your kind words. I don’t think there is anything wrong with constant theme modification (or change altogether), but I do like consistency! I think I will be able to stick with this one for a while now!
Is there anything you think could be implemented better? I was not sure how to construct the archives page, because the WordPress code for archived information seems limited. I think that page looks real crappy. Any suggestions?
Forum: Your WordPress
In reply to: Bball CityMy only suggestion would be this: when you use the menu, an [x] appears as an extra link– moving the initial positions of the menu items. Once the menu is closed, the [x] remains. I suggest you just keep the [x] there the entire time (aka on the load of your site).
Forum: Your WordPress
In reply to: Could Not Make the RebootBUMP
I re-did the site (AGAIN). I think there is something wrong with me. anyways, I would love any feedback on the layout of the site and pages.
Thanks in advance.
Forum: Plugins
In reply to: <!–MORE–> TAGHey, thanks a lot! I’ve been looking for that FOREVER!!!!
Forum: Your WordPress
In reply to: Could Not Make the RebootIt would also be great if someone could provide me with any info. about how the site looks/runs on a mac!! I only know what it looks like in FFox and IE!
Thanks.
Forum: Your WordPress
In reply to: Could Not Make the Reboot@sareiodata: Thanks! What blue? The links? …or the blockquote?
Forum: Your WordPress
In reply to: Slap Upside The Headthe site is great, and the illustrations crack me up!
Forum: Fixing WordPress
In reply to: Archived Linksright, like it uses search.php! I just didn’t know that it existed as something WP would recognize. Thanks again!