• Resolved moxieagency

    (@moxieagency)


    Hello,
    My website’s header is not showing on the MS Edge browser.
    I was trying to disable plugins to find the source of the problem and it seems like Premium Addons for Elemntor is the one making the trouble because once I’ve disabled it the header came back.
    However, now I tried to reactivate the plugin to see if it has anything to do with the Display Conditions feature (I read that it may be the reason for the disappearing) but the Elementor editor crashes and can’t even open (only in safe mode).
    Please advise as I would like to use the plugin and maintain the header for MS Edge users.
    Thank you in advance
    Best

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Leap13

    (@leap13)

    Hi @moxieagency

    We are so sorry for any inconvenience you are having. This is actually related to this issue.

    Our devs team made a couple of changes so we can add a couple of lines into the functions.php file to resolve the issue permanently.

    All you need to do is to update the plugin to 4.9.37, then add the code below to your functions.php file.

    Please Navigate to your WP Dashboard -> Appearance -> Theme File Editor -> add this code at end of the functions.php file

    add_filter( 'pa_display_conditions_values', function( $apply ) {
        return false;
    });

    Cheers!

    Thread Starter moxieagency

    (@moxieagency)

    Solved!

    If it is a known problem why isn’t it fixed in the code of the plugin already?

    Are there any more issues I need to look for related to this issue?
    It seems numerous people mentioned various problems in the thread you’ve shared with me.

    Please advise

    Plugin Author Leap13

    (@leap13)

    Hi @moxieagency

    As mentioned above, the issue is related to some changes Elementor did since v3.7. Fixing the issue in our code itself, will result in another issue that is related to copy/paste style between elements.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header disappearing on MS Edge’ is closed to new replies.