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 »

To Do for version 3.1.7


  #1  
Old Dec 19, 2008, 08:26 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
3.1.2 released - see http://wordpress.bytesforall.com/?p=63

After a bumpy start with the totally rewritten Atahualpa 3 the version 3.1.1 is now somewhat stable but a few issues still remain to be fixed in an upcoming 3.1.2 in a few days. I want to bring this to a basically perfect state as I plan to use this as a framework for further themes and sites.

Changelog version 3.1.2
  • FIXED: ("Save changes" saves options of the given menu tab and its 1-15 options now, instead of all 215 options. "Reset" resets current menu tab options. Plus second reset button to reset all 215 options). Reduce the amount of options saved at once from currently ~215 to less than 200: On hosts with PHP hardening extension "Suhosin" installed max 200 variables can be sent to the server at once if the Suhosin default value of 200 has not been increased
  • FIXED: The color of the blog title cannot be changed. This was already prepared but slipped through.
  • FIXED: Post counts after the links of the category widget get wrapped into the next line.
  • FIXED: Backslashes inside date items (to escape literal strings like at, on...) in "Post/Page Info Items" get removed leading to literal strings like at being interpreted as date functions: December 28 2008, am31 13:24
  • FIXED: Page and Category menu tabs have a red colored background while being clicked
  • FIXED: "Current" tab of Page/Category menu bar not styled
  • FIXED: (Fix may help other "big" plugins as well). Plugin WPG2 does not work.
  • FIXED: (Fix may help other plugins as well) Plugin Business Directory does not work.
  • FIXED: (I am dropping multi plurals. It seems it doesn't affect those languages anyway). Localized terms for languages with multiple plurals like Czech don't show up in PoEdit.
  • FIXED: Next/Prev Navigation on single post pages always showing the exact same set of prev/next links if the "Recent Comments" widget is in the LEFT sidebar.
  • ADDED: Support for the popular "Get Recent Comments" Plugin. Now 3 recent comment widgets can be used: Default, BFA and "Get Recent Comments"
  • Image resize problem in Chrome & Safari that I could not replicate yet http://s1.subirimagenes.com/imagen/1655130bug13.png (1 user so far).
Improvements for 3.2:
  • Canceled: (I changed the Theme Options back to hard coded English for now as it interfered with other fixes I made. Now only the frontend is prepared for translation. On a good note, this will make it much easier for translators). A few things in the theme options aren't localized yet
  • Add more illustration screenshots
  • Replace a few raw CSS text areas with drop down menus and checkboxes
  #2  
Old Dec 23, 2008, 01:45 PM
bseppa
 
55 posts · Dec 2008
Regarding this issue:

"Image resize problem in Chrome & Safari that I could not replicate yet http://s1.subirimagenes.com/imagen/1655130bug13.png (1 user so far)."

I had it too. I went here (styles.css.php):

HTML Code:
.post img {
	max-width: 96%;		/* 	resize images in the main column if needed.
							97% so images with padding and border don't touch
							the right sidebar while being resized. Change this 
							to 100% if you want, if your images
							don't have padding and a border */
	width: auto 100%;
	margin: 5px 0 5px 0;
	/*overflow-x: auto;*/
	<?php echo $bfa_ata_post_image_style; ?>
	}
... and changed the first line to "max-width:;", making the final css definition look like this:

HTML Code:
.post img {
	max-width:;		/* 	resize images in the main column if needed.
							97% so images with padding and border don't touch
							the right sidebar while being resized. Change this 
							to 100% if you want, if your images
							don't have padding and a border */
	width: auto 100%;
	margin: 5px 0 5px 0;
	/*overflow-x: auto;*/
	<?php echo $bfa_ata_post_image_style; ?>
	}
Fixed the problem immediately and without further changes.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with upgrading version 3.4.2 cato New Versions, & Updating 2 Jul 15, 2009 05:44 AM
Footer problem in 3.3 version gina31 Post-Kicker, -Byline & -Footer 1 Jun 2, 2009 02:53 AM
[SOLVED] Can't upload the latest version to my Dashboard because I have older version rhymes New Versions, & Updating 2 Apr 25, 2009 10:22 PM
How do I know what version I have? ShawnKelly New Versions, & Updating 4 Apr 16, 2009 05:20 PM
version 3.1.2 - first impressions John New Versions, & Updating 6 Dec 23, 2008 07:24 PM


All times are GMT -6. The time now is 05:02 AM.


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