Blogaholic

Add Authors/Admin To Your Blogger Blog

May 18, 2012 Blogaholic 0 comments

The new Blogger interface can be quite a challenge to navigate, especially if you’ve come to love the old interface and have troubles letting go and upgrading to the new one. I am one of those people who can’t get over the old Blogger look, and when I was asked how to add authors or admin to a Blogger blog, I didn’t know what to say. So I thought I’d [...]

Read the full article →

Thesis: One Teaser/Excerpt Instead of Two Per Row

May 17, 2012 Blogaholic 0 comments

The default layout of the post teasers/excerpts on the Thesis theme for WordPress is two per row. Sometimes, it does not work for the look that you’re going after. This bit of code will make the teasers/excerpts align one per row, instead of two across: .custom .teaser { width: 100%; margin-top: 2em; padding-top: 2em; text-align: justify; } .custom .teasers_box { padding-top: 0; padding-bottom:0; border-top: 0; } That’s it! Pretty easy, [...]

Read the full article →

Thesis Theme Error: Couldn’t find database jqeury_pronto

March 9, 2012 Blogaholic 13 comments

This morning I checked the front page of this blog out of habit and look at the error I found at the topmost part of my page: Couldn’t connect to database server.Couldn’t find database jqeury_pronto.An unexpected problem has occured with the application. SELECT statscurl_id FROM `statscurl` WHERE statscurl_ip = ”; I Googled the problem immediately and came up with two threads in the WordPress.org forums with a similar problem to [...]

Read the full article →

WordPress Error: Failed To Write File To Disk

March 2, 2012 Blogaholic 0 comments

You’re uploading images or plugins like usual and suddenly you get this error: Failed to write file to disk. I just did, and even though I Googled, there isn’t a fix offered that I could do on my own. The most recommended solution was to contact my web host and ask support to reset my files and folders permissions to default. Which I did. And voila! Back to normal. I [...]

Read the full article →

Major Comment Section Turn Offs

February 28, 2012 Blogaholic 4 comments

I think I’ve seen and worked with enough blog designs to determine what and what does not work for commenting systems. Below is a list of some of my pet peeves when it comes to comment sections. Note that this is a personal list, and in no way do I claim this to be a list of dont’s for blog comment sections. So what may tick me off might be [...]

Read the full article →