All right, I got some free hosting from Dreamhost, so you don’t need to use the Mediafire links anymore. Also: White Nigredo.
June 03, 2009, 1:47am
All right, I got some free hosting from Dreamhost, so you don’t need to use the Mediafire links anymore. Also: White Nigredo.
June 03, 2009, 1:47am
Something that completely slipped my mind that was brought to my attention by someone is that using White Nigredo’s CSS doesn’t change the icons, so they’re still white, which means you can’t see them. To fix this, just use the icons from my other theme (Albedo). They’re exactly the same as the icons in Nigredo, the only exception being that they’re black. Alternatively, you can just download the black icons from Cameron.io, and upload them somewhere (such as TinyPic).
Sorry about that.
January 25, 2009, 10:44am
Copy and paste the following code to include a search box on your Tumblelog:
<form action="/search" method="get"><input type="text" name="q" value="{SearchQuery}" size="17"/><input type="submit" value="Search"/></form>
I would recommend putting it somewhere in the sidebar, perhaps below the credits.
January 14, 2009, 11:47am
People have been asking me about how to add comments, or how to implement them into the theme better. I, unfortunately, didn’t make the theme with comments in mind, and have no experience using things like DISQUS. However, I recently tried to implement it into my theme, and haven’t encountered any issues.
Instructions:
Find every instance (there should be seven) of the following:
<p align="right" class="small">{Month} {DayOfMonthWithZero}, {Year}, {12Hour}:{Minutes}{AmPm}</p>
And then paste the following code below it (do not replace the above code):
<div style="font-size: 10px; text-align: right;"><a href="{Permalink}#disqus_thread">Comments (View)</a></div>
Afterwards, go to the Tumblr integration page on DISQUS, and copy the Disqus Code for Tumblr, and paste it under {/block:Posts}. That’s it. It should work. The “Comments” text should also display above the line this way, as well.
January 14, 2009, 11:41am
I’ve fixed the tags so they don’t display weird in Internet Explorer. I’ve also added the date and time to the bottom of posts.
If you don’t want the date to be displayed, then just find and delete all instances of the following:
<p align="right" class="small">{Month} {DayOfMonthWithZero}, {Year}, {12Hour}:{Minutes}{AmPm}</p>
I’ve also upgraded the White Nigredo CSS file to reflect these changes.
Download Nigredo here (mirror) and White Nigredo here (mirror).
Sorry for all the updates I’ve been making to the theme. I’ll be sure not to make these kinds of mistakes next time, and I hope this will be the last update I have to make in regards to fixing errors. E-mail me if you encounter any problems.
January 08, 2009, 8:34pm