• Resolved aranuir

    (@aranuir)


    As object, I can’t see and therefore I can’t enable the asset optimization advanced mode.
    The host is tophost…

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • @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

    Thread Starter aranuir

    (@aranuir)

    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…

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    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

    Thread Starter aranuir

    (@aranuir)

    Thanks. I don’t remember if I updated Divi yesterday, but now it works.
    Thank you so much for your reply.
    Giovanni.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t enable asset optimization advanced mode’ is closed to new replies.