I should have Atahualpa 2.2 ready Friday or Saturday, in worst case Sunday 8-24-2008. Basically all remaining issues and suggestions that were brought up in the comments of the release post for Atahualpa 2.0 / 2.01 will have been dealt with.
Atahualpa 2.2 is coming soon
27
comments so
far
Subscribe to the comments feed • Both comments and pings are currently closed.
December 7th, 2008 at 4:50 pm
Hi there
My Atahualpa test install has reverted to Times New Roman – no matter what options I select in the options page. Is anyone else seeing this or have I broken it myself? 🙂
December 3rd, 2008 at 4:33 pm
@admin: Thanks. I just figured it out. 🙂
December 3rd, 2008 at 4:05 pm
@Oracle #24
A date button is not included in v. 3.0, maybe in 3.1.
Shouldn’t be too hard to add it manually though
December 3rd, 2008 at 5:47 am
@admin: Would you be adding option to put a date button in front of the post title?
Thanks again!
November 27th, 2008 at 9:16 pm
Great thx! I can’t wait 🙂
November 27th, 2008 at 5:47 pm
@Oracle: Both #20 and #21 are options in version 3.0 which I hope to release this week
November 27th, 2008 at 5:29 pm
@admin:
I was trying to move the menu bar below the Logo instead. So I have this under
<a href=”/” title=””>Home
However, the headerimage-top of the header combined with the default headerimage-bottom of the menu bar so the divider image shown as doubled. Is there any way I can remove one of them so that the two lines won’t collide together?
Thanks!
November 27th, 2008 at 4:08 pm
Is there a way to define background color just for the widgets in the sidebars?
Thanks for the help in advance!
September 16th, 2008 at 10:49 pm
@Flynn:
Thank You! That did the trick. Appreciate it!!
Curtis B.
September 14th, 2008 at 9:10 pm
@Curtis B.: Change the color values in this, in style.php:
September 14th, 2008 at 7:18 pm
I have spent some time with the Atahualpa style sheet and have been able to change the background color on almost all div’s except the two sidebars. I would be anxiously awaiting your new version you are speaking of where it will be “significantly easier” to change the colors, but I have tweaked the .css and php code so much, I think it’s no going back. A new version would overwrite too much of my work.
Could you be so kind as to let me know just how to change both of these. I was able to change the color in the widgets in the sidebar 1, but not underneath… the part that extends down where future widgets would be placed. And have had no luck so far changing the color in sidebar 2.
Thanks you. 🙂
September 1st, 2008 at 8:22 pm
@Lee Negri: CUT this from header.php:
<?php if ($ata_show_top_menu_bar == "Yes" ) { ?>
<div class="clearfix" id="modernbricksmenu">
<ul>
<li class="page_item"><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?>">Home</a></li>
<?php wp_list_pages('title_li=&depth=1' ); ?>
</ul>
</div>
<div style="clear: both"></div>
<?php } // END: If Show Menu Bar ?>
and PASTE it right before the very last
</div>
at the bottom of header.php
To make the menu tab touch the bottom of the header image, remove this from the bottom of header.php:
<div id="headerimage-bottom"> </div>
September 1st, 2008 at 7:51 pm
I hope this is the right place to post this – I love your theme and can not wait until I am finished with the design but I need to move the navigation plane under the header rather then above it. Can you direct me to a link that explains this or email me the code/solution.
Thank you so much – I have been searching for a couple hours online and cannot find it.
August 27th, 2008 at 7:53 am
@Twitter: I am sorry that I didn’t get back to you earlier, the post titles can now be set on the options page, and as for separating the posts: The post section as a unit is defined in style.css in the main section “POST BODY”, should be between lines 215-235
To put a line below each post you would edit
.post {
margin-bottom: 20px;
}
to something like
.post {
margin-bottom: 20px;
border-bottom: solid 1px #000;
}
or
.post {
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: solid 1px #000;
}
padding-bottom: space between post and the line
margin-bottom: space between the line and the next post area
I have not tested how that would look like. You may have to play around with the values for padding-bottom and margin-bottom. Also, the last post (on an archive, category, tag etc… page) is defined by the section in style.css that starts with “.post-last”. It’s right below the “.post” section
August 24th, 2008 at 2:37 pm
It’s sunday! Waiting eagerly
August 23rd, 2008 at 6:37 pm
@Jenn: This was discussed here http://wordpress.bytesforall.com/?p=51 (See comments 20, 22, 23 and 24)
The new version 2.2 which I’ll release tomorrow will not have that hardcoded area in the right sidebar anymore.
August 23rd, 2008 at 6:31 pm
@Matt: I will need until Sunday but will not delay further than that
August 23rd, 2008 at 6:19 pm
hi. love the themes! however i am trying to add two widgets from widget box. and put them on top corner of each side bar. can some one please help me? the widgets appear, but only half way down the page. i need them at the very top of each sidebar.
way cool themes. thank you
August 23rd, 2008 at 11:27 am
Hi. Is Atahualpa 2.2 looking like it will be soon today… or is it feeling like tomorrow or later? I’m trying to gauge how often to come back and hit refresh in the next several hours. 🙂
August 23rd, 2008 at 9:37 am
@Robbo: Version 2.2 will have an option to remove them
August 23rd, 2008 at 9:25 am
Thank you, can’t wait for version 2.2!
August 22nd, 2008 at 11:18 pm
Love the site but am hoping for one thing.
Can the grey bars/blocks before all the comments in both side bars be removed? Or an option included to do so?
cheers
Robbo
August 21st, 2008 at 9:15 pm
@Twister: Let me release version 2.2 in one days or two and I’ll give you instructions based on that new version. The line numbers etc. will be different.
August 21st, 2008 at 6:17 pm
Sorry, forgot to say great design!! Oh and can I change the font colour of the post heading, some of my readers have difficulty reading grey with a white background.
August 21st, 2008 at 6:16 pm
Is there any way of adding a post splitter? i.e. so underneath each post there is a line seperating it from the next something like this,
Post 1
———————————
Post 2
———————————
Post 3
August 21st, 2008 at 6:50 am
@John Adams: I hope to be able to release Montezuma 2.0 within 2 weeks. Most features and fixes will be cut & paste from Atahualpa but I need to work on my own sites for 1-2 weeks in between that’s why I unfortunately cannot release a new Montezuma version earlier.
August 21st, 2008 at 5:42 am
Hi! Can you give us a tentative date for the released of the new version of Montezuma?