• I should see the button to open the popup.
    In IE I can see the code, but the button will be not rendering.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jasmines

    (@jasmines)

    to solve, search the following in scripts/frontend-bundle.min.js:

    return{divienhancer_image_comparison,divienhancer_modal_popup,free_divienhancer_sticky,divienhancer_timeline,divienhancer_flipbox,divienhancer_ihover_function,divienhancer_interactive_background,divienhancer_bing_map_script,set_divienhancer_option_name}

    and replace with:

    return{divienhancer_image_comparison:divienhancer_image_comparison,divienhancer_modal_popup:divienhancer_modal_popup,free_divienhancer_sticky:free_divienhancer_sticky,divienhancer_timeline:divienhancer_timeline,divienhancer_flipbox:divienhancer_flipbox,divienhancer_ihover_function:divienhancer_ihover_function,divienhancer_interactive_background:divienhancer_interactive_background,divienhancer_bing_map_script:divienhancer_bing_map_script,set_divienhancer_option_name:set_divienhancer_option_name}

    Plugin Author PedroMiguras

    (@miguras)

    Hello. Pretty weird what you described, because the modification made by you should not solve any problem. Is there any chance that you turns back to the original code and write me back to check the issue without the mods and look for the real issue and solution? On my development enviroment and under the demo page, the button works fine on mayor versions of internet explorer.

    Thread Starter jasmines

    (@jasmines)

    IE11 doesn’t support the method definition shorthand syntax 495: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions

    Your code needs my fix, no way.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Button for Modal Pup is not showing in Internet Explorer (Edge)’ is closed to new replies.