Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » New Versions, & Updating » Old Version fixes and change logs »

Changelog 3.3.3 -> 3.4


 
Prev Previous Post   Next Post Next
  #1  
Old May 8, 2009, 08:33 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Changelog 3.3.3 -> 3.4

Atahualpa 3.4 can be downloaded here http://wordpress.bytesforall.com/?p=72

You may have to use full absolute paths now in CSS, i.e., depending on your WP setup:
url(http://www.yoursite.com/wp-content/themes/atahualpa34/image.gif)

due to the way the external CSS is being created/referenced:
http://www.yoursite.com/?bfa_ata_file=css



Changelog 3.4:
  • DONE: Move dynamic CSS from header.php to external file. Plus option to strip comments and whitespace. The old way to create a dynamic style.css.php was not accepted by Wordpress for their theme viewer, so it was being included in header.php for the time being. The new code for style.css.php should be fine. Through the new compression function the whole CSS gets shrinked to about 7 KByte with mod_deflate turned on on the web server. On a host without mod_deflate or gzip, the file size would be around 20 KByte. All the CSS is in one file now, instead of being spread over header.php and style.css.
  • DONE: Move Javascript from header.php to external file, plus option to compress file. (Compression not done yet, there were issues)
  • DONE Option to add widget areas in Header, Center Column and Footer.
  • Option to compress the HTML (index.php) as well.
  • This will be handled by the compression function: Don't display empty selector { } in header.php's dynamic CSS to save some file size.
  • Avoid PHP warning when /images/header/ directory is empty (no header images available)
  • Check WPG2 plugin again, one user reported link to gallery "jumps out of page"
  • Check background/hover colors of menu bars in IE6, when colors were changed
  • Done - works for me by using the existing option "Comments Are Closed text". Add option to allow comments on selected pages (instead of just all pages or none) - BETTER yet, make it follow the Wordpress editor settings - http://forum.bytesforall.com/showthread.php?p=6118
  • Improve integration of Tabbed Widgets plugin. For now, you'll still need to install the plugin, and it will not match every custom style of the rest of your site. This has still some issues, use it only if you know your way around Atahualpa, CSS, etc at least a bit.
  • Bigger task - may be delayed: A first version of a Style Import/Export function. Only Export works so far.
  • May cancel this: Don't apply auto image resizing if layout type is "fixed". This feature is fairly stable but on fixed layouts it doesn't make sense. (But, if you're too lazy to resize your images before uploading them this feature could still be useful.)
  • Floated comments of http://wordpress.org/extend/plugins/...mments-plugin/ need fix in Firefox 2
  • Add Gravatar post info item
  • Add styling for twitter widget
  • Add theme option to remove that default content from the sidebars, for users who want blank, but existing sidebars (instead of turning them off altogether)
  • Option for WPMU to disable HTM/CSS Inserts, disable by default, enable through file edits by WPMU owner
  • Option for individual link titles (<a title="..." href=") for page links via custom fields or similar. Category links already use the description field for their link titles.
  • Add Twitter icon/link option for header
  • Make header RSS etc. icons in the header gray with color on hover so they integrate better with the rest of the theme, optional, color only icons can still be used
  • DONE: Option to center/right align menu bars
  • DONE: Option to have up to 2 sidebars on either side
  • DONE - sort of: Fully editable header, center and footer area. No more editing of bfa_header_config.php required. (Instead of: "Add many theme hooks to avoid file edits for plugin integration etc.")
  • Add redirect mechanism for items in the menu bars so arbitrary links can be added to menu bars through Wordpress, without file edits
  • Turn icons from transparent GIF into transparent PNG
  • DONE but not tested: Add IE6 PNG transparency fix.
  • Check possible text alignment issue with tinyMCE advanced http://www.mlmanley.com/2009/02/fixe...ahualpa-theme/
  • Not a feature yet but there's a tutorial thread here on the forum: Add option for HTML bullet lists and graphics as list-item markers inside widgets
  • Check again: Display actual path, i.e. /wp/wp-content/atahualpa/images/backgr.gif instead of generic example /wp-content/atahualpa3/images/backgr.gif in help/example text in the theme options
  • Meta tag char encoding, see http://forum.bytesforall.com/showthread.php?p=5397
  • Check again: Check author comment styling for 3rd and lower level comments, see http://forum.bytesforall.com/showthread.php?p=5702
  • Add option for Print CSS: Print whole page or only middle column, http://forum.bytesforall.com/showthread.php?p=5895
  • DONE: Theme option "Only Excerpts" does not work on homepage
  • DONE: Typo %%author-lastname% in post info items description
  • Check German umlauts in meta description http://forum.bytesforall.com/showthread.php?t=1643
  • DONE: div.post-bodycopy got lost with 3.3.3, put it back in again
  • Option to set own "No Gravatar" image for comments
  • Option to show comment form above comments http://forum.bytesforall.com/showthread.php?p=6673
  • DONE: Category Menu Bar -> Sort Category Menu Bar by: always sorts by ID http://forum.bytesforall.com/showthread.php?p=6753
  • DONE: Option to have no titles or different titles (than the one in the page menu bar or page widget) in the body copy of single post pages and static pages.
  • DONE: Post info item %trackback-linked('linktext')% doesn't work: http://forum.bytesforall.com/showthr...=7016#post7016
  • DONE: Cursor doesn't jump to the left border when clicking into any field of the comment submission form, on certain browser/OS combinations: http://forum.bytesforall.com/showthr...=7041#post7041
  • Add PHP code support for HTML/CSS Inserts
  • Fix or (more likely) remove the Share-This integration. It can still be used by using the PHP tags that the plugin provides, plus one small edit in the plugin's PHP file, see README.txt of plugin (classic version. I don't know about the membership version).
  • DONE: When chosing static page as front page, both the blog (is_home()) and the front page (is_front_page()) item in the the page menu bar are highlighted, when on the blog page - http://forum.bytesforall.com/showthread.php?p=7350
  • Text areas in theme options do not auto-expand when plugin "Share This" is activated, or Form Builder http://forum.bytesforall.com/showthread.php?t=1889
  • Option for popup comments http://forum.bytesforall.com/showthread.php?t=1990
  • Translated date in comments messed up http://forum.bytesforall.com/showthread.php?t=1997
  • Check possible trouble with Headspace plugin http://forum.bytesforall.com/showthread.php?t=1806
  • DONE: Translation plugin works with tagline in header but not with overlayed tagline http://forum.bytesforall.com/showpos...3&postcount=12
  • DONE: Replace Ellipsis [...] in excerpts with custom text and links

Last edited by Flynn; Jul 5, 2009 at 04:16 AM.
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changelog 3.4/3.4.01 -> 3.4.1 Flynn Old Version fixes and change logs 8 Jan 24, 2010 09:55 AM
Changelog 3.3.2 -> 3.3.3 Flynn Old Version fixes and change logs 21 Jun 11, 2009 08:27 AM
Changelog 3.3.1 -> 3.3.2 Flynn Old Version fixes and change logs 2 Apr 22, 2009 05:09 PM
Changelog 3.3 -> 3.3.1 Flynn Old Version fixes and change logs 13 Mar 31, 2009 01:37 PM
Changelog 3.1.8/3.1.9 -> 3.2 Flynn Old Version fixes and change logs 29 Feb 14, 2009 11:49 AM


All times are GMT -6. The time now is 04:57 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.