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.4.1 -> 3.4.2


  #1  
Old Jul 10, 2009, 07:42 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Changelog 3.4.1 -> 3.4.2

3.4.2 is available here http://wordpress.bytesforall.com/?p=74

  • DONE: Add Javascript Rotation back in which went lost in the rather big upgrade to version 3.4
  • DONE: Replace div.widget-content with "div.widget ul, div.textwidget". div.widget-content provided extra styling possibilities but didn't play well with some widgets particularly the tabbed widgets plugin. The styling for "widget content" will now be applied on "div.widget ul" and "div.textwidget", which should cover the body content of most widgets. Hardly anybody was styling div.widget-content anyway, as far as I can tell, and removing it improves the plugin compatibility. It should also be possible to mimick the styling of div.widget-content with the two aforementioned selectors. In few cases (third party widgets) it may be required to add a CSS Insert to style the body of these 3rd party widgets. http://forum.bytesforall.com/showthread.php?p=9975 post # 4
  • DONE: New option "Sticky Layout Footer" http://forum.bytesforall.com/showthread.php?p=10042
  • DONE: Still problems with Body Title http://forum.bytesforall.com/showpos...94&postcount=6
  • DONE: Add URL parameter http://mysite.com/?bfa_debug=yes * (changed parameter from debug to bfa_debug as the very generic "debug" may be used by a plugin or WP) so that anyone looking at the code of a Atahualpa powered site can turn off the CSS / Javascript compression (if set) and move the code from the external file (if set) into the page, for easier debugging. This option can be turned off by the site owner but would be turned on by default. Otherwise we'd have to ask to "turn off compression" (and come back to the thread later) whenever a user asks for help and has compression turned on.
  • DONE - Will be improved, i.e. Javascript is not compressed yet: Improve/fix remaining external CSS/JS issues.

Last edited by Flynn; Jul 12, 2009 at 10:26 PM.
  #2  
Old Jul 12, 2009, 01:12 AM
der_sema
 
1 posts · Jul 2009
Erfurt, Germany
I really hope
  • Add Twitter icon/link option for header
will get a big, fat DONE

Great work, I love this theme (and your updates )
  #3  
Old Jul 12, 2009, 01:54 PM
evripidis's Avatar
evripidis
 
37 posts · Apr 2009
Greece
Quote:
Originally Posted by der_sema
I really hope
  • Add Twitter icon/link option for header
will get a big, fat DONE

Great work, I love this theme (and your updates )

+1 !!!!! Only few hours left.
  #4  
Old Jul 12, 2009, 02:22 PM
hyperkurt
 
3 posts · Jul 2009
Quote:
Originally Posted by Flynn
3.4.2 will be released on Sunday 7-12-2009
So would this be on Sunday at 11:59pm?

or earlier?
  #5  
Old Jul 12, 2009, 03:29 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Quote:
Originally Posted by hyperkurt
So would this be on Sunday at 11:59pm?

or earlier?
US Time :D
  #6  
Old Jul 13, 2009, 01:21 PM
A333
 
16 posts · Jul 2009
Nice Theme! I use it for some time now, and even donate for it. When you use it, donate I say.
Since 3.4.2, when the code is checked XHTML 1.0 strict by http://validator.w3.org the new code generates 37 warnings and 37 errors.

Warnings:
Line 139, Column 14: character "&" is the first character of a delimiter but occurred as data
if (!ready && pngSrc != tiles.src) {

Errors:
Line 139, Column 14: XML Parsing Error: xmlParseEntityRef: no name
if (!ready && pngSrc != tiles.src) {

Now I switched back to 3.4.0.1 until I know that this isn't an issue.

So, anyone?

But again: Thanks for this great Theme!

A333
  #7  
Old Jul 13, 2009, 06:38 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Edit js.php and add the red parts

# if (function_exists('sociable_html')) {
# include (WP_PLUGIN_DIR.'/sociable/wists.js');
# }

?>
//<![CDATA[


...



<?php } ?>

});

//]]>

<?php

#if ( function_exists('wp_list_comments') AND $bfa_ata['include_wp_comment_reply_js'] == "Yes" )
# include (ABSPATH . '/wp-includes/js/comment-reply.js');
  #8  
Old Jul 14, 2009, 12:28 PM
A333
 
16 posts · Jul 2009
Quote:
Originally Posted by Flynn
Edit js.php and add the red parts

# if (function_exists('sociable_html')) {
# include (WP_PLUGIN_DIR.'/sociable/wists.js');
# }

?>
//<![CDATA[


...



<?php } ?>

});

//]]>

<?php

#if ( function_exists('wp_list_comments') AND $bfa_ata['include_wp_comment_reply_js'] == "Yes" )
# include (ABSPATH . '/wp-includes/js/comment-reply.js');


Flynn,

This worked like a charme! Thank you.

Regards,

A333
  #9  
Old Jul 14, 2009, 12:53 PM
Doc GermaniCus's Avatar
Doc GermaniCus
 
13 posts · Jun 2009
Heilbronn, Germany
Hi..

Is the WPmu- Problem resolved to..?


---
  #10  
Old Jul 14, 2009, 03:32 PM
A333
 
16 posts · Jul 2009
Hi,

WPmu- what is that? Actually the reported errors and warnings are gone now. On some pages i've some minor warnings end errors, but that is plugin related I think. All credits to Flynn!
  #11  
Old Jul 15, 2009, 10:41 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Quote:
Originally Posted by Doc GermaniCus
Hi..

Is the WPmu- Problem resolved to..?


---
See http://forum.bytesforall.com/showthread.php?p=10356
  #12  
Old Sep 2, 2009, 04:12 PM
cyboc
 
8 posts · Sep 2009
Quote:
Originally Posted by A333
Flynn,

This worked like a charme! Thank you.

Regards,

A333
Worked for me too! Thanks Flynn!
  #13  
Old Jul 15, 2009, 12:27 PM
ernie334
 
4 posts · Jul 2009
Are there any plans to extend this theme into a mobile friendly mode when detected? I've tried a few plugin and they just takes away most of the goods from this theme. Would be awesome to see the theme run consistently in the mobile world. Thanks for the great work. I am on 3.4 now will try out 3.4.2 soon
  #14  
Old Jul 15, 2009, 01:07 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Quote:
Originally Posted by ernie334
Are there any plans to extend this theme into a mobile friendly mode when detected? I've tried a few plugin and they just takes away most of the goods from this theme. Would be awesome to see the theme run consistently in the mobile world. Thanks for the great work. I am on 3.4 now will try out 3.4.2 soon
I have thought about that and it may be a feature for a future release but right now other issues are higher up on the to do list
  #15  
Old Jul 15, 2009, 01:17 PM
A333
 
16 posts · Jul 2009
Sorry,

I triple checked it.. to edit some text is no rocketscience. Even I could do it, I thought. Here is is:

PHP Code:
if( !is_single() AND !is_page() ) { ?>
            
            <a href="<?php the_permalink() ?>" rel="bookmark" title="Directe Link naar <?php 
            
if ( function_exists('the_title_attribute') ) { 
                
the_title_attribute();
I am really curious about the solution. The HUGE letters and '2>' are only in IE, in Safari and FF I only see the '2>' signs after the Posttitle.

Adri

Last edited by A333; Jul 15, 2009 at 01:20 PM.
  #16  
Old Jul 15, 2009, 01:38 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Post the whole code until

function bfa_post_byline
  #17  
Old Jul 15, 2009, 01:41 PM
A333
 
16 posts · Jul 2009
Here it is:

PHP Code:
<?php


function bfa_the_loop() {

// The LOOP. Do this for all posts:
while (have_posts()) : the_post(); $bfa_ata['postcount']++; ?>

<?php // Odd or even post
$odd_or_even = (($bfa_ata['postcount'] % 2) ? 'odd-post' 'even-post' ); ?> 

<?php // Post Container starts here
if ( function_exists('post_class') ) { ?>
<div <?php if ( is_page() ) { post_class('post'); } else { post_class("$odd_or_even"); } ?> id="post-<?php the_ID(); ?>">
<?php } else { ?>
<div class="<?php echo ( is_page() ? 'page ' '' ) . $odd_or_even ' post" id="post-'the_ID(); ?>">
<?php ?>

<?php bfa_post_kicker('<div class="post-kicker">','</div>'); ?>

<?php bfa_post_headline('<div class="post-headline">','</div>'); ?>

<?php bfa_post_byline('<div class="post-byline">','</div>'); ?>

<?php bfa_post_bodycopy('<div class="post-bodycopy clearfix">','</div>'); ?>

<?php bfa_post_pagination('<p class="post-pagination"><strong>'.__('Pages:','atahualpa').'</strong>','</p>'); ?>

<?php bfa_post_footer('<div class="post-footer">','</div>'); ?>

</div><!-- / Post -->

<?php // END of the LOOP
endwhile; 

}

function 
bfa_post_kicker($before '<div class="post-kicker">'$after '</div>') {

global 
$bfa_ata;

// don't display on WP Email pages
if(intval(get_query_var('email')) != 1) {

if( (
is_home() AND $bfa_ata['post_kicker_home'] != "") OR
(
is_page() AND $bfa_ata['post_kicker_page'] != "") OR
(
is_single() AND $bfa_ata['post_kicker_single'] != "") OR
( (
is_archive() OR is_search() OR is_author() OR is_tag()) AND $bfa_ata['post_kicker_multi'] != "") ) {

echo 
$before;
if ( 
is_home() ) { 
echo 
postinfo($bfa_ata['post_kicker_home']); 
} elseif ( 
is_page() ) { 
echo 
postinfo($bfa_ata['post_kicker_page']); 
} elseif ( 
is_single() ) { 
echo 
postinfo($bfa_ata['post_kicker_single']); 
} else { 
echo 
postinfo($bfa_ata['post_kicker_multi']); 
}
echo 
$after;

}

}

}




function 
bfa_post_headline($before '<div class="post-headline">'$after '</div>') {

global 
$bfa_ata$post;

if ( 
is_single() OR is_page() ) {
$bfa_ata_body_title get_post_meta($post->ID'bfa_ata_body_title'true);
$bfa_ata_display_body_title get_post_meta($post->ID'bfa_ata_display_body_title'true);
} else {
$bfa_ata_body_title_multi get_post_meta($post->ID'bfa_ata_body_title_multi'true);
}

if ( (!
is_single() AND !is_page()) OR $bfa_ata_display_body_title == '' ) {


echo 
$before?>
<h<?php echo $bfa_ata['h_posttitle']; ?>><?php 

if( !is_single() AND !is_page() ) { ?>

<a href="<?php the_permalink() ?>" rel="bookmark" title="Directe Link naar <?php 
if ( function_exists('the_title_attribute') ) { 
the_title_attribute();

elseif ( 
function_exists('the_title') ) { 
the_title();
?>"><?php 


if ( (
is_single() OR is_page()) AND $bfa_ata_body_title != "" ) {
echo 
$bfa_ata_body_title;
} else {
if ( 
$bfa_ata_body_title_multi != '' ) {
echo 
$bfa_ata_body_title_multi;
} else {
the_title();
}
}

if( !
is_single() AND !is_page() ) { ?>
</a><?php 

?>
</h><?php echo $bfa_ata['h_posttitle']; ?>>
<?php echo $after;

}

}

A333

Last edited by A333; Jul 15, 2009 at 01:52 PM. Reason: Now wrapped in..
  #18  
Old Aug 15, 2009, 05:14 PM
datatel360
 
6 posts · Aug 2009
Atlanta
New here, can you tell me how to upgrade from 3.4.1 to 3.4.2?

Thanks. Michael
  #19  
Old Aug 16, 2009, 05:08 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
The safest would be to upload the new version into its own directory. Then you can switch back to the older version if need be

/wp-content/themes/atahualpa341/
/wp-content/themes/atahualpa342/

Both will use the same theme settings because they're saved in the (single, central) database, but each will have its own files.
  #20  
Old Aug 27, 2009, 08:20 PM
rudianaeva
 
7 posts · Mar 2009
Hi flynn this really awesome version atahualpha! BTW i have 1 Question and 1 Request!

Q1. I still have question how to remove all dash or change to straight line!

Req: I hope in next versions you can change option with minimal size! So we can use it in low connection
I wanted every option is different to load, not all option in one load. You can create piece of menu so size of page will smaller!

Thanks before!
  #21  
Old Aug 16, 2009, 10:38 AM
vishvadeep
 
hi flynn, is this version of atahualpa faster than 3.3.3.
  #22  
Old Aug 16, 2009, 12:28 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
No but the next version will be

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.3 -> 3.4 Flynn Old Version fixes and change logs 20 Jul 29, 2009 05:05 PM
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 11:36 AM.


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