#2364 closed theme (live)
THEME: Atahualpa - 3.6
| Reported by: | BytesForAll | Owned by: | Frumph |
|---|---|---|---|
| Priority: | Keywords: | theme-atahualpa, | |
| Cc: | lmmmuc@… |
Description
Atahualpa - 3.6
Fixed or flexible width layout, with min/max width, 0 - 6 sidebars, very browser safe (incl. IE6), create custom widget areas, import/export styles, javascript color pickers, over 200 options.
Theme URL - http://wordpress.bytesforall.com/
Author URL - http://forum.bytesforall.com/
SVN - http://themes.svn.wordpress.org/atahualpa/3.6
ZIP - http://wordpress.org/extend/themes/download/atahualpa.3.6.zip?nostats=1
Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/atahualpa/3.5.4&new_path=/atahualpa/3.6
All previous tickets for this theme: http://themes.trac.wordpress.org/query?col=id&col=summary&col=keywords&col=owner&col=status&col=resolution&keywords=~theme-atahualpa&order=priority
Change History (3)
comment:1 Changed 2 years ago by Frumph
- Owner set to Frumph
- Status changed from new to assigned
comment:2 Changed 2 years ago by Frumph
- Resolution set to approved
- Status changed from assigned to closed
comment:3 Changed 2 years ago by BytesForAll
Thanks, and I'll add these changes in the next update.

Theme Check Plugin Recommendations:
# RECOMMENDED: No reference to add_custom_image_header was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
# RECOMMENDED: No reference to add_custom_background() was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
# RECOMMENDED: get_bloginfo('text_direction') was found in the file functions/bfa_body_class.php. Use is_rtl() instead.
Line 28: if ( 'rtl' == get_bloginfo('text_direction') )
# RECOMMENDED: bloginfo( 'url' ) was found in the file functions/bfa_header_config.php. Use echo home_url() instead.
Line 276: <form method='get' class='searchform' action=; bloginfo( 'url' ); echo '/'>
the reason for the background and header recommendations is that we're moving towards strongly recommending that themes utilize as much of the API as possible. Not a requirement - just recommendation; this will lighten the load of the options and inner code for your theme and keep a universal recognition to end users on how to utilize those options.
Approving