Atahualpa 3.3.2 released

One more bug, a (potentially) relatively serious one was found (the <BODY> tag might be messed up under certain conditions). If you already installed 3.3.1 there’s no need to update again, it’s enough to apply the patch below

Changed files:

  • header.php

Download Atahualpa Version 3.3.2

Downloaded a total of 14685 times

If you already installed 3.3.1, you DON’T NEED to update:

Apply this patch for header.php (instead of updating) (see post #2 in that thread)

Several users asked: Will my settings be lost if I update. Answer:

  • The Atahualpa Theme Settings will NOT be lost as those are saved in the central Wordpress database.
  • If you manually edited theme files, those would obviously be lost IF you overwrite them while uploading the new theme files. However, you can upload the new theme version into another directory at /wp-content/themes/ and run both (or multiple) Atahualpa versions at the same time, i.e. one at /wp-content/themes/atahualpa3/ and one at /wp-content/themes/atahualpa332/. All Atahualpa versions would share the same Theme Settings (everything you have set, edited or inserted at Appearance -> Themes -> Atahualpa Theme Options), but each theme version would have its own theme files.
  • After you uploaded the new version into its own directory, you can apply your manual file edits on the new theme files, and if something goes wrong you can always switch back to the older theme version by selecting the older theme at Wordpress Site Admin -> Appearance -> Themes
70
comments so far
Skip to comment form • Subscribe to the comments feedTrackback URL

[3] 2 1 Older » Show All

  1. Gravatar Söve:

    I have same problem with Linda.Please inform us about that subject in a short time.

  2. Gravatar Jessica H:

    Hi, I run this theme on several of my sites. For some reason, on my www.anglershavenresort.com site the pages open in new windows in IE and Safari, but my other sites don’t do that. Can you help me? I really want to keep the site with the Atahualpa theme, but need the pages to link in the same window.

    Thanks!

  3. Gravatar Helene:

    I decided to help and sent the post in your social bookmarks. I hope to rise in popularity.

  4. Gravatar jose perez:

    Dynamic Image Header for Theme Atahualpa.

    You may have nice “flash based” header pictures that autochanges with slideshow effects using “NextGEN Gallery” plugin and making following modifications.

    This theme is one of my favourites. I have implement the whole coding for VERSION3.3.2 if you like you can do so just following 3 step instruccions:

    1.- Replace the content of: bfa_header_config.php file in “functions” directory for the CODE BELOW
    2.- Replace in the CODE BELOW “http://peppoweb.com/demowp01″ for the actual URL of mail page in your WP blog.
    3.-Replace in the CODE BELOW:

    file: “http://peppoweb.com/demowp01/wp-content/plugins/nextgen-gallery/xml/imagerotator.php?gid=7″,

    for

    file : “http://peppoweb.com/demowp01/wp-content/plugins/nextgen-gallery/xml/imagerotator.php?gid=XYX”,

    where XYZ is the GALLERY ID you want to use.

    CODE BELOW:

    <?php

    function bfa_header_config($header_items) {

    global $bfa_ata;

    if (strpos($header_items,’%image’)!==false) {

    include (TEMPLATEPATH . ‘/functions/bfa_rotating_header_images.php’);

    }

    if (strpos($header_items,’%pages’)!==false) {

    // Page Menu Bar

    $page_menu_bar = ” . “\n”;

    if ($bfa_ata[’home_page_menu_bar’] != ”) {

    $page_menu_bar .= ‘‘ .

    $bfa_ata[’home_page_menu_bar’] . ‘‘ . “\n”;

    }

    if ($bfa_ata[’levels_page_menu_bar’] == “”) {

    $bfa_ata[’levels_page_menu_bar’] = 0;

    }

    $page_menu_bar .= bfa_hor_pages($bfa_ata[’sorting_page_menu_bar’], $bfa_ata[’levels_page_menu_bar’],

    $bfa_ata[’titles_page_menu_bar’], $bfa_ata[’exclude_page_menu_bar’]);

    $page_menu_bar .= ” . “\n”;

    // END of Page Menu Bar

    }

    if (strpos($header_items,’%cats’)!==false) {

    // Category Menu Bar

    $cat_menu_bar = ” . “\n”;

    if ($bfa_ata[’home_cat_menu_bar’] != ”) {

    $cat_menu_bar .= ‘‘ .

    $bfa_ata[’home_cat_menu_bar’] . ‘‘ . “\n”;

    }

    if ($bfa_ata[’levels_cat_menu_bar’] == “”) {$bfa_ata[’levels_cat_menu_bar’] = 0; }

    $cat_menu_bar .= bfa_hor_cats($bfa_ata[’sorting_cat_menu_bar’], $bfa_ata[’order_cat_menu_bar’],

    $bfa_ata[’levels_cat_menu_bar’], $bfa_ata[’titles_cat_menu_bar’], $bfa_ata[’exclude_cat_menu_bar’]);

    $cat_menu_bar .= ” . “\n”;

    // END of Category Menu Bar

    }

    if (strpos($header_items,’%logo’)!==false) {

    // Logo Area

    $logo_area = ”;

    if ($bfa_ata[’show_search_box’] == “Yes” AND ($bfa_ata[’show_posts_icon’] == “Yes” OR

    $bfa_ata[’show_email_icon’] == “Yes” OR $bfa_ata[’show_comments_icon’] == “Yes”)) {

    $header_rowspan = ‘rowspan=”2″ ‘;

    } else {

    $header_rowspan = ”;

    }

    // Logo Icon for Wordpress and WPMU

    if ($bfa_ata[’logo’] != “”) {

    $logo_area .= ‘blogid . ‘/files’;

    // see if user has uploaded his own “logosymbol.gif” somewhere into his upload folder, version 1:

    $wpmu_logosymbol = m_find_in_dir($upload_path1,$bfa_ata[’logo’]); $upload_path = $upload_path1;

    // try version 2 if no logosymbol.gif was found:

    if (!$wpmu_logosymbol) {

    $wpmu_logosymbol = m_find_in_dir($upload_path2,$bfa_ata[’logo’]); $upload_path = $upload_path2;

    }

    // if we found logosymbol.gif one way or another, figure out the public URL

    if ($wpmu_logosymbol) {

    $new_logosymbol = str_replace($upload_path,

    get_option(’fileupload_url’), $wpmu_logosymbol);

    $logo_area .= $new_logosymbol[0] . ‘” alt=”‘ . get_bloginfo(’name’);

    // otherwise: print the one in the theme folder

    } else {

    $logo_area .= get_bloginfo(’template_directory’) . ‘/images/’ . $bfa_ata[’logo’] .

    ‘” alt=”‘ . get_bloginfo(’name’);

    }

    // if this is Wordpress and not WPMU, print the logosymbol.gif in the theme folder right away

    } else {

    $logo_area .= get_bloginfo(’template_directory’) . ‘/images/’ . $bfa_ata[’logo’] . ‘” alt=”‘ .

    get_bloginfo(’name’);

    }

    $logo_area .= ‘” />‘;

    }

    // END of Logo Icon

    // Blog title and description

    if ( $bfa_ata[’blog_title_show’] == “Yes” OR $bfa_ata[’blog_tagline_show’] == “Yes” ) {

    $logo_area .= ”;

    if ( $bfa_ata[’blog_title_show’] == “Yes” ) {

    #$logo_area .= ‘‘ . get_bloginfo(’name’) . ‘‘;

    ob_start(); bloginfo(’name’); $logo_area .= ‘‘ . ob_get_contents() . ‘‘; ob_end_clean();

    }

    if ( $bfa_ata[’blog_tagline_show’] == “Yes” ) {

    # $logo_area .= ” . get_bloginfo( ‘description’ ) . ”;

    ob_start(); bloginfo(’description’); $logo_area .= ” . ob_get_contents() .

    ”; ob_end_clean();

    }

    $logo_area .= ”;

    }

    // END of title/description

    // is any feed icon or link active?

    if ($bfa_ata[’show_posts_icon’] == “Yes” OR $bfa_ata[’show_email_icon’] == “Yes” OR

    $bfa_ata[’show_comments_icon’] == “Yes”) {

    $logo_area .= ”;

    }

    // COMMENT Feed link

    if ($bfa_ata[’show_comments_icon’] == “Yes” ) {

    $logo_area .= ‘‘ . $bfa_ata[’comment_feed_link’] . ‘‘;

    }

    // END: of COMMENT Feed link

    // Feedburner Email link

    if ($bfa_ata[’show_email_icon’] == “Yes” ) {

    $logo_area .= ‘‘ . $bfa_ata[’email_subscribe_link’] . ‘‘;

    }

    // END: of Feedburner Email link

    // POSTS Feed link

    if ($bfa_ata[’show_posts_icon’] == “Yes” ) {

    $logo_area .= ‘‘ .

    $bfa_ata[’post_feed_link’] . ‘‘;

    }

    // END: of POSTS Feed link

    if ($bfa_ata[’show_posts_icon’] == “Yes” OR $bfa_ata[’show_email_icon’] == “Yes” OR

    $bfa_ata[’show_comments_icon’] == “Yes”) {

    $logo_area .= ”;

    if ($bfa_ata[’show_search_box’] == “Yes” ) {

    $logo_area .= ”;

    }

    }

    // Search box

    if ($bfa_ata[’show_search_box’] == “Yes” ) {

    $logo_area .= ”;

    $logo_area .= ‘

    ‘;

    }

    // END of Search box

    $logo_area .= ”;

    // END of Logo Area

    }

    if (strpos($header_items,’%image’)!==false) {

    // Header Image

    $header_image = ‘

    The Flash Player and a browser with Javascript support are needed..

    var ppwxyz = {

    params : {

    wmode : “opaque”,

    allowfullscreen : “true”},

    flashvars : {

    file : “http://peppoweb.com/demowp01/wp-content/plugins/nextgen-gallery/xml/imagerotator.php?gid=7″,

    linkfromdisplay : “false”,

    shownavigation : “false”,

    rotatetime : “6″,

    showicons : “false”,

    overstretch : “true”,

    backcolor : “0×000000″,

    frontcolor : “0xFFFFFF”,

    lightcolor : “0xCC0000″,

    width : “1024″,

    height : “150″},

    attr : {

    styleclass : “slideshow”,

    name : “ppwheader”},

    start : function() {

    swfobject.embedSWF(”http://peppoweb.com/demowp01/wp-content/uploads/imagerotator.swf”, “ppwxyz”, “100%”, “150″, “7.0.0″, false, this.flashvars, this.params , this.attr );

    }

    }

    ppwxyz.start();

    ‘;

    // END of Header Image

    }

    if (strpos($header_items,’%bar1′)!==false) {

    // Horizontal bar 1

    $horizontal_bar1 = ‘ ’;

    // END of Horizontal bar 1

    }

    if (strpos($header_items,’%bar2′)!==false) {

    // Horizontal bar 2

    $horizontal_bar2 = ‘ ’;

    // END of Horizontal bar 2

    }

    $header_item_numbers = array(”%pages”, “%cats”, “%logo”, “%image”, “%bar1″, “%bar2″);

    $header_output = array($page_menu_bar, $cat_menu_bar, $logo_area, $header_image, $horizontal_bar1, $horizontal_bar2);

    $header_items = trim($header_items);

    $header_items = str_replace(” “, “”, $header_items);

    $final_header = str_replace($header_item_numbers, $header_output, $header_items);

    echo $final_header;

    }

    ?>

    ENJOY

  5. Intense Debate WordPress Plugin | Strangely Perfect:

    […] you’re dealing with here, you know.  I hunted around for different themes and decided that Atahualpa 3.3.2 looked like a good option. Well it works!  The sickly sweet colour scheme is my invention.  […]

  6. Gravatar dhani:

    request: please add the “links.php” page templates.

    everytime i upgrade the template, i should manually add the links page template. not much, but will be convenient.

    thanks.

  7. Gravatar linda:

    Where so I remove the overlay?
    I have done this in older versions and I cannot for the life of me find it.
    My logo is dulled by the overlay.

    thanks

  8. Gravatar gotogirl1113:

    Flynn, This theme is wonderful and made my site so easy to get up and running! Thanks so much for all your hard work on this! I donated and everytime I customize something that is so easy, I would gladly do it again.

  9. Gravatar Wolfman:

    Fine job, fine job. This theme works AWESOME with simplepressforum. I was able to work the theme colors to fit the forums and remove the sidebars when calling it with ease. Now I don’t mind doing some going but I am fat lazy and this saved me a ton of work!

  10. Gravatar Jim:

    Hello @59 Mike, @58 designer666, @56 Nadja, @55 Herman!

    You should all log in over the on the ByteForAll Forum where your questions/problems can be addressed much more efficiently.

    http://forum.bytesforall.com/forumdisplay.php?f=2

[3] 2 1 Older » Show All

Leave a comment

XHTML: You can use these tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> <pre lang="" line="">