Desk Mess Mirrored 1.4.5
Although I have been working on smaller and smaller issues with the Desk Mess Mirrored theme I am still looking for improvements and a finer tuning of the core theme files. Last night I finally said it was time to draw a line in the code and put the update out, thus we now have version 1.4.5 approved for download from the WordPress Extend Themes repository earlier today.
The following is the changelog for this update:
Changelog, as of Jan 20, 2010:
-- Version 1.4.5
- corrected positioning of 'cancel-comment-reply-link'
- corrected positioning of 'logged-in' message for comments
- added query reset to correct for possible is_home() issue?!
- corrected deprecated parameter 'siteurl' to 'url' in header.php
- editted footer.php template file to better handle possible lengthy text fields
- CSS: cleaned out empty elements
- CSS: added #bottom-container within #bottom-extended
- CSS: reviewed IE6 conditional style sheet -> reduced theme elements being displayed; please upgrade!
- CSS: added better styling of page list elements
- moved theme version display to functions.php
- minor updates to Multi child theme included
- Multi version number should reflect Desk Mess Mirrored version
- NB: The image files twitter.png and flickr.png will remain but are not used in the theme.
- NB: Multi will no longer be included with Desk Mess Mirrored to reduce theme size after version 1.4.5
- NB: Multi will be available to download at http://buynowshop.com/themes/desk-mess-mirrored
******************************
* Internet Browsers Reviewed *
* ========================== *
* *
* Apple Safari v4.0.4 (Mac) *
* Apple Safari v4.0.4 (PC) *
* Firefox v3.5.6 *
* Google Chrome v3.0 *
* Internet Explorer v8.0 *
* Opera v10.10 *
* *
* IE 6 - basic functionality *
******************************
© 2010, BuyNowShop. All rights reserved.
Related posts:



Not sure why, but with the update I am getting a red border around my images in Firefox and IE. New to this, but can’t seem to find any reference to it in the media settings when I insert in posts. Can you help?
Thanks!
I’m not seeing the issue you are describing here, perhaps a link to your blog would be in order. Please feel free to install my BNS Support plugin as it helps provide many details that are useful for troubleshooting and other support related tasks.
As usual FF and IE are treating clickable images as links and so they show what I assume is the default red “link” highlight border. The only way I can remove it is my not making the image clickable. I was wondering if in the code I can change the default border to “no border” so that the red does not show up in FF and IE?
@New York Dad – If you add
p a img {border:none;}to your style.css file it will remove the border around the linked images.NB: This will be in the next update.