• Resolved Triner Media + Print

    (@trinermedia)


    I am using the latest version of Profile Builder (v 3.11.0) and Elementor Pro (v 3.19.2). I have now noticed that the “Show password” function (eye icon) in the login form widget no longer works and the following error is displayed in the browser console:
    Failed to load /wp-content/plugins/profile-builder/features/elementor-pro/assets/js/elementor-popup.js?ver=6.4.3 resource: the server responded with a status of 404 ()
    I don’t know if the two issues are related. As for the error message in the browser console, I can’t find a file named elementor-popup.js in the entire plugin directory.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Triner Media + Print

    (@trinermedia)

    Perhaps helpful to mention: The file in question is referenced in the following places:

    /wp-content/plugins/profile-builder/front-end/recover.php (row 537)
    /wp-content/plugins/profile-builder/front-end/login.php (row 674)

    So the plugin is relying on those Elementor scripts, and the enqueue method includes the base for the Profile Builder plugin WPPB_PLUGIN_URL and a sub folder “features”, which is incorrect for this Elementor asset.

    wp_enqueue_script( ‘wppb_elementor_popup_script’, WPPB_PLUGIN_URL . ‘features/elementor-pro/assets/js/elementor-popup.js’, array(‘jquery’) );

    • This reply was modified 9 months, 1 week ago by Nic Windley.
    Plugin Support alexandrubodea

    (@alexandrubodea)

    Hi @trinermedia, @nisiwi

    We’re aware of the JS Error issue (related to the Elementor Pop-up) you guys mentioned, and the fix for this issue will be added in our next update to Profile Builder (which most likely will be released tomorrow).

    Best regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin causes 404 error in console’ is closed to new replies.