NoNa

10

The current version of NoNa on WordPress.org is 1.4

The latest working version can be found on GitHub.
*WARNING: The GitHub version may be a “work-in-progress”, please make back-ups of your current theme before using. Please be aware you are using a GitHub version at your own risk!*

Missing the pretty pin-up girl posing in the header, this grunge based theme originally known as Pinup Meets Grunge beautifully blends custom background colors. This built-in options give you the creative opportunity to truly make this theme your own. Do not be scared off by the dark look, try installing your own copy and playing with the custom background color option yourself. Remember, if you are not a fan of “blank” headers feel free to drop us a note and we can discuss additional options.

Big Screenshot of NoNa Theme

Big Screenshot of NoNa Theme

To see the Recent Changelog click here.To hide the Recent Changelog click here.

==== Changelog.txt ====
@date: November 6, 2011

== Version 1.4 ==
* released November 6, 2011
* published December 12, 2011

== Code ==
* Added textdomain as needed to string functions
* Added previous and next post navigation in the `single.php` template
* Added `wp_link_pages` after every instance of `the_content`
* Added `description` parameter to `register_sidebar` definitions
* Removed `show_avatar` function – not used
* Removed `bns_menu` function – not used
* Removed `nona_get_page_number` function – no longer used
* Removed display of ‘Featured Image’ in `single.php` for aesthetic reasons
* Removed default ‘Home’ link in menus when not on home page; leave as end-user choice via custom menu
* Replaced `the_author_posts_link` (deprecated) with `get_author_posts_url`
* Updated ‘BNS Dynamic Copyright’ and renamed to ‘NoNa Dynamic Copyright’
* Updated ‘BNS Theme Version’ and renamed to ‘NoNa Theme Version’

== CSS ==
* `font-size` changed to base of 115% from 18px
* Changed font-sizes changed to percentage base; some additional adjustments made
* Change main background image to `GrungeOverlayTileSmall.png` for better seamless tiling
* Change `GrungeOverlayTileSmall.png` background property to ‘body’ tag and remove `#full-screen`
* Added more consistent formatting
* Added `max-width` parameter to address gallery with up to 10 columns
* Added CSS to support `editor-style`
* Removed Internet Explorer `lte IE 7` support
* Removed `head2toe` as not needed
* Removed .avatar class; not used (and conflicts with v3.3-beta1 Admin Bar)
* Removed all empty elements (except those required by WordPress guidelines)
* General clean-up with minor optimizations and additions

== Code & CSS ==
* Updated menu system
* Cleaned up widget code in functions.php
* Cleaned up template code eliminating unneeded code

== Miscellaneous ==
* Changed to ‘new’ changelog format
* Corrected Theme Name to NoNa
* Update `readme.txt` with better ‘markdown’
* Update `changelog.txt` with better ‘markdown’
* Add `support.txt` file

== Internet Browsers Reviewed ==
* Apple Safari v5.1.1
* Firefox v7.0.1
* Google Chrome v14.0
* Internet Explorer v9.0
* Opera v11.52

****
——————————————————————————–

To see the complete changelog click here.To hide the complete changelog click here.

==== Changelog.txt ====
@date: November 6, 2011

== Version 1.4 ==
* released November 6, 2011
* published December 12, 2011

== Code ==
* Added textdomain as needed to string functions
* Added previous and next post navigation in the `single.php` template
* Added `wp_link_pages` after every instance of `the_content`
* Added `description` parameter to `register_sidebar` definitions
* Removed `show_avatar` function – not used
* Removed `bns_menu` function – not used
* Removed `nona_get_page_number` function – no longer used
* Removed display of ‘Featured Image’ in `single.php` for aesthetic reasons
* Removed default ‘Home’ link in menus when not on home page; leave as end-user choice via custom menu
* Replaced `the_author_posts_link` (deprecated) with `get_author_posts_url`
* Updated ‘BNS Dynamic Copyright’ and renamed to ‘NoNa Dynamic Copyright’
* Updated ‘BNS Theme Version’ and renamed to ‘NoNa Theme Version’

== CSS ==
* `font-size` changed to base of 115% from 18px
* Changed font-sizes changed to percentage base; some additional adjustments made
* Change main background image to `GrungeOverlayTileSmall.png` for better seamless tiling
* Change `GrungeOverlayTileSmall.png` background property to ‘body’ tag and remove `#full-screen`
* Added more consistent formatting
* Added `max-width` parameter to address gallery with up to 10 columns
* Added CSS to support `editor-style`
* Removed Internet Explorer `lte IE 7` support
* Removed `head2toe` as not needed
* Removed .avatar class; not used (and conflicts with v3.3-beta1 Admin Bar)
* Removed all empty elements (except those required by WordPress guidelines)
* General clean-up with minor optimizations and additions

== Code & CSS ==
* Updated menu system
* Cleaned up widget code in functions.php
* Cleaned up template code eliminating unneeded code

== Miscellaneous ==
* Changed to ‘new’ changelog format
* Corrected Theme Name to NoNa
* Update `readme.txt` with better ‘markdown’
* Update `changelog.txt` with better ‘markdown’
* Add `support.txt` file

== Internet Browsers Reviewed ==
* Apple Safari v5.1.1
* Firefox v7.0.1
* Google Chrome v14.0
* Internet Explorer v9.0
* Opera v11.52

****
——————————————————————————–
=== Version 1.3.1 ===
* released: January 13, 2011
* Trac ticket: http://themes.trac.wordpress.org/ticket/2582
* correct for missing ‘echo’ on home_url() calls

=== Version 1.3 ===
* added WP3.0 custom menu functionality
* modified the theme description for clarity
* updated call to search form with get_search_form()
* added readme.txt file (includes TO-DO list)
* added post-thumbnail support to all templates

=== Version 1.2 ===
* released: July 5, 2010
* NB: This theme is WordPress 3.0+ compatible, earlier versions may not be able to use it.
* cleaned up code to meet WP Standards
* replaced background color option with WP3.0 custom-background functionality
* added comment_form for WP3.0
* miscellaneous updates to better reflect Theme Development Checklist criteria

=== Version 1.1 ===
* added clearing div to end of the_Loop
* added wp_link_pages()

=== Version 1.0.1 ===
* variable name change in functions.php
* CSS: changed ‘.widget p’

=== Version 1.0 ===
* Initial Release

To see the readme click here.To hide the readme click here.

==== Readme for Nona Theme ====
@date: November 6, 2011

== Table of Contents ==
* To-Do
* Notes
* Review Tickets
* Test Environment

== To-Do ==
* [x] Menu – Theme does not currently support sub-menu items off of the main menu, this will be addressed in a future version.
* [x] Editor Style – stylesheet needs to be added/completed; add_editor_style() function can be un-commented afterward.
* [x] Clean up namespace references on theme specific functions; review generic functions using the ‘bns_’ namespace
* [x] Clean up widget code in functions.php
* [x] Clean up unnecessary backward compatibility checks
* [x] Clean up internationalization strings
* [x] Re-create main background image for better seamless tiling
* [x] Question: Should `wp_link_pages` be used after every instance of `the_content`? Yes
* [x] Sort out Internet Explorer compatibility issues: link hover and scrolling background issues; etc.
* [ ] Custom Header Images – further work is required to add appropriate code to make use of the existing child themes available from http://buynowshop.com/themes/nona/
* [ ] Review date.php template for better ways to incorporate end-user time and date settings
* [ ] Review changing post without title to use `Posted` instead of date (see Shades Theme); definitely implement if post-formats are used.

== Notes ==
* Future changelog entries will reflect commits to the GitHub repository: https://github.com/Cais/nona
* Some very light background colors will make the links hard to read when hovering over them. See the CSS element `a:hover { color: #e3e3e3; }` in style.css if you want to change this color.

== Review Tickets ==
* http://themes.trac.wordpress.org/ticket/2582
* http://themes.trac.wordpress.org/ticket/5740 – version 1.4

== Test Environment ==
* WordPress 3.3-beta2-19067
* PHP version: 5.2.17
* MySQL version: 5.1.56

To see the support click here.To hide the support click here.

==== Support.txt ====
For more information or help, please feel free to visit the NoNa home page

http://buynowshop.com/themes/nona/.

The NoNa Theme author is Edward Caissie aka Cais; for more information visit:

http://edwardcaissie.com/.

****

== Copyright 2009-2011 Edward Caissie (email : edward.caissie@gmail.com) ==
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License version 2, as published by the Free
Software Foundation.

You may NOT assume that you can use any other version of the GPL.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
St, Fifth Floor, Boston, MA 02110-1301 USA

The license for this software can also likely be found here:

http://www.gnu.org/licenses/gpl-2.0.html

****

You are free to download and use the following PSD to create your own header images, if you would like us to create a new header image for you please use the Contact Us page under WordPress Services.

NoNa PSD Template (77)

10 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

CommentLuv badge

Copyright © 2009-2012 BuyNowShop All rights reserved.
This site is using the Custom Child-Theme, v1.0.3, on top of
the Parent-Theme Desk Mess Mirrored, v2.0, from BuyNowShop.com.