CSS, PHP and ActionScript 3 tutorials
Cute Bubbles – WordPress Theme – Updated
Version 1.0 is live and it has full IE6 support, improved header graphic and some more tweaks here and there.

You can download the theme from here Cute Bubbles WordPress Theme.
Get some more premium templates from here:

Popularity: 67% [?]
| Print article | This entry was posted by Sorin on 27/01/2009 at 03:37, and is filed under Wordpress. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |

about 1 year ago
Hello!
) for commenting on my blog! I love this theme, so to translate Portuguese (pt-pt).
Thanks (mulţumesc
about 1 year ago
Hello.
Tried to install this theme, but the error message appears:
Fatal error: Call to undefined function post_password_required() in /home/site-test.com/wp-content/themes/cute-bubbles/comments.php on line 11
Please write me, how you can solve this problem?
Best regards,
Alexander
about 1 year ago
Hi, I love your theme, but after I installed it, the sidebar doesn’t display as in yours, instead it’s plain and has an odd dark green color as link color, which is not specified in the css file at all. If you know how to fix it, could you email me and let me know? Thanks very much in advance!
about 1 year ago
I stupidly upgraded my wordpress and I’m having difficulty getting your theme to work. Please please please grace us with another Cute Bubbles update soon
about 1 year ago
I worked things out… don’t know what I managed to screw up, but everything is looking great! Thanks for your beautiful theme and for offering help!
about 1 year ago
That is gorgeous. I’ll definitely be looking at using this on my next site.
about 1 year ago
I really love this theme, but I’ve got a serious problem with the borders on the images. I don’t like the white. Would much rather black. Better yet, the black with a bit of that glowing edge that gives such a nice dimensionality to other parts of the site.
The real problem is the default white lettering on the white borders. Makes image captions impossible to see. Can you tell me where and with what code to correct this problem?
Thanks for a beautiful theme
about 1 year ago
hey there, Great theme! I have tweaked it here and there (found the fonts to be too small) but have a question.
For some reason this theme does not render the html that I put into a post. Even things like paragraph breaks and lists or won’t show up at all in the post. I’m having trouble as I go through your code finding the area that disallows html.
Is there an update or can you tell me what I need to remove so that my posts can be html-friendly?
about 11 months ago
Hello. I love this theme! but I would like to know if there’s a way to have my own custom header instead of the regular website name. Also how do I change the size of the font within posts and post titles. Thanks!
about 11 months ago
Hello! Glad you like it!
The only way to change the header is to edit the header.php theme file and add the image header in the h1 tag there.
And for the font sizes you need to change the css file.
about 11 months ago
Hi
Love this theme. Is it available to be used with any of the shopping carts? Would love to have the theme running throughout my small businesses website.
Cheers
Chris
about 11 months ago
You can use it for whatever you want and modify it for your needs.
And glad you like it
about 8 months ago
i adore your theme!! It is SO beautiful. However, the cute bubbles theme looks broken. I’m not sure what I did, or what happened. Could you check my site, to see what is missing? or how i can fix it???
about 8 months ago
Hi and glad you like it

You need to write at least one more post. The design is made for large amounts of text.. or at least 3-4 post like yours
Write one more post and it will fix itself or use the Read more after some more text
about 7 months ago
I love the bubbles theme is it possible that you could make a version that is inspired by twitter with the front page posting function, similar to the P2 theme http://wordpress.org/extend/themes/p2
I would be the happiest person ever, and my members would love it.
about 7 months ago
i’ll make some updates soon to the theme but mainly on visuals and fonts.. i’ll have to see how can I integrate an ajax form there like on that theme.. but I for one prefer this separation between admin area and front-end
about 4 months ago
Hello,
I love this theme! I am curious about possibly a way to make the Posts in the center scroll while the sidebar and the rest of the background does not…I am not savvy enough in CSS or PHP to make this happen. Do you happen to know how to do this?
Thanks!
Amethyst Lilyth M
about 4 months ago
Hi! It’s not possible now. I’m thinking to make an update to this theme but for now I don’t really have to much time available for personal projects.
about 4 months ago
Great Theme Sorin! I am using it currently on my Christmas website. However, I would LOVE to change the bubble to a Christmas light bulb of different types and colors. How did you create the “bubbles” graphic?
about 2 months ago
I admire your Cute Bubbles template, which brings an elegant esthetic consciousness to web design.
I wonder how I can bring up the background on my Amazon aStore, and bring up the post, which has been written below the footer?
about 2 months ago
Hi! That is a bug from that iframe.. it has 4000px height.. put it around 1000px height and it will show ok
about 3 weeks ago
Hiya. Love this theme, (except for the supersmall font size) but having a terrible time with the link colors in comments. That dark blue on black is impossible to read. I went in and changed every dark blue font color I could find in the CSS and nothing. I’m really stumped. I can’t get Firebug to show me where the relevant code is cuz when I click on it, it just activates the link.
Help?
about 3 weeks ago
in the CSS find this line:
ol.commentlist li {
.. css code here
}
and add after it this code:
ol.commentlist li a{
color: white;
}
that should change the links color in white
about 3 weeks ago
Thanks so much! and thanks for the quick answer.