On the Divi 2.0 release post Divi 2.0 Has Arrived, Giving “Countless Possibilities” A Whole New Meaning, as well as on the comments to that post, Nick Roach promised that the update to Divi 2.0 from the previous versions would be seamless.
I had just launched this website based on a Divi child theme with a lot of customization built on it when Divi 2.0 was released, so I wanted to wait a little bit and make sure everything would work just fine when I upgraded to Divi 2.0.
But I finally did update my parent theme. Divi4u is running now on Divi 2.0 and, as you can see, it looks and works alright.
Little issues I found
The main issue I encountered was that, for some reason, my social icons where missing in my footer. They were not visible plus they where arranged vertically instead of horizontally, so the footer had a larger height and was like a empty dark band except for the credits line.
This is not a problem that will appear in fresh Divi 2.0 installations (I checked that out in one of my dev sites), and I don´t know whether it might happen to you when upgrading your site to Divi 2.0. Anyway, I quickly found the solution at ET support.
Just in case you need it too, these are the lines I had to add to my style.css file in order to solve this issue:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
/*---------------[DIVI 2.0 FIXES]---------------*/ .et-social-twitter a:before { content: '\e094'; } .et-social-facebook a:before { content: '\e093'; } .et-social-icon.et-social-google a:before { content: '\e096'; } .et-social-rss a:before { content: '\e09e'; } ul #et-social-icons li { float: left; margin-right: 10px; } ul #et-social-icons { float: right; } |
There were some other minor problems, but they were related to the renaming of classes because of the the addition of new Divi 2.0 features, and those minor problems only appeared because I´d tweaked some classes in my child theme.
More features, less trouble
In fact, one of the problems I found when putting this site together with the previous versions of Divi has already been solved in Divi 2.0:
As you can imagine, some pages in this website are built on custom templates (for instance, the Divi Theme Detector tool and the Examples of sites using Divi showcase page are both based on custom page templates specifically developed for their respective functionalities). I was surprised when I first found that with Divi 1 it looked like it was not possible to use your own custom page templates, although as I soon learned through ET support I was able to solve this issue by modifying some code .
But when I now updated to Divi 2.0, my custom pages worked right away without the need for any tweaking of the parent theme files.
All I have to do now is to think about the right ways to take full advantage of the new features brought by Divi 2.0!
- New Divi Children 3.0.10 update released - April 7, 2022
- New Divi Children 3.0.7 version for WordPress 4.9 - November 15, 2017
- Understanding Divi Children Output Mode - October 11, 2017
Thank you for sharing your experience and code. I’m working on designing a site with D2.0 now. I hadn’t worked my way to social icons yet, but would have gotten there soon.
As soon as the site is closer to ready, I’ll add it to your gallery.
Thank you for this site and your great plugin – really helpful!
Nicole
Thank you for your kind words, Nicole.
I´m glad you liked the Divi Children plugin.
Looking forward to see your new site at the Divi sites showcase!
Thanks for the post and update re: the missing social icons in the footer and am glad that it’s not just me! Love the site and will be bookmarking it. Also, have been using your theme detector for quite some time now and it’s cool to see you doing this site as well! All the best,