Ocean Mist 2.0

Ocean Mist 2.0 WordPress Theme

WordPress Theme

Details

Price: £0

The second generation of this popular WordPress theme has been months in development and has been completely re-built from the ground up.

New features include: completely customisable colour schemes; elastic width layout; gravatars; native support for a number of common widgets…

A well commented ‘client.css’ file contains all the lines you’ll need to edit to create a completely personalised colour scheme without worrying about affecting the underlying structure of the theme.

Select a preset colour scheme or create your own:
colour schemes

Free Download

136 Comments

  • NetOperator Wibby says:

    I’ve been watching the progress of this for awhile. Great work Ed!

  • pixi says:

    Thanks Ed – marvelllous update. Will pop something into your paypal for you :)

    Pixi – Sunny South Africa

  • Sergio says:

    I will try this with wordpress-MU.

  • barbara says:

    das sieht sehr schön aus.

  • Muhammad Noer says:

    Great work Ed. I ‘ve been waiting for this update to come.

  • Price says:

    Thanks for sharing. I have just seen your blog. I add your RSS Feed to my reader.

  • Robin says:

    Ed, I love this theme! The picture of Portugal reminds me of the North Coast of Cornwall. I am a newbie to all this and I was wondering if you could tell me how to get rid of the advertising block on the side bar>

    Robin

  • Mark says:

    Thank you for an excellent theme!
    I also want to get rid of the Image Advertisements and Browse functions but this doesn’t seem to be possible via the Widgets section. Spending evenings digging in the code isn’t really my thing, or do you have a simple solution for this?

    Mark.

  • Jan says:

    @Mark

    Go to your Appearance on your Dashboard. Then go to Editor. Find this set of code and delete it.

    Image Advertisements

  • Jan says:

    Oops! Sorry for the double post but I forgot codes doesnt work on comments.

    @Mark
    Go to your Appearance on your Dashboard. Then go to Editor. On the right side, click on sidebar (sidebar.psp). Find this set of code and delete it.

    Image Advertisements

    hope this helps.

  • Mark says:

    @Jan

    This is exactly how far i’d gotten before posting my question, but my php editing skill needs some serious brushing-up. Despite the local backups you’re always afraid of deleting too much code at once. Anyway, after some trial and error I managed to do the trick. Now on to the next item ;-)

    Thank you very much for your reply!

    Mark.

  • Jon says:

    Is it possible to modify the code to allow full posts in the archives?

    Thanks

  • Ed Merritt says:

    @Mark & @Jan – those advert space holders are only shown if you are using the non-widget sidebar. Removing them from sidebar.php is the quickest solution, but I’d consider using the widgetised sidebar – it offers far more flexibility (and comes set up as default with wordPress 2.7)

    @Jon – it looks like you’re running a hosted blog over at wordpress.com (which only offers the old version of this theme)

  • Jon says:

    Sorry, I gave you the old link.

    I am running my own hosted version now… I knew that i would have to if I wanted to make a change like that… but I still cant quite figure out the php mod to do this. I was expecting to see the_excerpt(); in your php and was just going to change it to the_content();

    Thanks

  • Ed Merritt says:

    @Jon – the archives dont show excerpts or full posts by default, just the title and date etc. The add post content into the archive, just insert the following code at line 33 of archive.php (just before ‘the_tags’):

    <div class="entry">
    <?php the_content(‘Read the rest of this entry &raquo;’); ?>
    </div>

  • Niels says:

    seems to be missing from header.php. If you want to use Lightbox2 or Shadowbox you need to put it in.

  • Jon says:

    Ed,

    Thank you very much… it worked great. I had a syntax error at first, but realized that the cut-n-paste from this page translated the single quotes into the wrong characters, after fixing that in the editor it worked perfect.

    Thanks again

  • Michael says:

    I had to add to header.php to make lightbox and nextgen gallery work. Otherwise they couldn’t insert the required headers.

  • Michael says:

    And sinde I can’t display php code apparently, what you heed to do is to add wp_head(); inside php tags to header.php

  • Silu says:

    Hi,

    Is there anyway we can change the header picture? Thank you!

    Silu

  • Jon says:

    Silu,

    In the header php… scroll down almost to the bottom. The picture is referenced in the div id photo tag, rewrite the location of your image. It needs to be sized 840 x 261.

    Hopefully my code below posts right…

    <div id="photo">
    <img src="<?php bloginfo(’stylesheet_directory’); ?>/images/mainpic.jpg" alt="Ocean Mist" />

  • ricland says:

    How do you get rid of the stuff in the sidebar?

  • Rob says:

    I could not get the admin bar or NextGEN gallery to work with Ocean Mist 2.0 so I messed around and here are my solutions…

    In the download above someone forgot to close the header stylesheet lookups with “” right after the last reference in the header.php. If you do that then the default WP 2.7 admin bar will work.

    If you add a line and put “” right above “” in header.php then the nextGEN gallery will work properly with columns.

  • Rob says:

    I made the same mistake as Jon… sorry for the double post.

    I could not get the admin bar or NextGEN gallery to work with Ocean Mist 2.0 so I messed around and here are my solutions…

    In the download above someone forgot to close the header stylesheet lookups with “” right after the last reference in the header.php (line 15). If you do that then the default WP 2.7 admin bar will work.

    If you add a line and put “” right above “” in header.php then the nextGEN gallery will work properly with columns.

    For newbees… do not include the quotation marks just what is between them.

  • Rob says:

    made the same mistake as Jon again… sorry for the triple post.

    I could not get the admin bar or NextGEN gallery to work with Ocean Mist 2.0 so I messed around and here are my solutions…

    In the download above someone forgot to close the header stylesheet lookups with “>/style<” right after the last reference in the header.php (line 15). If you do that then the default WP 2.7 admin bar will work.

    If you add a line and put “>?php wp_head(); ?<” right above “>/head<” in header.php then the nextGEN gallery will work properly with columns.

    For newbees… do not include the quotation marks just what is between them.

  • Rob says:

    I am finished posting… I screwed up again. Please reverse the arrow signs above and it will work. > <

  • Rob says:

    should be…
    < >

  • Silu says:

    Hi Jon, Thanks! That works~~~

  • vladimir says:

    Thanks for Great work Ed. Thanks for sharing.
    Большое Спасибо :)

  • Celeste says:

    I was trying to switch from the default theme to neutral but couldn’t figure out how…the new wordpress version 2.7.1 will show the theme shot as illustrated above but won’t let me select one to use.
    My code experience is limited but I understood the above post about changing the picture so any help like that would be great! thanks!

  • Stephen Pickering says:

    Hi Ed,
    Thank you first off. I am running 2.7, so I guess I’m running the “widgetized” sidebar. I can add and subtract widgets, but I still have two up there the “Browse with Monthy Archive button and search box” and the “Image Ads” They don’t show up when I’m in Widget editor. How can I take them down or how do I run a widgetized sidebar as you say?

    Also, what is the elastic width layout? Can I make the layout wider? How do I do that? I see the tool where I can automatically change color scheme.

    Thanks,
    Stephen Pickering
    Little Rock, AR US

  • Pelle says:

    How can i remove the borders around images and links.

  • buzz_lightyear says:

    @Stephen
    i’ve made my wider by editing the css, it wasn’t any problem (check out my test site http://wp.buzzdev.net).
    Maybe there is some better way to do it. Also if you increase the font size in default.css it will widen itself.

    body {
    position: relative;
    /*background: url(../images/bkg.png) top repeat-x;*/
    font: 68.75% Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding-bottom: 40px;
    }

    If you want to remove those ads and Browse stuff, you gotta edit sidebar.php file.

    buzz

  • Stephen Pickering says:

    Oh wow, Buzz, that’s really beautiful. OK, I’ll try. I don’t know much about CSS, but I think I can change a number, and I guess I need to start learning. I have a Lynda account and some books. OK, I changed it to 80% and that worked, but I don’t know if I like it like that. How did you widen it without increasing the font size? Or is that too complicated to explain here? Man I wish I could do half the stuff you are doing there. Looks so professional and has geek cred. Really a great looking site. Thanks a lot

    Stephen Pickering
    Little Rock, AR US

  • Stephen Pickering says:

    Hey Buzz,
    How do you get all those little buttons into your post, the stumble upon, digg, technorati etc?

  • buzz_lightyear says:

    @Steven
    those little buttons ar coming from “Sociable” plugin. I also needed to adapt the Ocean Mist’s css for it to appear better, because the theme was adding unnecessary border around any and all images all over the place (same vas happening to star rating).

    @all
    If you want, i can share my modified theme, absolutely no problem with that.

    Also if you like to know the list of all plugins i use there, i can post them.

  • Stephen Pickering says:

    Oh yeah, Buzz, that would be great. I would be interested.

  • Stephen Pickering says:

    Hey Buzz,

    I installed the Sociable plugin. But they are displaying Veritically. Do you know how to correct that as well as get rid of the dots and the borders? Looks like I need to edit some HTML source Code as Well as the CSS style sheet for sociable according to what I found in WordPress Forums. I know how to open a style sheet and edit it, but how or which file so I open to edit a HTML source code specifically where I put the Sociable pluging. Here’s the answer I found in the forums, which sounds right, but I don’t know how to implement it, at least on the HTML file side. I’m sure you know. You’ve got yours looking the way I would like.

    http://wordpress.org/support/topic/216344?replies=7#post-1000926

    It’s the answer about half way down by “ShirouJune” that seems to sound right. I’m not sure though.

    ~Stephen

  • buzz_lightyear says:

    Hi Stephen,
    please find my modified theme at http://buzzdev.net/viewtopic.php?f=28&t=36462&start=0

    I wouldn’t call it totally finished, but it is quite usable and i use it live at http://wp.buzzdev.net

    enjoy
    buzz

  • Charlene says:

    Hi,

    So i’ve read the above posts wrt the sidebar, but for the life of me, i just can’t seem to get it right 100%. Please help.. my code skills are minimal.

    I want to adapt this theme to look more like a website instead of a blog, so I’d like to remove the calendar, date, Posted by admin & No Comments completely. Any ideas on how or where ?

    Help would be appreciated BIG TIME.

    thanks
    Charlene

  • buzz_lightyear says:

    ehm.. i’ve posted today the link to edited OceanMist theme, in a good hope, that it will help users here, as it fixes many issues in that theme..
    …but somehow my comment got deleted..

  • buzz_lightyear says:

    ehm… my fault… it now magically appeared… i am sorry.. :)

  • Pink Digital Camera says:

    Very nice, and I have downloaded this ready for the next site I will be working on.
    Many thanks to you and all others who share such excellent work

  • Paul Sarcia says:

    nice theme… Thanks very much for this. I’ll be using it. :)

  • Sharon says:

    We haven’t updated to the new version yet, but our problem seems to be getting child pages to appear. Do we need a plug-in to make drop-down menus appear? Will the updated version help us with this? (Honestly, we barely know what we’re doing…)

  • Francis Specker says:

    When using IE 6, I can’t get the sidebar with text/html to show up. I have html code to show a graphic with a referring link. Do I have to modify the sidebar php for IE 6? All other browsers work without problems, but unfortunately a lot of people are using IE 6.

  • hotels says:

    Hello Francis,

    That’s my same problem with the Ocean Mist 2.0 theme :( Is there any solution for this problem?

  • Buzz Lightyear says:

    Hi Francis & hotels,
    try OM 2.1.1, i have fixed those problems with IE6.
    Get OM 2.1.1 from http://buzzdev.net/viewtopic.php?f=28&t=36462&start=0

    Hopefully Ed will fix it in his original theme soon.

  • John Zelle says:

    Hello Ed,
    Very nice template!
    I have a problem with the “MapPress Easy Google Maps” plug-in. It does not show a map,but a blank area the size of the map in the post.
    If i switch to the “Autumn Concept” template the plug-in works properly and displays the map.
    Any help would be appreciated.

    Cheers,
    John

  • Pedro says:

    Hi Ed,
    Great theme! I have a few questions though.

    - Is there a reason why wp_head() is not called in the head section?
    - Are threaded comments enabled or should I need to tweak the comments and functions files for that?
    - How much for a commercial license?

    Cheers,
    Piet

  • Mazlan says:

    The theme is absolutely great. Nothing else seems to work for me.

    Just wondering, do you plan to make a three-column version? How about making the sidebar switchable from right to left?

    Can this new updated theme be available at WordPress.com?

    Thank you for the wonderful design.

    Regards,
    Mazlan

  • [.::MDT::.] says:

    If you find problems in making Firestats working with Ocean Mist 2.0 wordpress theme, please read
    http://mdt.netsons.org/2009/04/10/solved-ocean-mist-20-and-problems-with-firestats/

    Hope it helps! :)

  • Chris Thomas says:

    Hi
    Great free template. Its my first introduction to WordPress. I’ve been at it a week and have lots to learn. One quick question though. I have created an archive page and used the default archive template but the whole list justifies to far to the right.
    I’m sure when I’ve learn some coding this will be a simple fix but until then….

  • Oeffi says:

    @ BUZZ Lightyear,

    i can’t find the download-link for ocean mist 2.1.1

    OEFFI

  • Oeffi says:

    Hello,

    i get at the right menu the message-> “Image Advertisements” and underlying the text ->

    “Advert for: describe the service offered” 2times

    The “tag cloud” works great.

    What wrong with “Image Advertisements” ????

    Thx for help

  • Oeffi says:

    Hi,

    i am again. Here you can see, what i mean, in the right area, there is no more the site-menu like ocean mist 1.2 and i have the image ad. at the right side, why?

    thx for help

    OEFFI

  • Fotzirk says:

    Thank you for this beautiful theme.

    Is it possible to have a ” list-style” disc(or other item) in the menu of the side column, as in the 1.2 version ?

    Thank you

  • Rickvv says:

    Changing theme from athualpa to OceanMist_v1, and then OceanMist_v2 (WP 2.7.1), widgets get lost.
    Is there a secret to adding/removing widgets, so that new ones don’t remove the default ones (default seem to be calendar, search, etc…)??
    I seem to be missing something in the customising.
    Thanks so much,
    rickvV

  • FC says:

    i love the nature panorama :)

  • Lori says:

    I am still back at changing the header picture in 2.O. Not being familiar enough with code, I now have no picture in the header. Where do I insert my photo information in this code? Do I put in a URL or just the .jpg file name? Thanks for helping a beginner!
    code:

    <img src=”/images/mainpic.jpg” alt=”Ocean Mist” />

  • Lori says:

    Got it! Just had the pic in the wrong folder.

  • Stephen Pickering says:

    How would I make my side bar wider?

  • Stephen Pickering says:

    What does it mean that this theme has “elastic width” capabilities, and how do I utilize that feature? I need to make my side bar about a half inch wider.

    Thanks,
    Stephen Pickering,
    Little Rock, AR

  • Tess says:

    Can you tell me how to get the stylesheets to display in the theme files
    editor sidebar? Only the one displays there. Currently, to access the
    others, I need to ftp. It would be great if they were editable right in the theme editor
    just like the other files.

    Thanks for this great theme; it is a very attractive theme.

  • Rob says:

    Great template Ed. I’m using it for my weblog (http://legalitprofessionals.wordpress.com) and love the design. On the site it says v1.2, is it possible to upgrade via wordpress.com?

    Thanks,

    Rob

  • Jane says:

    Great theme, thanks very much. Got the header image changed and advert code removed for now on the sidebar, but would appreciate a tip on how to get my ShareThis plugin to work. It still shows in WordPress dashboard as an activated plugin, but is nowhere to be seen on the blog now.
    Thanks
    Jane

  • ash says:

    I have an issue with the header images.
    I have created new ones (ie – mainpic06).
    I have saved them in the images folder. They are all saved as 840×261 at 72 dpi, RGB.
    I can change to all the original sample images by editing the divid=photo etc.
    from mainpic, mainpic01 etc but when I get to mainpic06 I get a broken link in place of the image.
    I have checked my images and they seem to be the same as originals but won’t work.
    Thanks, ash

  • ash says:

    I sent that last post as a last resort but after a little break I found I was using the wrong folder.

    My next challenge is to find out how to make the header images scroll. Has that been covered? I’ll keep looking.

  • Stephen Pickering says:

    Why aren’t the category labels showing up in my posts?

  • Jane says:

    Solution for Share This plugin to work: you have to edit the code in header.php by adding the button code above the tag. Not sure why, but adding the button code via the WordPress admin panel has no effect.
    Cheers,
    Jane

  • Jane says:

    Oops, just to be clear, add the button code above the tag in header.php.

  • Stephen Pickering says:

    So I widened the body of my page. How, I don’t know, except I used Firebug to screw around with the CSS, until it was the size I wanted and replaced the code. But my header photo won’t stretch out to fill in the space no matter how wide I edit the photo. Can someone help me explain how that works?

    Thanks,
    Stephen Pickering
    Little Rock, AR. US

  • xjohnu says:

    great theme. have the same question as Stephen Pickering: what is the ‘elastic width’? like this theme header photo and the blue color combination. the photo give the feel of something big, wide, open. but i right click the image on firefox, can see that the picture dimension is 840×261, scaled to 748×232. how to make it display the original size? would really appreciate tips on how to make it wider, to match the impression given by the header’s photo.

  • gregor says:

    hi there!
    thanks for this beautiful theme!
    question: is there any possibility to shift the “preset colour scheme” from the back- to the frontend, so that visitors can choose their favourite scheme themselves?
    Thx in advance!
    gregor

  • Tom Francis Walker says:

    I don’t like to be one to point fingers but wasn’t this theme created on Artisteer 2 Ed??

  • Ed Merritt says:

    @Tom Francis Walker – erm, point away Tom, but no, this theme was designed and built completely by hand.

  • Bamm says:

    Hi, would you know where I can get version 1.2? I can only find 2.0. Thanks!

  • Jim S says:

    Hi,
    Great theme, I am new to this so if this has been answered, I will keep searching, but I see in the “images” folder that there are a few “mainpic.jpg” images such as 02,03 and so on. My question is, is there a way to use a different header image for each page created or to have a different image load for each page load?
    Thanks for your time.
    Jim

  • thess says:

    Hi!
    there have been question about the color scheme before, runing my blog with WP 2.8. I cant change from default color that is this blue one to one of the other predefined from the admin page. Seems like the .css files for change color is missing..

  • Betley says:

    Thanks Ed. I used your theme and it works well indeed in my blog. Great job!

  • Betley says:

    Just wonder, in which part of Bournemouth do you live? I used to live in Tregonwell Rd around the square and then moved to Charminster. Now, I’m living in Jakarta, Indonesia.

  • alf hansen says:

    How can I remove the “Image Advertisements” and install my own widgets?

    Thanks a lot for a great theme !!!

  • Stephen Pickering says:

    How can we get the other widgets and not just the “text” widgets to float or pad to the left 2em?Because my objects such as calendar, etc. hug the border and don’t look right. Any thoughts?

  • Paul says:

    Love the theme! Is working well.

    Is there a way for me to prevent a page from showing up in the sub menus? I have some pages that I’d like to have exist on the site, but to leave them out of the menus.

    thanks,

    Paul.

  • John says:

    I like the look and feel of this Theme a lot. This is my third (almost) post here. Each other time, I figured out my question before it hit send. THis time, not so much luck. I am trying to get kPicassa to work with ocean mist. I almost does. When I get to the point where I select an image in an album and want Highslide to take over, i just get the redirect to the image in a new window.

    Could this me a theme interaction? I’ve also tried just standalone highslide implementations with the same result. I do acknowledge that it is likely that I’ve set up something improperly.

    Any ideas would be appreciated.

  • Ingrid says:

    Anyone where I can start my own blog.

  • Jill says:

    The download isn’t working!

  • Jason Bee says:

    Hello, please check out my comment. It’s size reduced weirdly, I don’t know what to change. Here’s my post with comment. http://b4money.net/2009/09/using-microsoft-word-to-make-a-blog-content/

  • Jason Bee says:

    Well, it looks like infolinks script make this happen. When I turn this script off, everything run normal. I want to use infolinks. anyway. Do you have any solution, guys?

  • Jason Bee says:

    at last, i can understand the problem. Infolinks read th comment and make a change to it. To overcome this problem, turn infolinks in comment area with

  • Rahul says:

    Hello,
    I was surfing through and found this beautyful theme.
    I appreciate your good work, but when I tried to download the theme and unzip it, it was corrupt.
    I humbly request you to provide me a correct url for downloading this lovely theme.
    Thanks in anticipation.

    Regards,
    Rahul.

  • kent says:

    Greetings,

    I love the new OceanMist 2, but I have a question.

    As a newbie to blogs, I chose wordpress’s version of OceanMist, but would now like to upgrade to ver. 2, with the tabs…etc.

    How do I do that? Are there directions anywhere?

    Thank You, Kent

  • tess says:

    This theme doesn’t display properly in IE. The side bar is under
    the content. On a large screen, the NAv links move to a spot on top of the side bar
    in a vertical format.

    Please advise on what to do/change.
    Thanks.

  • James says:

    Looks great, I might have to check this out. Thanks for sharing

  • Craig says:

    Relatively new to blogging and am not a css/html wizard. If someone has a little patience and some time to spare, I have a few questions about this theme that I can’t quite figure out. Please visit my page – http://www.calexilla.com – and send me a message if you’re able to. Any help is greatly appreciated!

  • Craig says:

    How do I get rid of these borders around the images in this theme? Setting the border to 0 or none, depending on how you do it, doesn’t work.

    Any help on this? Thanks!

  • DC says:

    Is there any way to change the outline color of the content balloon (the “speech balloon” that contains the content text)? The outline appears so light, at least on my computer, that you can only see the bottom edge of a comment, and this creates confusion as to which comment belongs to which contributor. Is there a way to make the outline of the content balloon darker? Thanks greatly.

  • web design media says:

    simple and professional……………..

  • Dimitri says:

    Great theme! Loved the original, love this update aswell.

    One question though, is there anything I need to do to get the comment boxes to work? I have comments allowed on all pages but none of them actually show a comment box in which people can leave comments.

    I have almost no understanding of php, but I can look up sentences quite easily ;)

  • Mike Austin says:

    Ed, you’re a fabulous Codes Scholar. My audience and I thank you for this most excellent theme. I’ve used it on WordPress.com as 1.2 for a very pleasant year, and I’m now switching to 2.0 and getting it hosted for pay because BluePlanetAlmanac is growing.

  • Marcin says:

    Love this skin :P )

  • Linda says:

    Hi there,

    I use this theme on a wordpress.com blog wich I made for my friends but I can’t get a ‘HOME’ button to work. Is there anybody who wants to help me with this?

    Pleeeeeeeeeeaaaaaasssseeee???

    My email is: digilin@gmail.com

    Thanks!

    Linda

  • Todd says:

    Thanks so much for the lovely theme! I’m using the 1.2 version because that’s all that’s offered through the wordpress website. Is there any way to disable the dates on the posts? Thanks!

  • Petque says:

    Nice template. Going to use for another of my website.
    Thanks for sharing.

  • Jim Nash says:

    Ed, Thanks! In my first blog estab 2 days ago, I started off w/a different template, then changed it a few minutes later when I saw your seascape. We live on a lake in N. Florida, USA, and I call my blog Lafayette View. But not a view like yours! Assumed it was Ireland or England, then saw ref to Portugal. I dated a girl from Bournemouth in 1964 at University of Georgia. Sonja (Pratt, I think) was her name. Interesting conversation. Still regret I never asked her out for second date. Don’t know why. Jim Nash

  • Pu Bea says:

    I really like your ocean mist theme. I already use it for my blog. I’ve got a homepage, and I’m glad, your theme is also available to download. ^^
    thanks a lot, I enjoy surfing through your site. ^^
    greetings from the cold!

    PB

  • Christian Haugen says:

    Is there any way to remove the acne link underneath? I don’t mind having a link to your site, but whats with the acne treatment?

  • Sergio says:

    How can i make more flexible? I want to add more pages.. and they get mounted..
    muchas gracias!
    Sergio

  • Bill says:

    When will OceanMist 2.0 be available on wordpress.com?

  • Brusini says:

    [url=http://learning.cunisanjuan.edu/moodle/b/generic-lexapro.php]lexapro commercial[/url] gernic lexapro = [url=http://krissyjackson.com/moodle/b/generic-lexapro-online.php]lexapro expiration[/url] mens lexapro = [url=http://deltauniv.edu.eg/moodle/b/get-lexapro.php]lexapro coupon[/url] lexapro without = [url=http://www.3b-consulting.com/moodle/b/good-deals-on-lexapro.php]effects of lexapro[/url] lexapro drug information = [url=http://deltauniv.edu.eg/moodle/b/herbal-lexapro.php]20 mg avian flu[/url] order 100 20 capsules cash on delivery = [url=http://www.zse.nowytarg.pl/nauczanie/moodle/b/how-to-buy-lexapro.php]lexapro paypal[/url] gel online no perscription = [url=http://www.wom.opole.pl/moodle/b/how-to-get-lexapro-without-prescription.php]generic cheap 2mg[/url] cheap lexapro online prescription = [url=http://www.ktc.ac.th/moodle/b/is-lexapro-generic.php]professional without prescription cheap[/url] tabs caps generica = [url=http://vle1.acs.kent.sch.uk/moodle/b/lowest-priced-lexapro.php]buy lexapro medication cod[/url] order prescription free lexapro = [url=http://ukvm.lt/virtualiaplinka/b/mail-order-lexapro.php]order prescription free lexapro[/url] cheap drugs lexapro

  • Jerry Waxler says:

    I’ve been using the default “Kubrick” theme for almost 3 years. I now have 200 fully polished essays posted and I finally realized that the Kubrick theme has some terrible navigation drawbacks. Once inside, you lose all navigation. I also wish the comments were easier to see.

    The one thing I’m loving about Kubrick is that it seems to be “SEO friendly” – if it’s true that some themes are better for SEO than others, then I would say from my experience, Kubrick is excellent.

    After weeks of looking for a good replacement theme, I stumbled on Ocean Mist 2.0, and fell in love with it at first sight. Believe me when I tell you this does not happen to me often. LOL

    But now I am trying to understand if it’s really a good replacement. As I ponder the various features, one of the questions I won’t be able to answer on my own is whether or not Ocean Mist is SEO friendly. In other words, might I risk losing some position on google. I also use a fair number of plugins, and hope this theme is plugin friendly as well.

    I know this isn’t exactly a discussion forum, but if you’re willing to help me understand this, I would greatly appreciate it.

    Best wishes,
    Jerry Waxler

  • Prcanj says:

    Does anyone know how to change / edit the homepage which does not show up in ‘pages’ I want to set it as a static page. Thanks in advance for your help

  • Doug Smart says:

    I added:

    after the tag and that fixed my lightbox plugins

  • Doug Smart says:

    It removed the code I was trying to leave as an example. Let’s just say search the 1.2 theme in the header.php file for wp_head and add that line in the same spot on the 2.0 theme header.php file.

  • Andrew says:

    I’m trying to fix up my sidebar, and found in the code:
    “Widgetized sidebar, if you have the plugin installed.”

    In following along with the instructions provided early in these comments, the options are to manually remove default “ads” from the code OR to widgetize the theme. Unless I’m confused, the fact that this is a new version of the theme should mean that it is already widgetized. The statement pasted above from the code agrees with this, but what plugin is it talking about?

  • Matthias says:

    Sehr schönes WordPress Thema. benutze ich für meinen Blog.

    Danke Matthias

  • Merlyn Tardif says:

    Just wanted to stop by and say thanks. Enjoy reading your stuff.

  • Kevin says:

    Hi Ed, I love the template but I do have a question for you. In the footer section next to the title of my blog I have a link called “Copy dvd”. Is there any way to delete that link?

    Thanks,
    Kevin

  • 色情小嫩屄 says:

    愿你夜夜都有好梦相陪,天天都有快乐相随!

  • Kotor says:

    Sleek and simple. Easy on the eye and very elegant. One of the best looking templates around. Great work!

  • Niklas says:

    Hey

    How can i get rid of the advertising at the bottom? “Skin beauty products”

  • Farshid Ketabchi says:

    andrew, i can’t get rid of the image ads either. it looks like it is already commented out but shows up any way. it is not clear to me what widgetize plugin ed is talking about. i am using wp 2.9.2 on godaddy.

  • Farshid Ketabchi says:

    cleaned up the sidebar.php to get rid of the widgets. looks like most of sidebar.php can be commented out and instead you can cimply configure the widgets from wp drag-n-drop pallette.

    for changing image you can simply override images/mainpic.jpg (840 x 261). no need to change any code.

    i still have some questions about changing the fonts (making them bigger) and widening the text frame (i.e. reducing the margins).

    i see some notes about from buzz above on this. but not clear to me how to do it exactly. any help is appreciated. thank you.

  • Farshid Ketabchi says:

    is there a way to make the default home page appear as 2nd or 3rd page and rename it from home to something else? i am using a couple of page order plugins but they only work on the 2nd page on and they not show the home page. thanks.

  • Tim says:

    I’ve been using this theme for a while but wanted to make it a bit wider. I ended up making a modified version that is wider and supports threaded comments. With Ed’s permission I’ll post a link to it.

  • Larry Woods says:

    Sorry, but I am missing something. I select different colour schemes but they don’t “take.” It just stays on the default scheme. I have been able to go into the database directly and change the scheme but I am sure that is not the solution.

    Thanks

  • DaLin says:

    Thanks Ed .I like this one very much.

  • Mia Johnson says:

    i also use infolinks on 3 of my blogs and it is also earning as much as adsense. ;`~

  • Omar says:

    How can i use this that i just downloaded. I’m lost. Please help me.

  • Ståle says:

    I would like to know what the default image is? Looks like a nice island?

  • Réka says:

    Is there any way to add a left sidebar to this theme?

    Thanks!

  • Maisie Marshall says:

    have anyone noticed that infolinks earnings this week have been a bit lower.-’;

  • Kit says:

    The download link isn’t working… Any ideas on how else to download this beautiful theme?

  • Terry says:

    I too want to download but the link is not working! Is there anywhere else to download? I love this theme.

  • Terry says:

  • Miq says:

    Hello, the link still does’nt work. Where can I download Ocean Mist v2.0?

    Thanks!
    Miq.

Leave a Reply

Browse the aisles

About Ten by Twenty

Ten by Twenty is brought to you by Ed Merritt, a web designer from sunny Bournemouth, UK.

By day Ed designs for Headscape and by night he can usually be found designing the products you see on this site.

Add your link Recommended



Twitter

Donations

If you've enjoyed the free products available here at tenbytwenty.com we'd really appreciate a small contribution toward the running of the site and the development of future products.

Payments

Most of the products available from Ten by Twenty are offered free of charge. Some products may be offered for a small price to cover the running costs of this site.

Payments are handled through Paypal, so if you've got an email address and a credit/debit card you're fine... Once the payment has been confirmed, you'll be automatically sent a link to a page where you can download the product you purchased.

paypal e-junkie