Community Forums › Forums › Archived Forums › General Discussion › Genesis RC1 to 2.0 – messed up site
Tagged: Beta, genesis 2.0
- This topic has 9 replies, 4 voices, and was last updated 11 years, 4 months ago by kletcetera.
-
AuthorPosts
-
August 12, 2013 at 11:26 pm #55964kletceteraMember
Hello,
Just updated from the 2.0 beta version RC1 to the official 2.0 genesis release and it completely messed up my site.. sidebar is under the content.. like there are no divs. I was using the new genesis sample theme, with a content width and sidebar width a little bit customized. By the way I'm using wordpress 3.7 alpha 25000 (that was a mistake, wish I had 3.6 but anyway it was working fine before the genesis update)
site is http://www.pwnfitness.com
Anything I can do to fix this? I have no backup because the backup size was like 17 GB for no reason so I opted not to back anything up this time
http://www.pwnfitness.comAugust 13, 2013 at 12:29 am #55970Brad DaltonParticipantYou could try adding HTML 5 support to your child theme and converting your CSS to the new markup using a tool like this. http://cobaltapps.com/genesis-xhtml-to-html5-css-converter/
August 13, 2013 at 7:06 am #56021mmjaegerMemberin Genesis 2.0 html 5 support is added in your functions.php file like this: //* Add HTML5 markup structure
add_theme_support( 'html5' );before it was something like add_theme_support('genesis_html5') I believe.
August 13, 2013 at 8:10 am #56049kletceteraMemberhow would converting to html5 fix this problem?
August 13, 2013 at 8:21 am #56056Brad DaltonParticipantAugust 13, 2013 at 9:18 am #56078kletceteraMemberOk I used the converter and copy pasted.. nothing has changed so far. By the way in the style.css file it says the site is on beta1, but it is not.
/*
Theme Name: Genesis Sample
Theme URI: http://www.studiopress.com/
Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/Version: 2.0-beta1
Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Template: genesis
Template Version: 2.0.0-beta1License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/August 13, 2013 at 10:02 am #56086dcasonMemberI also run 2.0 with a Sample theme mod.
I did both of these steps (convert CSS, add HTML5 support) and have the same problem. The sidebar widget is now located under the content.
This is on a placeholder site, but I have a "real" site running the same theme that I need to upgrade to 2.0. Until someone solves this, there is no way I'm going to do it.
August 13, 2013 at 11:23 am #56111dcasonMemberPartial solution:
I tried downloading and installing the current 2.0 Genesis Sample theme from My Studiopress. It works out of the box (as opposed to my manually upgraded and CSS converted previous Sample theme). Of course, it has none of my customizations. For this placeholder site, not an issue. On a large or heavily customized site, an issue. But for some people at least, this may help.
August 13, 2013 at 11:34 am #56115kletceteraMemberthanks dcason I'll try that. Just have to save previous css and re-type all the customizations manually. I guess that's a lesson learned for trying beta versions on a live site!
August 13, 2013 at 3:27 pm #56171kletceteraMemberthat worked perfectly! thanks a bunch you saved my life
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.