• Resolved sermalefico

    (@sermalefico)


    Incompatibility with future elementor update. Elementor is going to introduce a new functionality. Custom codes. If ACF extended is activated, it hides the panel to be able to enter custom codes. This has to do with an area text field where it loads codemirror. Can you check this with Beta an dev elementor edition?.

    thx for your time

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback! I downloaded the Elementor Developer Beta + Elementor Free, but I cannot find anything related to “Custom Codes”. I couldn’t find anything on Google either.

    Can you please provide some screenshots in order to explain how to reproduce that issue?

    Thanks.

    Regards.

    Thread Starter sermalefico

    (@sermalefico)

    ei!
    yeah, is related to pro version.

    https://github.com/elementor/elementor/issues/13633

    go to:
    Introducing Custom Code: Add Custom Code Snippets Anywhere In Your Site

    if you see the panel in image

    for some reason, when I have acf activated extend that panel where the code is entered is not seen.

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks! Unfortunately I’m not an Elementor user and I don’t have Elementor Pro. I can’t do much here.

    For reference, the builtin WordPress CodeMirror library is enqueued using the native ACF acf/input/admin_enqueue_scripts hook with this code:

    wp_enqueue_script('code-editor');
    wp_enqueue_style('code-editor');
    

    I don’t know how and why that would break compatibility with the Elementor new “Custom Code” admin page. You can try to deregister the script on that page, or post a bug report on their github (it’s still beta).

    Hope it helps!

    Regards.

    Thread Starter sermalefico

    (@sermalefico)

    hi! i report then in

    link

    thx!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Incompatibility with future elementor update CUSTOM CODES’ is closed to new replies.