Demo Best hostingDownload (2345)
Theme Features:
- Content slider built in
- 468 x 165 banner slot
- 4 125 x 125 custom banner slots
- Banner positions can be turned off
- Theme Options
- RSS ready, Twitter ready, Subscription ready
- 2 Columns
- Pages menu
- Exclude pages menu option
- Post thumbnails (automatic image resizing)
- Page navigation included, no plugin required
- Google Analytics code script can be inserted
- WP 3.0 ready
- Widget ready
- Readme included
- PSD Logo included
- Gravatar ready
- Threaded comments, Trackbacks & Pingbacks are separated
- WordPress 3.0 menu system supported + backwarkd compatability
- Cross browser compatibility IE7, IE8, Firefox, Safari, Chrome, Opera




Hi,
I’m trying to put some pictures in the slider, and although the configuration looks good it doesn’t appear (article text does), any idea of what I did wrong ?
Thanks,
Axel.
Hi, I see you figured it out! Glad to see that
Hey Guys,
Love the theme and currently adding my own touch to it. I have to ask though as I can’t seem to find the line of code for the top navbar. I’m trying to change the color of the black striped navbar to something else but have no clue which line of code I can play with? There’s a #topnavigatation in the code but that doesn’t seem to do the trick. any help is definitely appreciated.
Thanks!
-Gian
Hi, that’s top.gif image, under html body in style.css.
Mother effin’ awesome. You’re Ace! Thanks a mil!
I’m back and hoping to get some help again…I want to move the ‘MainMenu’(#top) from the top to under the Slider. I tried unlocking (false) and doing it that way but it didn’t work. What would be the best way to move the mainmenu from the top of the slider to the bottom? Sorry to bother, I’m sure it’s busy busy busy for you guys.
Thanks in advance
-Gian
Open up index.php and category.php copy and delete this lines:
<?php if (get_option('swt_slider') == 'Hide') { ?> <?php { echo ''; } ?> <?php } else { include(TEMPLATEPATH . '/includes/slide.php'); } ?> //and copy this into header.php on line 55 right after closing header div, and before this line: <div id="top"><!-- PAGE MENU, OR PRIMARY CUSTOM MENU --> now change in style css under html body background property to this: background: url("images/top.gif") repeat-x scroll 0 395px #FFFFFFThats it!
TY so much for the quick reply! I should’ve told you though that I’m working with Blogger, not WP. I know WP is better
but the wifey prefers Blogger’s convenience over WP’s awesome flexibility and agility. So back to my question (I know I suck, super sorry!): Would it be possible to move the MainMenu under the Slider in the Blogger template?
Thanks again and many sorries…
-Gian
Hehe, I never made blogger template. Where did you get it?
custombloggertemplates.com….guess I better ask them huh?
thanks!
Yeah
Hey, I’m back with more questions! Sorry man, I’m almost done with the layout but a part of it has got me super confused and I know you’re the one that can answer my question:
How do I take out the date and social media icons from the front page? I’m talking about the “boxes” where the posts go in the front/landing page?
I just want it to display the post title, photo and short description if possible which is already on there so…
Info greatly appreciated, thanks in advance!
-Gian
Hi, sorry cause of delay in respond. There’s no date on frontpage
For social icons, you can just disable follow us in theme options. Set it to hidden. For short description, you can use read more tag to break a text.
Or, you could open index.php and replace the_content(); with truncate_post(200, true); for example. 200 is number of chars, so set how much you want.
Hi,
Thank you for this nice theme. I have a question regarding pictures in the slider. In “README”, you mention “To have an images in the slider, you just add a custom field, type slide (lowercase) and leave link to the image.”
Can you please telle me how to do that?
Many thanks.
Yes, you need to enable custom fields first in screen options (top right corner of dashboard), then you’ll see custom fields under each post.