|
#1
May 10, 2010, 04:37 PM
|
|
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
Atahualpa 3.4.9 released
I'm closing this thread because it is getting unwieldily. If you have a problem with 3.4.9 open a new thread (if there isn't one describing your issue) and title it '3.4.9 - xxxxxxxxxxxxx' where xxxxxxxxxxx is a descripition of your issue.
Thanks
juggledad
===================================
Yet another release. This one I tested locally and on a web host, in both cases with and without existing 3.4.6 settings in the database.
http://wordpress.bytesforall.com/?p=90
You may have to delete the option 'bfa_ata4' from the wp_options table in the WP database if you installed 3.4.7 or 3.4.8 before, see http://forum.bytesforall.com/showthread.php?t=7026 post #2 or alternatively post #7
If you get a broken layout with only the footer text, or missing header etc., it means the new settings format was not picked up, thus the almost blank page.
In that case please try a browser restart, I had the same issue yesterday night and today morning it was gone. I appears to be a caching issue, I'll need to dig deeper into this, but as mentioned 3.4.9 works for me, locally and hosted, with and without existing Atahualpa settings
- If no previous settings exist, you should get the new "default" style
- If previous settings exists (you already have an older Atahualpa version running on that WP installation) then you should get an identical looking site as you had before, with your previous style, but with the new settings format and the import/export function
As always, I suggest that you upload this version under a new name, i.e.
/wp-content/themes/atahualpa349/
You should do this with every new version, that way you can always switch back to the previous version at WP Admin -> Themes
Your existing setting in the database are not being overwritten by 3.4.9
Last edited by juggledad; May 12, 2010 at 11:37 AM.
|
#2
May 10, 2010, 04:53 PM
|
|
|
|
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
|
|
I just downloaded 3.4.9 and installed it after having 3.4.8 installed. No problems so far.
UPDATE: Ah. One problem. I imported ata-round.txt, but it over-wrote my other settings. I guess I thought it would just deal with the rounding issues. Perhaps there should be a warning about this.
Last edited by paulae; May 10, 2010 at 05:08 PM.
|
#3
May 10, 2010, 05:31 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Now we're in business. The only thing I had to do to kick start the CSS was to set the CSS Internal/External to External, Save, Set back to Internal, Save and all is good.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#4
May 10, 2010, 05:39 PM
|
|
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
Quote:
Originally Posted by lmilesw
Now we're in business. The only thing I had to do to kick start the CSS was to set the CSS Internal/External to External, Save, Set back to Internal, Save and all is good.
|
That's good to hear.
If you had the setting "External" before, 1-2 browser reloads of a front end page may have been sufficient?
I'll look into the CSS issue and test this.
With a new "Static, external CSS" feature in the next major version the existing 2 CSS settings will become obsolete
|
#5
May 11, 2010, 12:05 AM
|
|
|
|
16 posts · Jan 2010
Austria
|
|
Quote:
Originally Posted by lmilesw
Now we're in business. The only thing I had to do to kick start the CSS was to set the CSS Internal/External to External, Save, Set back to Internal, Save and all is good.
|
this helps .... 3.4.9 is working Thx
|
#6
May 10, 2010, 05:34 PM
|
|
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
Quote:
Originally Posted by paulae
I just downloaded 3.4.9 and installed it after having 3.4.8 installed. No problems so far.
UPDATE: Ah. One problem. I imported ata-round.txt, but it over-wrote my other settings. I guess I thought it would just deal with the rounding issues. Perhaps there should be a warning about this.
|
Currently there's no merging of existing and new settings, it's all or nothing. I'll add more fine grained import / export features later
|
#7
May 10, 2010, 07:01 PM
|
|
|
|
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
|
|
I had no posts when I installed WP and Atahualpa 3.4.8/9, except for Hello, World. Hello World showed up fine. Here is the way the site looks now with 2 dummy posts and categories: http://fastwomen.com/
I would like the thumbnails to have a 1px border, but adding that to the thumbnail css didn't produce a border. This is what I have there now, all the default except the border stuff:
Code:
float: left;
border: 1px #cccccc;
padding: 0;
background: none;
margin: 0 10px 5px 0;
|
#8
May 10, 2010, 07:35 PM
|
|
I went from 3.5.1 to 3.9 and the site went down - the url is http://www.myjourneytomillions.com
I'll leave the broken one up for a little bit.
HELP!
I had to go back to 3.5.1 but The screen was near blank
Last edited by MyJourneytoMillions; May 10, 2010 at 08:07 PM.
|
#9
May 10, 2010, 07:52 PM
|
|
After loading I had to, as described above, was switch CSS to External and back again for the formatting to load properly. Problem now is I'm only seeing the first word in each of my posts. Anyone else getting this? I can see the entire post from the edit page of the admin section, but even after editing them only the first word shows up on the main page.
Edit: I can see the posts correctly after clicking the title, seems to only be affecting the front page. Tried toggling on / off all my plugins. No effect. New posts have the same problem.
Last edited by Kadin; May 10, 2010 at 08:24 PM.
Reason: new info.
|
#10
May 10, 2010, 08:08 PM
|
|
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
Quote:
Originally Posted by paulae
I had no posts when I installed WP and Atahualpa 3.4.8/9, except for Hello, World. Hello World showed up fine. Here is the way the site looks now with 2 dummy posts and categories: http://fastwomen.com/
I would like the thumbnails to have a 1px border, but adding that to the thumbnail css didn't produce a border. This is what I have there now, all the default except the border stuff:
Code:
float: left;
border: 1px #cccccc;
padding: 0;
background: none;
margin: 0 10px 5px 0;
|
The border type is missing:
border: solid 1px #cccccc;
(or: 'dashed', 'dotted')
|
#11
May 11, 2010, 06:24 AM
|
|
|
|
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
|
|
Flynn, this is what I get for working on this too late at night. Thank you!
|
#12
May 11, 2010, 08:58 AM
|
|
Quote:
Originally Posted by paulae
I had no posts when I installed WP and Atahualpa 3.4.8/9, except for Hello, World. Hello World showed up fine. Here is the way the site looks now with 2 dummy posts and categories: http://fastwomen.com/
|
Like the new site, Paulae
|
#13
May 11, 2010, 10:07 AM
|
|
|
|
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
|
|
Thanks, Berean. For now, it's just a domain I registered a long time ago, intending one day to turn it into a site for women's sports, especially for women "of a certain age," like me. It's a good test-bed for new themes.
|
#14
May 10, 2010, 06:52 PM
|
|
|
|
48 posts · May 2010
Lexington, KY USA
|
|
Hello,
I am very excited to try the new version. I have a question about the 'styles'.
In /atahualpa/styles/ there are 3 .txt files
ata-classic.txt (the old Atahualpa look)
ata-default.txt (the new Atahualpa default look for new users)
ata-round.txt (another new style)
Paulae in post #2 mentioned that if I bring in one of the new styles (ata-default.txt or ata-round.txt) it will completely overwrite my original style (3.4.5) in the database.
My question is this: Are there any SCREEN SHOTS of the two new styles so that I can see what they look like, and whether or not I want to overwrite?
THANK YOU!!
|
#15
May 11, 2010, 07:19 AM
|
|
|
6 posts · Mar 2010
Winston-Salem, NC
|
|
Still having issues with 3.4.9.
Last night I tried a preview and I had all the styling and previous settings, but nothing in the center column (no posts/content.)
This morning I closed Safari, restarted my computer, and activated 3.4.9. What I had was no styling, none of my settings, the default headers, no posts/content, and my widgets were strewn all about the page.
Not complaining. Just sayin'.
LOVE the theme and am here to stay.
I appreciate all your hard work.
|
#16
May 11, 2010, 07:28 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Ferd, what is the url?
are you on a MAC? Willing to screen share so I can poke arround?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#17
May 11, 2010, 09:09 AM
|
|
|
|
301 posts · Feb 2009
Bristol, midcoast Maine USA
|
|
Whoa! I guess I have not been paying attention!
I'm currently running WP 2.9.2, but only Atahualpa 3.4.4 !!
Will I be okay upgrading straight from 3.4.4 to 3.4.9 without "going through" the intervening versions?
Jim
__________________
i wish i knew then what i know now
|
#18
May 11, 2010, 11:19 AM
|
|
|
6 posts · Mar 2010
Winston-Salem, NC
|
|
Quote:
Originally Posted by juggledad
Ferd, what is the url?
are you on a MAC? Willing to screen share so I can poke arround?
|
Thanks, juggledad.
I am on a Mac using OS 10.5.8, and the Safari web browser.
Ata 3.4.6 runs fine, and I reverted back to it when 3.4.9 didn't work for me.
Thank you very much for offering to help, but I'd rather not screen share right now, as I'd like my site visible as much as possible today, and I'll be away from my computer for a while.
My site, for future reference, is http://thebestparts.net
|
#19
May 11, 2010, 09:11 AM
|
|
|
|
3 posts · Feb 2010
The Netherlands
|
|
Quote:
Originally Posted by Ferd
Last night I tried a preview and I had all the styling and previous settings, but nothing in the center column (no posts/content.) This morning I closed Safari, restarted my computer, and activated 3.4.9. What I had was no styling, none of my settings, the default headers, no posts/content..
|
Same situation here. No posts in the middle. And another font (looked like Times New Roman). I returned to 3.4.6., awaiting adjustments. For the rest: compliments for this wonderfull theme. My site: www.astroblogs.nl
Last edited by AdrianusV; May 11, 2010 at 09:13 AM.
|
#20
May 11, 2010, 09:14 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
AdrianusV - If you are willing to let me poke about, send me a PM with an admin ID and PW I haven't been able to reproduce it, so I need to look on someone's site.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#21
May 11, 2010, 11:45 AM
|
|
|
|
13 posts · Feb 2010
venice california
|
|
I just took over a site that is version 3.1.9.
I installed the new version as Atahualpa349 - but when I activate, my page displays funny, left sidepanel in the middle.
Do I need to change something? or upgrade to an earlier version first?
thank you!
|
#22
May 11, 2010, 11:56 AM
|
|
My site: www.elektroroller24.com (3.4.6 is still active)
I try to update and it looks nice now but there isn't the third column anymore.
Until now i have a small left, big center small right column. How can I active the second column?
Is it possible to have small/large/small column or is it necessary to have small/small/large column?
|
|