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 »

version 3.1.2 - first impressions


  #1  
Old Dec 23, 2008, 05:26 PM
John
 
14 posts · Dec 2008
I've upgraded to 3.1.2.
The post count in the sidebars are no longer wrapping. From the user end everything feels the same. I am encountering a bug that seems significant. Although I have no archives page, the content of what would be an "archives page" is appearing at the bottom of the other pages (except home). I've gone as far as to reset the archives page options tab, update content on the two other pages, and finally delete and recreate the other pages. None of these steps solved the issue. Hopefully, this will be addressed soon. I can report more as I find it.
Keep up the good work! This theme has been extremely flexible and easy to work with thus far.

John

www.friedgeektomato.com
  #2  
Old Dec 23, 2008, 06:23 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
That's weird it should show no archives page at all, an error for which I'll have to release 3.1.3 later today

Could you try change the start of index.php, this part

PHP Code:
<?php 
global $options
....
....
<?
php get_header(); ?>
to this

PHP Code:
<?php 
global $options
foreach (
$options as $value) { 
    if (
get_option$value['id'] ) === FALSE) { 
        $
$value['id'] = $value['std']; 
    } else { 
        $
$value['id'] = get_option$value['id'] ); 
    } 
}
$current_page_id $wp_query->get_queried_object_id();
?>
<?php get_header
(); ?>
There's one line added and blank lines removed
  #3  
Old Dec 23, 2008, 06:54 PM
John
 
14 posts · Dec 2008
That took care of it, but broke the "email this post" link (configured with wp-email plug-in). Reverting back to unmodified index.php for now.

Thanks,
John

Last edited by John; Dec 23, 2008 at 06:58 PM.
  #4  
Old Dec 23, 2008, 07:00 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Great... then you wouldn't need 3.1.3 which I just released at http://wordpress.bytesforall.com/

That post above is the change I made for 3.1.3

To get rid of the "Update" message, you can change functions.php, around line 196

PHP Code:
$theme_version "3.1.2"
to

PHP Code:
$theme_version "3.1.3"
  #5  
Old Dec 23, 2008, 07:04 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Quote:
Originally Posted by John
That took care of it, but broke the "email this post" link (configured with wp-email plug-in). Reverting back to unmodified index.php for now.

Thanks,
John
I am looking into it
  #6  
Old Dec 23, 2008, 07:07 PM
John
 
14 posts · Dec 2008
Hi Flynn,
We might have crossed replies......the fix worked but broke the "email this post" link in each post. With the fix enabled, when clicking the link you are taken to a blank page. I can reapply the fix if it would help troubleshoot the link issue,
John
  #7  
Old Dec 23, 2008, 07:24 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
This should fix the WP-Email Problem, could you try this

Replace

PHP Code:
$current_page_id $wp_query->get_queried_object_id(); 
with

PHP Code:
if ( is_page() ) { $current_page_id $wp_query->get_queried_object_id(); } 

(Edited: The fix I posted before would work only with permalinks OFF.)

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Atahualpa 3.1.7 released - To Do for next version: Flynn New Versions, & Updating 7 Dec 20, 2009 12:23 PM
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
To Do for version 3.1.7 Flynn New Versions, & Updating 1 Dec 23, 2008 01:45 PM


All times are GMT -6. The time now is 12:49 PM.


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