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 »

[SOLVED] SIMPLE QUESTION: How do I upgrade Atahualpa, keeping my old settings?


  #1  
Old Apr 4, 2010, 08:10 AM
Ilkuul
 
8 posts · Apr 2010
I'm very much a newbie. I don't understand much about websites, HTML, PHP, etc. All I want to do is to upgrade my existing Atahualpa 3.3.3 theme to the latest 3.4.6, keeping the existing settings. It's ages since I did anything with themes, and I've forgotten how to do this.

I can't find any simple instructions anywhere -- Wordpress or BytesForAll. I can't be sure from the general Wordpress instructions that my settings will be preserved.

Can anyone help??

Thanks!
  #2  
Old Apr 4, 2010, 08:52 AM
jankph
 
93 posts · Jul 2009
ATA 3.6.4 and WP 3.1
This may be helpful
http://forum.bytesforall.com/showpos...47&postcount=3
  #3  
Old Apr 4, 2010, 10:17 AM
Ilkuul
 
8 posts · Apr 2010
Thanks for this link. It describes how to get custom images into the upgraded theme.

But I'm afraid my question is even more basic!

At the top of his post, Juggledad talks about doing "an automatic upgrade". HOW DO I DO THAT?? The link it gave under Atahualpa theme options was only to download the zip file! There was no option for an automatic upgrade.

And if I upgrade automatically, does that mean it preserves all my other settings?

Thanks for your help!
  #4  
Old Apr 4, 2010, 11:19 AM
jankph
 
93 posts · Jul 2009
ATA 3.6.4 and WP 3.1
If you expand on what juggledad says, do the following
- download the theme zip-file to your computer
- unzip the folder and make sure it is unpacked in a folder that has the name of the version, e.g. "atahualpa346"
- FTP the full folder as is to the wp-themes folder, snow wp-themes/atahualpa346
- In your WP dashboard, go to Themes > Add themes and you will see the new version of your theme
- Preview, then Activate

All settings are preserved, except for any edits you have made to the .php files. These will have to be copied over. The same goes for header images that you have added, which is what the post was referring to.
  #5  
Old Apr 4, 2010, 03:04 PM
Ilkuul
 
8 posts · Apr 2010
Thanks! I substituted my customised header image and stylesheet in the downloaded "Atahualpa346" folder (as per Juggledad's instructions). Then I uploaded the folder to the online wp-themes folder. So far so good.

But when it came to your 4th point -- "In your WP dashboard, go to Themes > Add themes and you will see the new version of your theme" -- I hit a brick wall. First, there's no "Add Themes", just "Add NEW Themes": is that what you meant? Second, when I clicked on that, Atahualpa346 did not appear. Only a Search parameters page. I searched for "Atahualpa346" and found nothing. I then searched for "Atahualpa", and found something that said it was ver. 3.4.6 -- but the preview looked nothing like what I have now! I didn't want to install that, in case it was the default version without my customised settings.

**Sigh!** What am I doing wrong or not understanding?
  #6  
Old Apr 4, 2010, 05:23 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Go to dashboard->appearances->themes and pick the 3.4.6 version of atahualpa
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Apr 6, 2010, 09:01 AM
Ilkuul
 
8 posts · Apr 2010
Many thanks for your help. It installed 3.4.6 as new, so I dunno how uploading the atahualpa346 folder beforehand helped. Some settings were not carried across, but I managed to edit css.php (which didn't exist before), and I've got it almost the way it was.

Seems like upgrading a theme is not something to be done casually!
  #8  
Old Apr 6, 2010, 12:53 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
1) If you downloaded the theme to your computer and unzipped it, it would have unzipped to a folder called 'atahualpa346' so when you FTP'd it to the host, you would have two atahualpa folders, one called 'atahualpa' and one called 'atahualpa346'

2) try not to change css.php - put your updates in the CSS Inserts options - then they will be stored in the database. If you change css.php, next time you upgrade you will lose them again since you are change CODE not theme options.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #9  
Old Apr 6, 2010, 04:01 PM
Ilkuul
 
8 posts · Apr 2010
Thanks for your comments. Re point 1), does having the 'atahualpa346' folder already on the host enable an automatic installation to read the settings?

About 2), my problem is I know so little about HTML and CSS that I need to find out by trial and error which bits of code in css.php control the settings I want to change. I suppose once I get something that works I could copy & paste my changes into the Theme Options HTML/CSS inserts. It certainly would be good not to have to redo it all next time I upgrade.
  #10  
Old Apr 6, 2010, 05:29 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
1) not sure if it will enable the automatin install, if it did, I would asusme that it would put a new copy into a foilder called 'atahualpa'

2) for a lot of the changes, you make them in the options. For example, if you want the background of the entire page to be red, you could edit the css.php and find the 'body {...}' and put 'background: #CC0000;' there and then save the file and upload it to the host

or

you could go to the theme options, 'Body, Text & Links' and in the 'Body Style' you could add 'background: #CC0000;' and press SAVE and you would be all done. This way, the option is stored in the database and for the next upgrade you don't have to do anything. If you edit css.php, make sure you keep notes because after the next upgrade, you will have to add all your changes back in.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #11  
Old Apr 6, 2010, 06:06 PM
Ilkuul
 
8 posts · Apr 2010
Right. I understand what you mean about saving stuff in the options wherever possible. My main problem was the size, colour and line-spacing of the headings (h1, h2, etc.), which don't seem to be configurable in the options. But if I can add them under HTML/CSS Inserts, that should work, I hope?
  #12  
Old Apr 6, 2010, 06:14 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Page and post headings can be styled in the options or as you note, you can put things in the CSS Inserts to override any other options. Sometimes you may have to add a '!important' to an option.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #13  
Old Apr 7, 2010, 01:10 AM
Ilkuul
 
8 posts · Apr 2010
How do I do that? Just type 'important' at the beginning of the line? Or as a comment between /* ... */?
  #14  
Old Apr 7, 2010, 06:04 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
You add it to the end. Let's say you wanted to make sure the background color is set, you would use
HTML Code:
background-color: #CC0000 !important;
And that should over ride the color for the CSS element you are using
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #15  
Old Apr 7, 2010, 08:03 PM
Ilkuul
 
8 posts · Apr 2010
OK, thanks. I appreciate your help.

Bookmarks

Tags
keep settings, upgrade to 346

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Keeping Atahualpa settings Thorvald New Versions, & Updating 8 Jul 30, 2009 08:09 PM
[SOLVED] Simple question....? d_random Atahualpa 3 Wordpress theme 4 Apr 6, 2009 11:16 AM
Simple Question - How do I change the font for the blog title? Verity Atahualpa 3 Wordpress theme 3 Feb 15, 2009 03:15 PM


All times are GMT -6. The time now is 01:08 PM.


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