Mesedilla Studios just finished with the new layout and color scheme of v9. We are now undergoing the soft launch of v9 theme!
I removed some blog-network-related widgets. It causes my pages to take a lot of time when loading.
I also updated the pixel art to v2.0. I have added some people and moved some furnitures. Hopefully I’ll be able to finish it this year. hehehe!
Please let me know if you encounter any problems browsing with the new theme.
Thanks for visiting!
Related posts
No Comments
Print This Post
I have installed the Wordpress plugin, Wordpress Mobile by Andy Moore.
It automatically detects whether the user is using a normal web browser, a mobile web browser, or a mobile built-in browser.
In this way, any visitor can access Mesedilla Studios using any form of Media. No other or separate URL is needed, just type in www.mesedilla.com!
So far it’s working great although I heard some reports that it has negative effects in search engines.
Anyway, I’ll update this post if I encounter any problems.
Related posts
No Comments
Print This Post
Mesedilla Studios just finished moving to a new web host and is now undergoing the soft launch of v8 theme!
Please let me know if you encounter any problems browsing with the new theme.
Thanks for visiting!
Related posts
No Comments
Print This Post
Sorry for the inconvenience. I’m currently moving to a new web host.
Thank you for visiting!
Related posts
2 Comments
Print This Post
I’ve been using WordPress 2.0 for quite some time already since the announcement of the upgrade. However, I’ve been so busy that I haven’t given much thought on the features and the admin tools.
Now, if you are also a WordPress 2.0 user, you’d notice that one of the new features is the preview window. Although it does provide you a sample of your post with all the themes and images of your site, it is somehow a bandwidth hog.
So if you’re like me who likes to post and perform edits quickly, here’s how to disable the preview window.
Find this block of code in …/wp-admin/post.php. You can find them on lines 82-85.
<div id='preview' class='wrap'>
<h2 id="preview-post"><?php _e('Post Preview (updated when post is saved)'); ?> <small class="quickjump"><a href="#write-post"><?php _e('edit ↑'); ?></a></small></h2>
<iframe src="<?php echo add_query_arg('preview', 'true', get_permalink($post->ID)); ?>" width="100%" height="600" ></iframe>
</div>
Replace the block of code with:
<!-- // disable post preview
<div id='preview' class='wrap'>
<h2 id="preview-post"><?php _e('Post Preview (updated when post is saved)'); ?> <small class="quickjump"><a href="#write-post"><?php _e('edit ↑'); ?></a></small></h2>
<iframe src="<?php echo add_query_arg('preview', 'true', get_permalink($post->ID)); ?>" width="100%" height="600" ></iframe>
</div>
// disable post preview -->
I simply placed the block of code inside comment tags <!–– comments ––>
There you have it. I hope this helps!
Related posts
5 Comments
Print This Post

Testing mobile posting with photo. I hope it works!!!
Related posts
No Comments
Print This Post
The first one worked great! Now I can blog even when I’m mobile. This is cool!
Related posts
No Comments
Print This Post
This is my first post from my mobile phone. I hope it works.
Thanks for visiting!
Related posts
2 Comments
Print This Post