Excelente, funciona como deveria
By matheusmorison on December 15, 2024
Excelente plugin, funciona perfeitamente. Só uma sugestão: Poderia ter um ambiente simplificado para criar o tema filho. Porque devido a muitas funções que aparecem, pode acabar confundindo muita gente e acaba não sabendo utilizar. Tivesse apenas um botão de gerar o tema filho e uma opção avançada seria útil. Aqui tem funcionado só gerar logo o tema filho sem precisar mexer em nenhuma outra opção.
This plugin is outdated since Divi version 4.25.0
By axxies on April 26, 2024
This plugin is outdated since Divi version 4.25.0 . If you use it after that it will make use of code that is too old. The effect of that is that there is no way to add/edit any elements at all.
In functions.php of the child theme, you have to add this code:
<?php
function my_theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
}
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
In style.css of the child theme, you have to remove this:
@import url("../Divi/style.css");
This information came from the support team when they helped me solve my issues.
You can find more info about this at:
elegantthemes dot com slash blog slash divi-resources slash divi-child-theme
(RIDICULOUS that they don't allow to post links to explanations here. How else can I help?)
Never had an issue!
By sayna on March 7, 2024
Works as it should, faced no issue and problem, using it for months! thanks :)
I LIKE it!
By (gilgongo) on October 19, 2023
Ooh yar! This plugin makes the best of the utterly weird and crazy Wordpress "child" thing with themes. Life is now so much easier.
Change Log not being Updated
By Robert Lewis (bob2715) on October 2, 2023
Last entry in Change Log is 2.6.1 - nothing for 2.6.2 or 2.6.3????
Perfecto!!! Gracias
By Robertoman on September 7, 2023
Muy facil de utilizar. Muy confiable.
Messed my original child theme
By th4nky0u on July 30, 2023
I just wanted to change the title of my child theme.
This extension completely messed my child theme and I had to restore my site to an earlier backup to get it back to normal.
Excellent and easy to use plugin
By migmor on May 17, 2023
I have used it on several occasions, and it has always worked well for me. It deserves 5 stars.
Excellent Plugin
By Joseph (josephapeke) on May 2, 2023
Works perfectly without breaking the site.
Worked flawlessly
By dareadel (h2ofilters) on January 31, 2023
I wish I can give more than 5 stars. I completed a site and then realized it would be a good idea to create a child theme. I was afraid I will lose a lot of customizations. I used one plugin for another site but I ended up to manually redoing all the stylings. But this config plugin did EVERYTHING. Once I created the child theme the plugin does everything I wanted.