@aranuir,
Could you please explain in detail what the issue is? It is not enabling for you? You do not see the button to enable?
Best regards,
Anton
Yes, I only see ACTIVATE button and nothing else. If i push ACTIVATE it runs and at the end I see the ACTIVATE button again…
Hello @aranuir,
This is caused by the Divi theme. They should soon release a fix for this issue. Temporary it can be fixed in Divi/includes/builder/core.php replace:
$is_bfb_edit_page = 'post.php' === $pagenow && $is_bfb_used;
With:
$is_edit_page_not_bfb = 'post.php' === $pagenow && !$is_bfb_used;
And:
!$is_bfb_edit_page
With:
$is_edit_page_not_bfb
(make sure to make a copy of the file before editing it)
kind regards,
Kasia
Thanks. I don’t remember if I updated Divi yesterday, but now it works.
Thank you so much for your reply.
Giovanni.