Hey johnnyr860
When you made changes to your site did you change the CSS files and HTML/PHP through ‘Appearance > Editor’ in the WordPress admin section?
Yes as a matter of fact I did. I have this jquery plugin I used to add a jquery slider to my header. When you upload the slider to your plugin it gives you the code and all you do is copy and paste it where you want the slider to show up so I pasted mine in the header.php section of wordpress found in appearance> editor and then clicking on header.php
For the footer (although I don’t have my other pages set up yet) I inserted a navigation on the bottom that I made of text that links to other pages on the site and next to that navigation was the copyright for my site info. But when I inserted this one into footer.php that was also lost in the update. All updated were done through the appearance> editor
Making changes to the CSS and HTML/PHP files requires you to create a Child Theme first. Child themes will maintain changes to the CSS and PHP files during theme updates. With out creating one first, files will be overwritten with the original theme code.
To create a child theme, read the information at:
http://codex.ww.wp.xz.cn/Child_Themes
This is why modifying themes files and especially core WP files is discouraged. Everytime you update you are going to lose your changes.
You are going to have to make your changes again but instead create a chid theme to change/add templates or functions.
Question, did you make your changes to a child of the Unite theme or directly to the Unite theme itself?
If you changed the Unite theme’s files directly, then anything you added would have been over-written with the theme’s new files.
Info on child themes: http://codex.ww.wp.xz.cn/Child_Themes
As I said above in a previous response my changes were all made from the wordpress theme directly by going to my dashboard and then going to appearance> editor. I never used a child theme in fact this is the first I a hearing of this child theme. But now that it has been brought to my attention I will be sure to check that out right now.