Hi,
I just installed the PRO version in a highly customize Divi theme WITHOUT a glitch. It works perfectly. Must be something on your site…
Good luck 🙂
Same here.
Tried to disable super cache : customize worked
re-enabled super cache : customize stop working
the sidebar shows/works ok, the preview keeps on loading, loading, loading (forever)
Hi,
I’ve found this solution, and it works :
in init.php on line 186 add set_url_scheme() around the $local_avatars[$size] like that :
$avatar = "<img alt='" . esc_attr( $alt ) . "' src='" . <strong>set_url_scheme(</strong>$local_avatars[$size]<strong>)</strong> . "' class='avatar avatar-{$size}{$author_class} photo' height='{$size}' width='{$size}' />";
it adds http or https depending on the is_ssl() value.