My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Emptiness  
Updated Oct 11, 2011 by cliffano

Emptiness is a minimalist WordPress theme with a white background, containing mostly texts with a header image. Simple and clean, with very lightweight HTML and CSS. It automatically recognises Get Recent Comments and Most Commented plugins.

View Demo Download Send Me A Postcard

Starting version 1.0, this theme requires WordPress 2.7 or later. Older versions require WordPress 2.3 or later.

Screenshots

FAQ

  • Q: How to remove the header text?
  • A: Open up header.php file, delete the following lines: <h1><a href="<?php echo home_url(); ?>"><?php bloginfo('name'); ?></a></h1> and <?php bloginfo('description'); ?>. If you want to delete the whole row (along with the search box), then you have to delete the first <div class="item">...</div> section on that file.
  • Q: How to change the header image?
  • A: Starting from version 1.1, you can upload your own header image by using the form located at WordPress Dashboard -> Appearance -> Custom Header -> Upload New Header Image, browse and upload the header image. Note that this feature requires PHP GD library, if you can't see the uploaded header image, it's quite likely that the library hasn't been installed.
    Alternatively (with any version), create your own header image (file name must be header.jpg) with the exact dimension 500 pixels in width and 281 pixels in height. Replace the original header file wp-content/themes/emptiness/header.jpg with your own header.jpg . However, be careful not to overwrite your own header.jpg when you upgrade the theme later on in the future. You might be interested to learn A Cleaner Way To Customise WordPress Theme Styles.
  • Q: How to remove "by author_name" and other post details on the left side of each post?
  • A: Open up emptiness/index.php file. Find the word "the_author_posts_link()", that's pretty much the post details area on the left of each post. You can delete the lines that you don’t want there.
  • Q: How to change the height of the header section?
  • A: Starting version 1.5, you need to add the following styles in style.css: div#header div.side { max-height: 281px } div#bodyfooter { margin-top: 350px; }. But add the pixel difference to those values, e.g. if you want to increase the height by 200px, then set max-height: 465px and margin-top: 550px.
  • Q: What if I want to use a header image with height other than 281px, say 300px?
  • A: Also starting version 1.5, you have to change add div.splash { height: 300px; } . Remember to change the height of the header section as explained in the Q&A above.
  • Q: How to change the banner / middle column width to be larger than 500px?
  • A: E.g. if you want to change the width from 500px to 600px. First, you need to modify style.css file, change width value in div.main from 500px to 600px, then change div#container & div#header width from 1020px to 1020px + the increase in height (100px) = 1120px. Also modify functions.php file, change define('HEADER_IMAGE_WIDTH', 500); to define('HEADER_IMAGE_WIDTH', 600); .
  • Q: Why is there a huge space between the header and the post? Why are there overlapping texts on the header sidebars?
  • A: This happens when either the Header Left sidebar or the Header Right sidebar has a lot of content that takes up space longer than the height of the header image. It's usually caused by widgets that are placed on Header Left sidebar or Header Right sidebar, you should move them to Body Right sidebar instead. Please note that the height of the header sidebars are meant to be as high as the height of the header image (about 281px).
  • Q: Why is there a page/menu link showing up twice on the header left?
  • A: Some users reported this error which I can't reproduce consistently. One of them advised that the duplication disappeared after adding a custom link via Appearance -> Menus.
  • Q: After uploading custom header image, why are top corners rounded while bottom corners are not?
  • A: This is a bug on versions older than March 3rd 2011. The fix is to modify functions.php file, replace 265 with 281, the reupload your custom header image.
  • Q: On IE6, why does the right sidebar get pushed down below the body?
  • A: This only happens when you have a post containing text or image wider than the width of the body (by default it's 500px). So you can either modify the wide content to fit 500px, or modify style.css and assign larger width (width attribute for div#container and div.main).

Widget Sidebars

There are 4 types of widget sidebars:

  • Header Left Sidebar - the left area of the header
  • Header Right Sidebar - the right area of the header
  • Body Right Sidebar- the right area of the body
  • Post Left Sidebar - the left area of each post
Starting v1.10, there are two more widget sidebars:
  • Body RightTop Sidebar - above Body Right Sidebar widget
  • Body RightBottom Sidebar - bellow Body Right Sidebar widget

Changelog

  • 1.13.3
    • Increased gap between header and body by 10 pixels.
    • Styled up input and textarea.
    • Image wider than main width (500px) should no longer overlap sidebar right.
  • 1.13.2
    • Replaced comment form HTML with comment_form function.
    • Added readme.txt .
  • 1.13.1
    • Added content_width set to 500 pixels.
    • Added license details to style.css, updated license to GPL3.
  • 1.13
    • Added configurable body and post classes.
    • Replaced bloginfo('url') with home_url().
    • Replaced bloginfo('stylesheet_directory') with get_stylesheet_directory_uri().
    • Replaced author comment div class with .bypostauthor .
    • Added nav_menu and post thumbnail support.
    • Replaced hardcoded footer links with esc_url.
  • 1.12
    • Replaced deprecated function get_links() with get_bookmarks().
    • Replaced deprecated function get_the_author_id() with get_the_author_meta('ID').
    • Fixed categories count syntax error.
    • Fixed comment reply form to appear right below the replied comment.
    • Added add_theme_support function call.
  • 1.11
    • Fixed image center alignment bug.
  • 1.10
    • Added new widget sidebar types: Body RightTop Sidebar and Body RightBottom Sidebar.
  • 1.9
    • Added comments pagination.
  • 1.8
    • Modified font family, colours, and sizes.
    • Modified header div height to 281, so header image can have standard 16:9 dimension.
  • 1.7
    • Modified posts navigation wordings to better indicate the time-based order.
    • Added table header and cell styles.
  • 1.6
    • Hid overflow on header left navigational menu div.
  • 1.5
    • Set overflow: auto to header side elements and code/pre/blockquote tags.
    • Styled code and pre tags.
  • 1.4
    • Fixed header position problem on small-resolution screen (e.g. iPhone) .
    • Improved HTML markup for template layout.
  • 1.3.4
    • Fixed header position problem on IE6 introduced in 1.3.3 .
  • 1.3.3
    • Added print stylesheet that includes posts and comments only.
    • Added paginated post support.
    • Modified HTML markup and CSS stylesheet to improve content-first SEO.
    • Added tags and categories count checks prior to displaying the tags and categories.
  • 1.2
    • Added global disabled comment handling.
  • 1.1
    • Added custom image header.
  • 1.0
    • Added threaded comments.
    • Issue 8 Added xhtml doctype to language_attributes call.
    • Changed page title to display post title followed by blog name.
  • 0.9
  • 0.8
    • Added Most Commented Posts to body right sidebar.
    • Issue 6 Added border left to indicate comments made by post author.
    • Issue 7 Fixed logout link from comment form.
    • Issue 8 Added language attributes to html tag.
  • 0.7.1
    • Adjusted margin and padding for aligned elements.
  • 0.6
    • Added link to WordPress admin, only displayed when user is logged in.
  • 0.5
    • Added limited microformat support (fn, url) on post and comment authors.
  • 0.4
    • Issue 2 Comment date becomes permalink.
    • Issue 3 Comment gravatar is linked to commenter's URL.
    • Issue 4 Added author gravatar to post details.
    • Issue 5 Post author name is linked to author posts URL.
  • 0.3.1
    • Theme is now valid XHTML.
    • Issue 1 Rendering problem on IE6.
  • 0.2
    • Widgetised the sidebars: header left, header right, body right, and post left.
  • 0.1
    • Initial release.
Comment by metw...@gmail.com, Jul 29, 2008

Great white theme! Love the big header picture. Is it widget-supported?

Comment by project member cliffano, Jul 30, 2008

This theme is widget ready starting version 0.2 .

Comment by layto...@gmail.com, Aug 22, 2008

what kind of license does this theme have? Is it ok to change the header picture, colors? I am new to this.

Thanks.

Comment by project member cliffano, Aug 24, 2008

Emptiness Theme uses GPL to keep it consistent with WordPress? itself. More info about GPL can be found here http://www.gnu.org/licenses/gpl-faq.html

Customising this theme is ok, feel free to modify the styles and the header image. Keeping the credits on the footer is highly appreciated.

Comment by zerois...@gmail.com, Sep 8, 2008

as simple as zen! I like this Theme

Comment by project member cliffano, Sep 8, 2008

Thanks for digging where the 'emptiness' comes from :).

Comment by anthony....@gmail.com, Sep 13, 2008

Hi Cliffano. this is a beautiful theme. However it doesn't work seem to work properly on my IE6 on PC. Just checking that you are aware. How would I tweak the theme to make it display correctly on IE? thanks, Anthony

Comment by project member cliffano, Sep 13, 2008

Would you be able to take a screenshot of the problem you're seeing on IE6 on PC? Please raise an issue http://code.google.com/p/bitpress/issues/entry and attach the screenshot to the issue. I can't suggest a tweak before knowing the exact problem first. Thanks for notifying me about this issue.

Comment by anthony....@gmail.com, Sep 14, 2008

hi cliffano, have done that. Thanks for being so helpful. anthony

Comment by anthony....@gmail.com, Sep 15, 2008

I am a complete novice to css and websites, but it seems to be something to do with the way the "float" is rendered on the right hand side elements? Anthony

Comment by project member cliffano, Sep 15, 2008

It's related to the side elements indeed, only affects IE6. Fixed in version 3.0.1 . http://code.google.com/p/bitpress/issues/detail?id=1&can=1#c1

Comment by anthony....@gmail.com, Sep 15, 2008

cliffano - thanks very much, I will try it, tinker around and let you know how it goes. All the best, Anthony

Comment by bairbres...@livingintheedgeofmadness.com, Sep 22, 2008

Hi cliffano-I am a novice at html, etc. Could you please give me a hint about how I would upload my own photo into your editor? Thanks for creating such a flexible theme. I wouldn't want to change a thing but that picture though! Bairbre

Comment by project member cliffano, Sep 22, 2008

Do you mean the header image (tree branches + leaves)?

Go to the home directory of your WordPress?, find navigate through wp-content/themes/emptiness directory, and you'll find header.jpg image.

Replace that header.jpg image with your own. Use the same dimension 500 pixel width and 265 pixel height.

Please let me know if you meant other picture/image.

Comment by bairbres...@livingintheedgeofmadness.com, Sep 22, 2008

Thank you! That is exactly what I meant. Now if I can only figure out what went wrong w/filezilla! Can't get it to work today. sigh...

B

Comment by nikolayn...@gmail.com, Sep 24, 2008

Great theme, congrats! The plain look should add some missing basic functionality though and I already submitted a bunch of issues. Great work, guys! You can check out the slightly customized version of Emptiness at http://blog.artiklz.com/

Comment by project member cliffano, Sep 28, 2008

Thanks for raising the issues. They're included in v0.4, submitted to WordPress?.org.

Comment by irwin...@gmail.com, Nov 18, 2008

Hi Cliffano, I just discovered Wordpress as a way to add blog function to my website. It's at http://billirwinarts.com/blog. I found your theme, it is exactly what I needed. I've tweaked it a little to try and match my main site, no doubt will keep fine tuning it over the next few days. Great work!

Comment by project member cliffano, Nov 19, 2008

Thanks for using the theme. Nice customisation you have there :).

Comment by dusan.mi...@gmail.com, Nov 26, 2008

Hi Cliffano, how can I add my profile picture to that post sidebar?

Comment by project member cliffano, Nov 27, 2008

Dusan, you have to register at Gravatar.com, make sure you add the email that you use on your blog's user account.

Comment by dusan.mi...@gmail.com, Dec 2, 2008

Thank you!

Comment by kastn...@gmail.com, Dec 17, 2008

Hi Cliffano, thanks for the theme, but could you check the width under resolution 1024x768? It seems with such a resolution, there's a drag bar at the bottom of the page. How can I fix it, by changing the page width px? Thanks.

Comment by project member cliffano, Dec 18, 2008

kastnerx, I'm guessing you're having this problem on IE? The body's right bar gets pushed down when there's a lengthy content in the middle area (just like a post titled 'XStringBundle NS_ERROR_FAILURE in my blog). I tested the theme with 1024x768 resolution on Windows using Internet Explorer, and it's ok when there's no lengthy content.

If you need a wider area for your content, then you might want to modify style.css' width attribute for div#container and div.main .

Comment by nikolayn...@gmail.com, Dec 19, 2008

The theme really has problems under IE. In the sidebar, all widget titles such as "Recent Comments", "Tags", etc. are indented a bit. Looks fine on any other browser though.

Comment by project member cliffano, Dec 19, 2008

Nikolay, the body right sidebar issue getting pushed down on IE6 was reported by anthony.goh and was addressed in Emptiness 3.0.1 . The indentation difference only appears on IE6, and it was a compromise I made in order to keep the stylesheet simple (improvements are always welcome). IE7 doesn't have any problem with the indentation or the lengthy content. Ditto for Safari, Opera, and FF, all good AFAIK.

Comment by alyk...@gmail.com, Dec 21, 2008

Love your elegant and highly readable theme -- thank you! One question: I would like to add multiple categories for the linkroll on the right sidebar, but the Wordpress link "categories" option doesn't appear to work with the theme. Is there a way to customize the sidebar file to allow for multiple categories?

Comment by project member cliffano, Dec 26, 2008

alykatz, you can try to use the Link widget and add it to Body Right sidebar, this way you're using the standard WP Link display rather than the simplified linkroll on Emptiness Theme. If you do use the widget, you might want to also add the Recent Posts and Recent Comments widgets to Body Right sidebar.

Comment by hotpinkc...@gmail.com, Jan 28, 2009

Hi Cliffano! Thank you for Emptiness! It's the perfect layout I've been looking for. I customized it a bit and tweaked it. Works perfectly except for the indentation of sidebar titles on IE6 (well, I don't use IE6, anyway). You can check out my blog to see how I made it all pink. :)

Thanks again! http://pinkcoconut.izces.com

Comment by project member cliffano, Jan 29, 2009

Hi hotpinkcoconut, thanks for using Emptiness. Nice touch! Happiness indeed lies in pink fonts :).

Comment by paintedg...@gmail.com, Feb 18, 2009

Hi Cliffano! What an absolutely top theme! Nice and simple, although I'm still getting back into using Wordpress, so I'm still making changes! I really like how the theme can be customised to suit individual needs.

I'm going to try and remember CSS to personalise it even more! Thanks Again :) Http://www.paintedghost.co.uk

Comment by SamDe...@gmail.com, Mar 19, 2009

Just downloaded it - reminds me of the first, best theme that got me into WP ('white as milk'). Can't wait to try it out

Comment by project member cliffano, May 12, 2009

Thanks paintedghost & s. The idea behind the theme is definitely its simplicity while at the same time allowing it to be a canvas for further customisation.

Comment by belem.al...@gmail.com, Jun 23, 2009

I can't "see" the current widgets in the administrtion panel of WP. There are many widgets in the blog but empty in the administrtion panel.

It's normal. Can I administrate these widgets?

Comment by project member cliffano, Jun 25, 2009

belem, when you say "there are many widgets in the blog", could you please tell me what they are?

Comment by blakcit...@gmail.com, Jul 10, 2009

Hi,

How can I get rid of this Warning: Warning: gzinflate() [function.gzinflate]: data error in /home2/kickmagn/public_html/wordpress/wp-includes/http.php on line 1787 On my first page here: http://www.kickmag.net/ Thank you again for a clean theme.

Comment by blakcit...@gmail.com, Jul 10, 2009

It was a Last Fm plugin issue sorry to bother you!

Comment by project member cliffano, Jul 10, 2009

Hi,

Yes, there was a number of people reporting the same problem with Last.FM plugin . I'm guessing you started having the problem after upgrading to WordPress? 2.8 from WordPress? admin dashboard?

The cause is actually a corrupted wp-includes/http.php file. I believe Last.FM plugin itself is fine.

One solution is to replace wp-includes/http.php file with the one from here http://core.trac.wordpress.org/export/11450/trunk/wp-includes/http.php

Another solution is to do a manual 're-upgrade' of WordPress? 2.8 .

Hope that helps. :)

Comment by mosessup...@gmail.com, Jul 19, 2009

Thanks for your beautiful theme, and your very helpful instructions and links. Simple and effective, just like the theme itself. I'm attempting this kind of simplification in all areas of my life... I feel like my blog has just showered and meditated. Lovely.

Comment by apple...@gmail.com, Aug 1, 2009

hi, i've been in love your theme ever since i saw it on my friend's blog at http://glow.whyiamnotdying.net/ and i have been meaning to install it for my own but this little lovely item keeps popping up.

Warning: file(/usr/local/ndn/web/oneclicks/wordpress/wp-content/themes/emptiness/style.css) [function.file]: failed to open stream: No such file or directory in /usr/local/ndn/web/oneclicks/wordpress/wp-includes/theme.php on line 180

Warning: implode() [function.implode]: Invalid arguments passed in /usr/local/ndn/web/oneclicks/wordpress/wp-includes/theme.php on line 180

and frankly, i'm very much clueless with what to do here D:

Comment by project member cliffano, Aug 4, 2009

Hi appleFTW,

Can you check whether the file /usr/local/ndn/web/oneclicks/wordpress/wp-content/themes/emptiness/style.css really exists?

How did you install the theme? Was there any error during the process?

Comment by lauriat...@gmail.com, Aug 5, 2009

Hi Cliffano,

I really love this theme and have gotten rave reviews from visitors. I just upgraded to the latest version but I lost the photo header that sold me on the site: the stones across the brook.

How can I get that back? Is the code available so that I can change the current photo of a green field?

This is rather important to me.

Thanks for the site design and your help.

Tony

Comment by project member cliffano, Aug 6, 2009

lauriatony, I'm currently away, I will make the stones image available for everyone to download as soon as I return home (unfortunately, 2 days from now).

Comment by lauriat...@gmail.com, Aug 13, 2009

Cliffano, I have solved the problem that I referred to above but would still like to replace the photo in the header to the original one of the stones across the brook. Thanks.

Comment by lauriat...@gmail.com, Aug 20, 2009

Hi Cliffano,

I'm still waiting for the photo of the stones in the brook from the previous version of Emptiness. That header sold me on the theme. This current photo is flat of field and adds little to the eye appeal.

Please make the previous header available as you said you would on Aug 6th.

thank you, Tony Lauria

Comment by project member cliffano, Aug 21, 2009

Hi Tony, I've just uploaded the header image that you requested http://blog.cliffano.com/2009/08/22/emptiness-header-images/ . I'm sorry it's taking so long. Thank you for using Emptiness Theme.

Comment by lauriat...@gmail.com, Aug 24, 2009

A thousand thanks! Can't tell you how much better I like this photo! Once more thank you for this theme too!

Tony

Comment by writeben...@gmail.com, Aug 26, 2009

Thanks, figured out the gravitar, do you know how to make the header image clickable to the home page?

Comment by project member cliffano, Aug 26, 2009

writebentaylor, the image is actually a background to div#splash . So what you really need to do is actually to make the div a link, you can try the approaches discussed here http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=223

Comment by pepijndevos, Aug 27, 2009

Hi,

It has been said before, but this theme is really beautiful!

My only concern is the HTML used behind the scenes. It's built up in the wrong order in my opinion. The little SEO I know tells me that content should go before sidebars. A good measure for me is if the site looks good without css and if all the stuff is in the right template.(there's only one of the four sidebars in sidebar.php)

Your layout goes like this: sidebar title sidebar sidebar header sidebar sidebar content sidebar

I'd doe it like this: title header content sidebar sidebar sidebar(left side, maybe with exception of the post sidebar) sidebar sidebar sidebar(right side)

And then play with position relative and absolute. The difference is the you laid it out in columns, I'd lay it out in rows. An additional advantage of this approach is that you'd have all the sidebars in sidebar.php instead of scattered acros the whole template.

Comment by project member cliffano, Sep 2, 2009

pepijndevos, thanks for the great suggestions, I really appreciate it. Content-first stylesheet has been on my TODO list for a while, but I haven't had the time to implement it yet - major CSS change tend to occupy a lot of testing time specially with browser compatibility. For now all I can say is that this will be implemented, but I can't promise when.

Comment by selfhelp...@gmail.com, Oct 3, 2009

Hi, I love your theme! Is it possible to move the link for people to make comments to underneath the post instead of to the left of the post as people are having trouble finding the comments link. thankyou

Comment by project member cliffano, Oct 4, 2009

selfhelpsolutions, I answered your questions here http://blog.cliffano.com/2008/05/31/emptiness-theme-v01/comment-page-1/?replytocom=385#comment-387 Please let me know how you go with it.

Comment by redlemon...@gmail.com, Oct 29, 2009

Cliffano, your theme is great, thanks so much for providing it. I have used it twice now and found it simple to modify and pleasing to the eye. Two questions for you: where would I go to change the link "Feed" in upper left to have a different title and how could I add a link near Feed and Home that says "Return to Site" so I can send visitors back from the blog to the main web site? Thank you!

Comment by redlemon...@gmail.com, Oct 29, 2009

By the way Cliffano, while searching your blog for an answer to my question came across your interest in Murakami. My cat's name is Haruki ;)

Comment by project member cliffano, Nov 4, 2009

redlemoncreative, To change the link "Feed" title, please have a look at header.php, and find the line with <li><a href="<?php bloginfo('atom_url'); ?>">Feed</a></li>. You can change the word "Feed" with the title that you want. You can also add your own link (e.g. "Return to Site") on that same header.php file. Thank you for using the theme, I'm glad you find it simple enough to modify. And it's always nice to find a fellow Murakami fan :).

Comment by s...@drycreekdigital.com, Jan 11, 2010

I would like to do the same as redlemoncreative but the code is different in version 1.3.3, and I may upgrade to 1.3.4 soon. Love your theme and thanks in advance.

Comment by project member cliffano, Jan 11, 2010

Hi Sue, In 1.3.3 and 1.3.4, you can modify the feed link (and other links on the left side of the header) in footer.php file. I'm sorry that this is rather confusing, I shall move the heade div element back in header.php in the next release . Thank you for highlighting this issue.

Comment by tallelev...@gmail.com, Jan 14, 2010

Hi,

Great theme! I just have one question. I tried to modify the height of my custom header image from your default 265 to 343. I went into the stylesheet and changed it under div.splash. When you go to my site the image overlaps the title of the most recent post. I've looked through all the code and I can't seem to find how to solve this. I'm sure I'm just missing something small. Can you help?

Thanks so much, me@tallelevator.com (this is not the site that uses your theme btw)

Comment by project member cliffano, Jan 17, 2010

Hi,

The problem you're having could be introduced in v1.3.3 . v1.4 includes a fix to header image width. Could you please try installing v1.4 and see if you still have the same problem?

Since it will take a while for 1.4 to appear on WordPress? web site, I'll email it to you at me@tallelevator.com

Comment by harid...@gmail.com, Feb 4, 2010

Hi,

Is there anyway to let us take directly to reply comment instead of reloading page into ../#respond?

Thanks.

Comment by project member cliffano, Feb 4, 2010

Would you be able to provide an example? a blog that does what you described above would be a great start for me to investigate.

Thanks.

Comment by harid...@gmail.com, Feb 5, 2010

Hi Cliffano,

I use it on my blog (I just post the same on your blog).

Avast blog (blog.avast.com) for example reply comment without loading it.

I thought mostly of wordpress theme today using reply comment (when we click reply button) the post page wouldn't reloading (I do ever use some themes: Mystique, Sophisticated Folio, eNews themes). But instead the reload after clicking the submit button.

Comment by project member cliffano, Feb 7, 2010

Hi haridiva,

Thanks a lot for the pointer. I think it should be possible to implement your request. I'll try to squeeze this in my list. I can't promise when this will be implemented.

Having said that, anyone else reading this who might be interested to add this feature to Emptiness theme, please feel free to check out the source and submit a patch. I'll credit your contribution accordingly. :)

Comment by tomdonov...@gmail.com, Feb 9, 2010

Hey Cliffano,

Kind of new to all this. Have an established blog hosted by wordpress.com using one of their Themes. Searched their Themes but didn't find Emptiness. Is Emptiness available on wordpress.com? Any way to use it if wordpress hosts my blog??

Thanks!

tpd

Comment by project member cliffano, Feb 9, 2010

tpd,

Unfortunately you can't use custom theme on wordpress.com unless you're on VIP hosting - as documented here http://en.support.wordpress.com/com-vs-org/ have a look at "WordPress?.com Cons" section.

Comment by TPMDono...@gmail.com, Feb 10, 2010

Thanks, cliffano. Appreciate the quick response and the link. Don't have the skills to use wordpress.org. Wish they had your theme at wordpress.com!

Reagrds,

tpd

Comment by MarnArts...@gmail.com, Feb 16, 2010

Hi Cliffano, thank you for the great theme! I wanted to ask if there was a way to make the header on pages different than the main page? I would also like to have a sticky post (if it's appropriate to call it that) stay on top of the rest of the posts - rather than a sticky link. Is that possible? Thank you! Em

Comment by project member cliffano, Feb 23, 2010

Hi MarnArtsPhotography?,

Sorry for the late reply.

Rotating / per-page header is a feature that has been requested but unfortunately I haven't had the time to work on it yet. I'll add sticky post to the request list, but again, I can't promise when I'll add it to the theme.

Thanks for using Emptiness theme.

Comment by andykwok...@gmail.com, May 26, 2010

How could i change the title of the post into Black colour and in large font size?

Comment by project member cliffano, May 26, 2010

You can modify style.css, and change the font size here: div#header div.main a {

font-size: 28px; // change 28 to something else text-decoration: none; color: #000000; // this will set the color to black
}

Comment by sw.dhyan...@gmail.com, May 26, 2010

Hi Cliffano:

According to your reply, i edit the style.css. But, it change the title of the BLOG rather than the TITLE of post.

What could i do ??

thx a lot!!

Comment by andykwok...@gmail.com, May 26, 2010

Hi Cliffano:

According to your reply, i edit the style.css. But, it change the title of the BLOG rather than the TITLE of post. Also, how could i add old posts, new post, like yours at the end of the web. Is it automatic?

What could i do ??

thx a lot!!

Comment by project member cliffano, May 26, 2010

Sorry, I misread it earlier. To modify the post title, change the h2 font-size: h2 {

font-size: 18px; margin: 0;
}

The older/newer posts link should appear automatically when you have more posts than your post per page setting.

Comment by andykwok...@gmail.com, May 26, 2010

thx a lot !!

But, i am new to wordpress.

I found i could not the font-size of the blog, according to your instruction. And, how could increase space before the Blog name and the description of the Blog, like in your demo, Blog and simplicity , and the color of description

Comment by hew...@gmail.com, Aug 24, 2010

Hello - I'm trying to increase the height allowed for my custom header image to 350px.

I've added to style.css: div#header div.side { max-height: 350px } div#bodyfooter { margin-top: 450px; }, and changed div.splash { height: 350px; }.

Even though I see the extra space is now available in the layout, when I go to change the header image in Wordpress: Appearance: Header, it still wants to crop my image to 500 x 265px.

I've tried going around wordpress and directly to wp-content/themes/emptiness directory, and replacing the header.jpg image (tried with the same name and with a different name), and nothing changes.

Many thanks for creating Emptiness and any help appreciated!

Comment by hew...@gmail.com, Aug 26, 2010

Hello again - I've sorted the problem in my email from a couple of days ago. To increase the size of the header image without Wordpress cropping it to 265px, you also have to go into Appearance: Editor: Templates: Theme Functions (functions.php) and change define('HEADER_IMAGE_HEIGHT', 265); to whatever image height you want. This changes the WYSIWYG interface in Wordpress and you can upload the image at whatever size you have designated.

Comment by Michell...@gmail.com, Nov 27, 2010

Hi Cliffano! Im a new Emptiness fan. Just a quick question: how do I change the favicon? Thanks!

Comment by project member cliffano, Nov 28, 2010

Hi Michelloui,

The favicon is not controlled by Emptiness theme. I use Blog Icons plugin http://yoast.com/wordpress/blog-icons/ HTH.

Cheers, Cliff.

Comment by Michell...@gmail.com, Nov 30, 2010

Thanks Cliff!

Comment by swsimmo...@gmail.com, Dec 28, 2010

I love this theme. I'm a new to wordpress code...but I can't figure out how to:

remove sidebars from individual post (not any of my pages)

Thanks a million,

Stephen

www.StephenSimmonsMusic?.com/wordpress

Comment by project member cliffano, Dec 30, 2010

Sorry, I missed out this question. I just replied to your comment left on my blog http://blog.cliffano.com/2008/05/31/emptiness-theme-v01/#comment-2937 .

Comment by kandulid...@gmail.com, Feb 14, 2011

i'm really lost. how do i exactly make the header clickable? i tried reading the links but i keep messing up the page and reverting to the original. i would also like to ask if it is possible to hide the posts on the main page, until at least you click on "new posts" or "blog"?

Comment by LanceCha...@gmail.com, Mar 10, 2011

Great theme, thank you. I have having an issue with pages being listed twice in the 'header left' space, and cant find anything in the code as to why. Appreciate any help.

Thanks,

Lance

Comment by lauriat...@gmail.com, May 14, 2011

Hi Cliffano,

Only the last three of my posts show an active link to psot comments or view comments. Every post after that shows COMMENTS OFF. I noticed this after I updated to v. 3.1.2. What can I do?

Thanks, Tony Lauria

Comment by lauriat...@gmail.com, May 16, 2011

Hi Cliffano,

Tony Lauria again. I am not sure the update to v.3.1.2 had anything to do with the Comments situation mentioned above. I've mentioned it only in trying to be thorough.

Thanks, Tony

Comment by akasam...@gmail.com, May 21, 2011

Hi Cliffano,

I love this theme for its simplicity...thanks. I am having an odd thing happen with the header image on my website...www.practicemeditation.net. In Chrome, Firefox and Safari, the top 2 corners of the image round of at the corners, whereas the bottom corners remain the same. In IE8 however, all corners are square. Any idea why this is so and how I can either make all corners round or all square?

Thanks

Comment by akasam...@gmail.com, May 22, 2011

Hi Again...I fixed it. I found your other report on the bug and changing the header height to from 265 to 281 pixels in the Functions.php file. thanks

Comment by akasam...@gmail.com, May 27, 2011

Hi Cliffano,

I wonder if you might have any idea as to why this problem is occuring. I have been trying to get some internal page links to work on my site. This is for an FAQ page so I can link from the question at the top of the page down the page somewhere. I have been using the following syntax and some strange stuff is happening.

<a href="#Is meditation making the mind go blank">Is meditation making the mind go blank</a>

<a name="Is meditation making the mind go blank">linking to here</a>

As far as I can tell this should link the first phrase <a href=.... to the <a name ... section which is further down the page.

What happens is that it doesn't work at all ie: the 'Is meditation making the mind go blank' section appears as a link but my cursor does not transform to a hand, ie. it is not really active, or only the underline and not the text becomes active.

The strange thing is that if I change to a different theme, it does work. So what about the theme might be causing this?

Help Appreciated.

Comment by jessicam...@gmail.com, Jun 28, 2011

I cannot figure out what happened to our blog on IE8. Firefoz and Safari are still displaying it correctly. Here is the link to our blog cheerzone.com/blog. You have any ideas on how to fix this?

Comment by BillMand...@gmail.com, Sep 16, 2011

I love how you have a group of small pictures on the demo theme and I would like to do that on my blog but I am not sure how to recreate that.

Thanks

fos522@yahoo.com

Comment by amanda.h...@baruchmail.cuny.edu, Oct 29, 2011

i can't figure out how to change the header size from 500x265 no matter how hard i try. please help me

Comment by project member cliffano, Nov 4, 2011

BillManduca?, you can use Flickr Gallery Plugin to get the small pictures on the demo theme http://wordpress.org/extend/plugins/flickr-gallery/ .

Comment by project member cliffano, Nov 4, 2011

amanda.huang, make sure you use the latest version of Emptiness Theme. If you want to modify the header dimension, you can change the values in

1. functions.php file define('HEADER_IMAGE_WIDTH', 500); define('HEADER_IMAGE_HEIGHT', 281);

2. style.css file div.splash {

height: 281px;
}

After you change those values, login to admin, menu Appearance -> Header, you can then upload a new image with the new dimension that you specified.

Comment by amanda.h...@baruchmail.cuny.edu, Nov 10, 2011

is there any way i can just do it by editing the css? i'm new to this and am using wordpress through my school's eportfolio website and i'm not sure how to extract and upload the theme


Sign in to add a comment
Powered by Google Project Hosting