Free Quality WordPress Themes to make your site beautiful and functional !!!Posts RSS Comments RSS

SpotLight

SpotLight is a 2-column, fixed width, widget-ready theme that is based on the Light theme by Stephen Reinhardt.

It is brought to you for free, with the support from Hosting Reviews & Coupons.

Here is a screenshot for you.
screenshot.jpg

Its features include
1. Sidebar Widget Compatible.
2. Template Page for creating an archives page.
3. Template Page for creating a contact page.
4. Template Page for creating a favorites / links page.
5. Automatic Top Navigation.
6. If a page has any sub-pages, they are listed at the bottom of that page’s content.
7. and much more for you to explore.
8. Supports Tags when used with WordPress 2.3

Test Run | Download

69 Responses to “SpotLight”

  1. Alfaon Jan 16th 2007 at 1:06 am

    Download link is dead.

  2. adminon Jan 16th 2007 at 7:55 am

    We have put this new plugin for download counter and thats causing it.

    you should actually click on the download link, which comes in the next page.

    Thanks.

  3. Dianneon Jan 16th 2007 at 10:41 am

    If you would please provide a better link for download…the next page directions is confusing since there are no instructions or link to the next page.

  4. adminon Jan 16th 2007 at 11:48 am

    Dianne / All,

    Updated the link to the download, so you can download immediately instead of going through another page.

    Thanks.

  5. miipon Jan 16th 2007 at 4:46 pm

    Hello, thank you for the great Theme but how can i insert a search funktion?

  6. miipon Jan 16th 2007 at 5:23 pm

    Hello, thank you for the great Theme but how can i insert a search function?

  7. Carlon Jan 17th 2007 at 6:37 pm

    Great theme, how about a 3 col. version?

  8. egonon Jan 17th 2007 at 10:24 pm

    ok I don’t know why my comments aren’t going through, but I’m having trouble with this theme and it’s tendency to push the paragraphs together.

  9. egonon Jan 17th 2007 at 10:25 pm

    there we go. instead of placing a space in between paragraphs, this theme pushes them together, making it difficult to read. I want to use this theme, but with this, I just can’t. Is there a way to fix this?

  10. adminon Jan 18th 2007 at 11:05 am

    egon and others,

    it is very easy to fix.

    look for
    p {
    line-height:1.6em;
    }

    in the style.css and change it to

    p {
    line-height:1.6em;
    margin:0.5em 0;
    }

    Save the style.css and hit ctrl + F5 (hard refresh) on the browser.

    That would help.

  11. adminon Jan 18th 2007 at 11:08 am

    The theme is now updated to have this fix.

    Thanks.

  12. Carlon Jan 18th 2007 at 5:03 pm

    Should there be a template page for links and a template page for creating a full archive (posts and comments listed) page? It says in the description that there are but I don’t see them.

  13. adminon Jan 18th 2007 at 6:38 pm

    Thanks for mentioning about it Carl.
    I somehow missed it before. Now the theme is updated to version 1.1 and has those page templates.

  14. Carlon Jan 18th 2007 at 8:57 pm

    Great! The links page is exactly what I’ve been trying to do (unsuccessfully) with plugins.

  15. b1cion Jan 20th 2007 at 2:54 pm

    Hi, at first - great template, and I want you to ask how I can change the ,,about image,, ?

  16. Carlon Jan 20th 2007 at 4:34 pm

    I’m trying to figure out how to get the menu to not kick the content to the right when the browser window is smaller than 1280×960. I have more than a few pages in my menu bar and there are still people out there that don’t use high resolutions. I’m looking through the CSS file and thought that it might be the navigation section but I haven’t gotten it to work yet.

    Any thoughts?

  17. egonon Feb 6th 2007 at 1:27 am

    Is there a way to make the menu on the left instead of the right?

  18. egonon Feb 6th 2007 at 1:32 am

    b1ci, look in your “wp-content/themes/spotlight/images” directory…there should be an image there named “profile.png”

    Make whatever image you want in that resolution (I’m not looking at it right now so I don’t know what it is,) name it “profile.png” then just replace that old image with your new one and it should show up!

  19. egonon Feb 6th 2007 at 1:36 am

    By the way, I figured out how to make the content float right and the nav menu float left, just simple CSS. I can’t believe I missed that. Now to figure out that dotted line…

  20. alexon Feb 11th 2007 at 12:18 pm

    thanks for the nice theme…

  21. elion Feb 26th 2007 at 2:53 pm

    almost the same with my modified version of light theme. nice

  22. Sergioon Mar 1st 2007 at 8:04 pm

    I’m trying this theme that I really like. Some proglem in the option part were the left box is empy:

    http://sergioandreozzi.com/tmp/spotlight-options.png

    I’m using it on wordpress 2.1.1

    Cheers, Sergio

  23. Sergioon Mar 1st 2007 at 8:46 pm

    I also suggest replacing in style.css the ‘code’ definition with the following one:

    code {
    font-family:monospace;
    display:block;
    padding:10px;
    background:#eee;
    }

    you might want to consider it also for the ‘pre’ css element.

    Sergio

  24. adminon Mar 2nd 2007 at 8:36 am

    Sergio,

    to fix the issue in WP 2.1 series, open the functions.php file within the theme folder.

    look for post_status="static" and change it to post_type="page" and save the functions.php

    Thats all.

  25. Sergioon Mar 3rd 2007 at 6:23 am

    I tried your recipe and found the string in an SQL predicate (WHERE post_status=’page’ AND …).

    Unfortunately nothing changed.

    I’m running wordpress 2.1.2 now.

  26. Sergioon Mar 3rd 2007 at 6:28 am

    checked mistylook that is working fine. THe actual recipe is to change:

    from
    WHERE post_status=’static’ AND
    to
    WHERE post_type=’page’ or post_status=’static’ AND

    and it works fine.

    Thanks for the great theme.

    Sergio

  27. Jeffon May 13th 2007 at 5:07 pm

    Nice theme thanks,
    I have an issue in Internet Explorer if the window is too small it will pish the side bar below the content. No problem with Firefox though.
    Is there any fix for this?

  28. Jenion Jun 13th 2007 at 9:47 am

    Hi there, I can’t get the ajax comments thing to work and wondered if you could help me. I have ajax comments plugin installed, it just doesn’t do it.

  29. adminon Jun 13th 2007 at 1:11 pm

    Just disable your plugin. the ajax comments will automagically work. this theme already includes the ajax comments functionality.

  30. Jenion Jun 13th 2007 at 2:19 pm

    Thank you it worked! :)

  31. roberton Jun 14th 2007 at 1:44 pm

    hi all.

  32. Jenion Jun 14th 2007 at 3:22 pm

    Hmm, I spoke too soon, it isn’t working after all. Any suggestions would be gratefully appreciated.

  33. Babaron Jun 18th 2007 at 1:00 am

    Beautiful theme. One small issue … my blog title and description (tagline) are too close to each other, how can I add some vertical space between them?

  34. Babaron Jun 18th 2007 at 1:13 am

    Modified the css to add vertical space over the description. On a separate note, I wanted to get rid of the arrows in the sidebar so I deleted the image file … was there any other way of achieving this?

  35. Babaron Jul 3rd 2007 at 11:30 am

    The counts of categories and archives are not showing up in the sidebar. Can anyone help? Thanks.

  36. Johanon Aug 26th 2007 at 1:53 pm

    Great theme, but i tried it on wp-version 2.2.2 and it doesn’t work at all.
    After the first list-item from the tabs, it stops showing/parsing text.

    Any ideas?

  37. adminon Aug 29th 2007 at 9:47 am

    Johan,
    1. It does not happen on my wp 2.2.2 installations and in many other people’s websites.
    2. When you write something here, provide a link to your site so we can come and see what is going on.

  38. Johanon Aug 30th 2007 at 11:59 am

    Thanks for the response.

    I detected the problem.
    It was due to the relative path that is used when the pagefunction.php file is included in the header.php file.
    For some reason it didn’t find the path.
    So I hardcoded the theme’s path with an ini_set function, and now it works.

    Johan

  39. Alexliamon Sep 11th 2007 at 8:55 am

    Hi, when i have just install spotlight on a test server, and when i try to leave a comment i get this error:

    Warning: require_once(../../../wp-config.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/38/d216919608/htdocs/wordpress/wp-content/themes/spotlight-13/spotlight-13/comments-ajax.php on line 2

    Fatal error: require_once() [function.require]: Failed opening required ‘../../../wp-config.php’ (include_path=’.:/usr/local/lib/php5′) in /homepages/38/d216919608/htdocs/wordpress/wp-content/themes/spotlight-13/spotlight-13/comments-ajax.php on line 2

    Thanks.

  40. Wptron Sep 13th 2007 at 6:37 pm

    The counts of categories and archives are not showing up in the sidebar. Can anyone help? Thanks.

  41. Ronon Sep 25th 2007 at 3:45 am

    Hi,

    is Spotlight theme compatible with WP 2.3?

    Thanks, Ron

  42. Dovydason Oct 1st 2007 at 5:03 pm

    Wordpress 2.3 is out.
    Will there be any issues with sotlight when updating?

  43. Babaron Oct 4th 2007 at 1:40 pm

    Wptr: Go to Presentation, Widgets, SideBar and then click on categories and make sure that “Show Post Counts” button is checked.

  44. Vishwason Oct 4th 2007 at 2:10 pm

    Are there any plans to have a custom image header in spotlight?

    I wanted to make some changes in my installation:

    1). Add a custom header image
    2). Add another sidebar
    3). Add RSS button at the top

    Can anyone guide me how I can go about doing this?

  45. Dennis Deanon Oct 5th 2007 at 11:50 am

    Hi ,I would like to do the same as the post before me written by Vishwas…. thank you for any help!

  46. craisinon Oct 10th 2007 at 12:08 am

    Hi there, I was wondering if anyone would be able to teach me how to remove the dashed/solid border lines under linked images? (It’s the same border line that appears under regular text links.)

    I know that it’s a CSS change, something similar to the .entrybody a:link, a:visited, a:active, a:hover items but I can’t seem to get the right syntax to get it right.

    Thank you for anyone that can help me out!

    Also, I absolutely LOVE this theme. Thank YOU! :)

  47. Christopher Reeson Oct 17th 2007 at 12:56 am

    Trying to get the site setup where I have a static main page, and my blog page actually be another page (called real estate)

    I created a page called “main” to be the static front page, however now I have a page called “home” that I can’t see in the “edit pages” in the admin menu, nor can I see in the theme menu. I can hide “main”, but when I click on the “real estate” page, both “home” and “main” are visible in the top menu, even though I have “main” hidden.

    Also, home doesn’t highlight as the active page… any help on setting up the navigation when using a static home page and another new page for blog posts would be much appreciated!

    The site can be viewed as is at www.palaestraholdings.com/medfordnj and will be moved to it’s new home once the bugs are worked out.

    Thanks!!

  48. adminon Oct 17th 2007 at 8:16 am

    Christopher Rees,

    just do one thing. open up header.php file in the theme, and remove this line.

    <?php if (is_home()) {$pg_li .="current_page_item";} ?>
    <li class="<?php echo $pg_li; ?>"><a href="<?php bloginfo(’siteurl’); ?>" title="Home"><span>Home</span></a></li>

    That will get rid of that extra Home Tab.

    Thanks.

  49. Christopher Reeson Oct 17th 2007 at 8:25 pm

    Awesome, that did the trick. Thanks SO much for the quick turnaround. That was the missing piece, now I can wrap up and take the site live.

    Great theme, keep up the good work!!

    Regards,

    Christopher Rees
    Palaestra Training
    www.palaestratraining.com
    1-800-324-0946

  50. Christopher Reeson Oct 18th 2007 at 11:40 am

    Looks like the theme isn’t displaying quite the same in IE 7 as it does in Firefox. I am looking at the site in IE7 now for the first time, and looks like line height is off, and bullet points are showing in the navigation and elsewhere that I don’t want showing (and isn’t showing in Firefox).

    I know that’s a CSS issue, any thoughts for a quick fix?

    Again, the temporary location for the site is http://www.palaestraholdings.com/medfordnj

    Thanks!!

    Christopher Rees
    Palaestra Training
    IT Certification and Training Videos
    www.palaestratraining.com

  51. Robon Oct 19th 2007 at 4:21 am

    How can I make a direct link from a page (top menu)?

    I want a page to link to a photo album for example.

  52. Pierreon Oct 29th 2007 at 11:23 pm

    I have the same problem as Christopher here. My page is beautiful with FireFox, but with IE7, bullet points are showing everywhere in the sidebar !

    Thanks for the help!
    -Pierre

  53. Robon Nov 4th 2007 at 6:10 am

    I just stumbled upon this theme this week, and WOW! I *love* it! It’s so clean, simple, and classy looking! I have tried and used several other themes by Sadish - Techland and Paalam - but Spotlight is absolutely superlative! Thanks, Sadish!

    Rob
    http://blog.ivman.com

  54. Hojinon Nov 19th 2007 at 11:29 am

    I love this theme but I really need a 3 column version. Is there on available?

  55. Gregon Nov 28th 2007 at 5:56 pm

    I also have the Internet Explorer problem, where the bullets are showing up in the sidebar. If anyone has a fix, please post!

  56. Gregon Nov 28th 2007 at 6:28 pm

    OK, I think I fixed the IE7 thing. Add this to CSS:

    #sidebar ul {
    list-style-image:none;
    }

    Works for me anyway.

  57. Kennyon Dec 10th 2007 at 4:09 am

    When i come to this website, i desided to choose best theme for me and write a comment for it. So this is most beatiful template for me. My practice in design - 7 years. Respect for lite theme.

  58. blog bancaron Dec 30th 2007 at 6:45 pm

    Hello,

    first of all i want to apologise for my bad english because is not my native language.
    I use this theme for my blog http://www.blogbancar.lx.ro/
    I have a problem with Blogroll when i activate this option from the widget, on the right sidebar the space between blogroll and the last categorie is too big and i don’t know how to fix that.

    Thanks in advance.

  59. Tomellosoon Jan 14th 2008 at 4:33 pm

    I have the same issue with blogroll. Can some hel us? Thanks in advance.

  60. A.J.on Feb 5th 2008 at 4:48 pm

    Has anyone added a 2nd sidebar or a third column?

  61. Joshon Feb 14th 2008 at 8:45 am

    Do you have a changelog for the theme update? I used your theme as the basis of my own theme and do not want to overwrite all my customization. Obviously you have no obligation to help me as I have altered your source but if there are some simple php changes to accommodate the new WP upgrade I would be really psyched if you let me know which files to alter. I really only want to upgrade to accommodate tags and not sure if thats a simple fix in your theme. Thanks for your help and thanks for creating a this nice clean theme to work!

  62. adminon Feb 14th 2008 at 10:42 am

    Josh,

    Please see this post for learning how to upgrade your existing theme for the Tags feature.

    http://wpthemetips.com/how-to-upgrade-your-wordpress-theme-for-wp-23/

    Thanks.

  63. Joshon Feb 15th 2008 at 9:17 am

    Thanks, I appreciate the help!

  64. andrew_t29on Feb 19th 2008 at 1:07 pm

    Is there a way to have pages not show the “this page has the following sub pages” list?

  65. andrew_t29on Feb 19th 2008 at 1:23 pm

    I tried editing the Page Template by removing:

    “” ){?>
    This page has the following sub pages.

    Though when I updated, it displayed a 404 page. I tried editing another page and there was no 404. So is there another way to now show the sub pages list?

  66. John Maveron Feb 20th 2008 at 5:37 pm

    Where is the fluid version?

  67. Tom Oenalon Feb 23rd 2008 at 4:45 pm

    one of the nicest temps i saw. thanks!

  68. J.T. Malloyon Feb 24th 2008 at 2:28 pm

    Great theme. I am a little frustrated though that I can’t find out how to add vertical spacing between my blogroll and my tag cloud in the sidebar.

    How would I do this?

  69. adminon Feb 25th 2008 at 12:01 pm

    I am going to close down the comments on this page. Please use http://wprocks.com/forums/ for any support related questions.

    Thanks.