This theme is not designed by me but I am using it at phpBBcast.com. Came across some bugs and just like to share the fixes for them. These changes applies to a fresh Blogging Pro Theme [widgets ready]. If you have modified it or using the non-widgets version, the following code snippets may vary.
1) If you do a search and click on “Previous Entries” in the search results page, it brings you to the main blog’s page 2 (instead of the search results page 2).
File to be edited: header.php
Replace
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
With
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="get">
2) Non-align search corner in Iternet Explorer

File to be edited: header.php
Replace
<div class="SearchCorner"></div>
With
<div class="SearchCorner"> </div>
3) Top blue bar does not show up intermittently

File to be edited: style.css
Replace
#bgcontain { width: 100%; background: url(./images/bkg_bgcontain.png) repeat-x;}
With
#bgcontain { width: 100%; }
4) Footer with extra space and characters in Internet Explorer

File to be edited: footer.php
Replace
<?php do_action('wp_footer', ''); ?>
With
<ul><li></li></ul>
<?php do_action('wp_footer', ''); ?>
What's Next?
»» Subscribe to Feed
» Leave a Comment
Related Posts:
» WP Theme: Groovy Video
» WP Theme Update: GreyBlog & SoftwareHolic
» WP Theme: Google Chrome
» Newer Post: Greasemonkey Script: Show Missing Images
« Previous Post: WP Theme Update: GreyBlog & SoftwareHolic














Thanks for these themefixes. I have another problem, when I do the previous page all my links are unlinked.
Thanks for your time.
doulos
In index.php
Replace
with
Nice theme, and thanks for bug fixes. I have tried downloading this theme from the links given above but those links are not working. can you give me working link of this theme.
Thanks
I think their blog was down yesterday.
Thanks for the fixes.
Theme can be downloaded here
Hi, I wasn’t able to solve the non-align search corner in Internet Explorer problem. I have one more major issue which seem to be on every blogging pro theme on the web even the blogging pro website itself.
In IE 6 the sidebar appears at the bottom of the page rather than at the top like it is supposed to.
Can you please help me out with what might be wrong with it.
Thank you.
http://www.vtualerts.com check it out in IE. ( Sidebar at the bottom!! )
I notice that page 2 of your blog and other single post looks ok.
Only this particular post is causing the sidebar to drop to the bottom.
http://www.vtualerts.com/events/olympics-2008-made-in-china/
Your observation seems to be partly correct. I tried removing the post and then test it on IE but there was no change. The sidebar still appears at the bottom. I discovered one more thing. Some of the post which have big pictures like
http://www.vtualerts.com/inspirational-stories/high-mileage-vehicle-designed-by-rv-college-mechanical-students/
Might be pushing the sidebar down. I am not completely sure about this. Is there any fix that you would recommend?
Ok, i got a temporary fix to the problem. The width of the image on any post should not be more than 490 pixel. Sorry for making a double post. Tried it out, and it worked. Hopefully users will move to firefox quickly and give web developers a break!