Theme Features:
- Content slider built in
- Post scroller built in
- Mygallery built in
- News slider built in
- Most popular articles
- 468 x 165 banner slot
- 4 125 x 125 custom banner slots
- Banner positions can be turned off
- Cross browser compatibility IE7, IE8, Firefox, Safari, Chrome, Opera
- New improved admin panel
- WordPress 3.0 menu system supported + backwarkd compatability
- 3 Columns
- 2 Sidebars (one is turned off by default)
- Pages dropdown menu
- Exclude pages menu option
- Threaded comments, Trackbacks & Pingbacks are separated
- Gravatar ready
- RSS ready, Twitter ready, Subscription ready
- Post thumbnails (automatic image resizing)
- Latest articles on category (can be turned off)
- Page navigation included, no plugin required
- Google Analytics code script can be inserted
- Widget ready
- WP 3.0 ready
- Readme included
- PSD Logo included




Elegant Themes
ThemesForest
StudioPress
Thesis Theme
Mojo Themes


hi..
how to eliminate date and time for each post?
Hi Saza,
open index.php and delete div meta, and everything inside. Do the same for category.php, single.php, page.php, archive.php. Then just edit .entry in css, reduce the margin-top to 15px lets say.
great theme but do not know why when using search, I think the results page has errors .
at least to me is bad .
searchresults.php somehow missing or other problem?
Hi Fllo,
what kind a errors you have? Theme doesnt need to have searchresults.php, its working this way, except when you need something more. If search doesnt work on demo, thats cause of demo. Its limited, if you try it on your computer or domain, you’ll see that its working.
Let me know about any errors.
Great Theme man, thanks for sharing with us.
I am using this theme on my entertainment site. I need little help
First: How to change the whole background color/image which looks like lite blue.
Second: Is this possible to hide featured categories posts from single post page and stretch the single post page to width 650px
Waiting for reply
Regards.
Hi,
to change background color, go in style.css and under html body you’ll find background property. Change #A7D4DE with whatever you want.
For single post, it is possible if you know how to do it. But you’ll need to edit post images (backgrounds) with photoshop to adjust new size.
First i am not a programmer, I changed a background color, and also i removed the featured categories from single post page, but i am unable to expand the width of single post page
Please: Explain little more. how to, and which image and what i set its dimension.
Regards.
Hey Zamir, I know you’re not, but there’s to much to explain. Im sorry.
If you’re into web, learn html and css, it can only help.
All best!
Hi
I’m using WP3.0
I’m unable to insert image in Slider & mygallery. Please Help me how to insert image?
Check the readme and faq on our site.
I’m unable to find custom field?
Readme and faq…
When I insert image in slide. It’s show in small size. I set image size in 588px by 366px size. But in my site its show small size visit at: http://www.nepalbase.org/newface/
That’s cause you’ve changed #slider in slide.css. Put back width and height to original values.
No. I do not any changes in CSS
Reinstall theme then, or just copy original slide.css to css folder over slide.css.
I also do this. But problem not slove
Hi, I see now, but I dont know what it is. There’s another css file that is loaded, probably cause of some plugin, and that plugin is set to 200px wide and that’s why you’re having problem. Do this in slide.css, change #slider and everything inside it to:
#slider { background: url("../images/slidebg.png") no-repeat scroll 0 0 transparent; float: left; height: 315px !important; margin-bottom: 10px; overflow: hidden !important; padding: 28px 0 0 22px !important; position: relative !important; width: 586px !important; }