Orsted Theme
ORSTED THEME
Live Demo | Download Orsted Theme (13146) | Free Web Hosting
Orsted Theme is a very stylish Green Theme perfect for Blogs. Theme is widget ready, advertisement ready and an easily customizable theme to use. Works in IE7, IE8, Firefox, Safari, Chrome, Opera and is compliant with the Latest version of WordPress 3.0 and below.
Featured Articles
The Slider will showcase Images of the Featured Articles you have selected for your Blog to Display.
Widgetized Areas
This WordPress Theme Feature enables users the ease of Customizing the look and feel that they want for their Blogs.
Banner or Advertisement Ready
This Feature is specifically added for Publishers to easily incorporate ADS on their Blogs.
Cross browser compatibility
IE7, IE8, Firefox, Safari, Chrome, Opera
Thumbnails on Posts
Images you attach to your posts will automatically be used as thumbnails on your Main Page. The theme does not require any Custom Fields to be added.
Easy Customization
Works on the Latest Version of WordPress
WP 3.0 ready






49 Comments
how do you get the pics next to the titles of recent posts?
what widget do u use for subscription options.
thanks.
great theme.
How do I get my logo to show? I added it to my media file directory. It is not visible, although the hypertext works.
In the Orsted Theme, the reference to the logo is located in the style.css file (/wp-content/themes/orsted/style.css). Inside the header section find the following block:
#header h1 a {
display: block;
text-indent: -9999px;
outline: none;
width: 269px; height: 47px;
background: url(images/logo.gif) no-repeat 0 0;
Before making any changes, make a copy of the file so you can revert back to the old version if needed. Replace the images/logo.gif with the location of your image file on the server. Everything should fall into line at that point. If not, send the link to the website in question so I can review it first hand.
WPCorner Support
Thanks! The reason why it wasn’t working is because this line of script was missing from the template:
background: url(images/logo.gif) no-repeat 0 0;
Also, as a tip for anyone else, the logo size in the script can be changed to fit your own logo. And…if the extension on your image is not in .gif, the script will not be read. That includes the extension appearing in all caps, i.e. GIF.
I am unable to click any of my page links. Do you know what could have caused this? Also is there a way to have a sub-menu(drop-down) for my page menu?
Never heard of any issues related to clicking on page links. If you email me the link to your site, I can give it a quick look to see if I see anything. Regarding drop down menus, these can be incorporated into the theme, but those will need to be upgrades you make to the theme if you’d like that functionality.
WPCorner Support
Hi, I have installed your theme locally to one of my servers to try how it will look, but I cant make the slider thumbnails to work.
All the images are there, I tried making 5 posts so I can try the scrolling but the images up top dont scroll at all, do I need at least 10 posts to make the whole thing scroll?
Thanks
If you are running this on your local box, I’m only going to be able to give you limited support since I can’t see what is going on first hand. With regards to the slider images, have you created a Featured Image on each post that is in the slider control?
WPCorner Support
Hi Admin,
Thanks for the prompt response, ok, I tried uploading my project on the domain, and the same problem I experienced with my local server happened.
My Install is at: http://www.imbitasyon.com
Thanks
Any Inputs? Thanks
I installed your theme and love it! I’m having some issues with the side bar, tho. When I first installed the theme, there were default widgets in the side bar and footer areas. But they didn’t show up in the widgets panel. When I added a couple of more widgets to the side bar panel, the default ones disappeared. I added SEARCH back in, but there are weird spacing issues now. And Featured Videos is missing altogether! Any ideas what happened? THANKS
Yes the widgets that are in the sidebar are hard coded so when you added additional widgets via the WordPress admin panel these were overwritten.
-WPCorner Support
Hi Admin, Any Luck with the non-scrolling image issue? I would gladly have something for your tipbox if you can help me resolve this issue with a great theme of yours!
Hi, I have installed the Orsted theme but cannot figure out how to change the standard logo to our own one – I have put my logo in place of the original logo.gif and it does not work, just doesn’t show any logo whatsoever.
I’m assuming there’s something simple that I’ve done wrong – any ideas appreciated. the website is http://www.funinacup.co.uk/wordpress
thanks
michael
The logo reference for the Orsted Theme is made in the main.css file. It is in the block below around line 60:
#header h1 a {
display: block;
text-indent: -9999px;
outline: none;
width: 269px; height: 47px;
background: url(images/logo.gif) no-repeat 0 0;
}
That last line references the location (images/logo.gif). You can either replace the current file with your logo or update the reference to the location of your file.
-WPCorner Support