Skip to main content

Krafter 2.2 Issue

I put Krafter 2.2 on a brand new install of WordPress and the latest Divi 5.0 6.2 beta and the Krafter dashboard does not show the colors from 100 to 400 and 600 to 900. They are just white squares with only the 500 color on each palette showing. Anyone else having this issue? Thanks!

Mak .

Hello Michael. Let me test this and get back to you. Thanks for letting me know.

Robert Nitrio

Michael, I have the same setup that you have on a site under development. I am able to see the full range of colors both view my Krafter 2.2 layout page and when I want to call a color for something in the design. Have you tried disabling any plugins to see if one of them might be the source of the problem? Just an idea to try.

Gary Cosgrove

I'm having the same issue and I even tried it on a brand new clean install of WP, DIVI, Krafter, with no plugins.

See pic for reference.

Robert J

Hello there in this question.
I had same problem and solve it with delete all old presets.
This solved my problem and it´s not so big work.
I think it is worth to try if you install an new wordpress with Krafter.

Hope this will help other too.

Deep Clean (For All Presets)

  1. Install and activate a Child Theme for safety.
  2. Go to Appearance > Theme File Editor (or Code Editor in Divi 5).
  3. Select the functions.php file.
  4. Add the following code to the end of the file and visit your site with ?delete_global_presets=1 in the URL (e.g., yoursite.com?delete_global_presets=1) to run it. 

php

add_action( 'after_setup_theme', function() {
    if ( isset( $_GET['delete_global_presets'] ) ) {
        delete_option( 'et_divi_builder_global_presets_history_ng' ); // delete presets history
        die( 'Global Presets Deleted!' );
    }
});

Gary Cosgrove

So I deleted the global presets per the above code and then I reactivated the Divi theme. And I still have the same issue.

Is there another step that I need to do?

WPTierz Laurent

Gary Cosgrove 

The global presets were saved in the Divi theme and not the child theme. Unless I'm wrong

Make a backup of your site and try again with the Divi theme.

Gary Cosgrove

Tierz Leger 

Step 1 was to install a activate a Child Theme, so that's what I did.

Either way - when I execute the code in the Divi Theme, I get the same results.

Robert J

Hello Gary, have you reinstall Krafter after you deleted all presets otherwize you must reinstall latest krafter 2.2 to your Divi library then make an new page click on + in left corner choose my library and install to the Krafter 2.2 to that page and save your page.

Then make an section then an row and try with text module and heading module that all works.

Don´t forget also to update Divi 5 v Beta 6.2.

Good Luck with project
/ Robert J

Gary Cosgrove

Same issue - I reinstalled Krafter after deleting the Global presets and I'm running Divi 5 6.2.

The image is a screenshot of the variable manager which reflects what I'm seeing regarding the color variants.

Robert J

Gary Cosgrove 

Okey these colors is shades of the primary color from 100% to 900% every installations got these and it is nothing is wrong with these colors.

If you go to https://coolors. com you will understand.