Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Milos

    (@miloss84)

    Hi there,

    The error message you see suggests that there’s a problem with a function call in your code. However, without more context, it’s a bit challenging to pinpoint the exact cause.

    Here are a few steps you can take to troubleshoot this issue:

    1. Check for Plugin/Theme Conflicts: Sometimes, conflicts between plugins or themes can cause such errors. Try deactivating other plugins one by one and switch to a default WordPress theme temporarily to see if the issue persists.
    2. Review Recent Changes: If this error started occurring after making recent changes to your website, such as installing a new plugin or updating existing ones, try reverting those changes to see if it resolves the problem.
    3. Debugging: Enable WordPress debugging to get more detailed error messages. You can do this by adding the following lines to your wp-config.php file:phpCopy codedefine( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); This will log errors to a debug.log file located in the /wp-content/ directory.
    4. Update Elementor and Other Plugins: Ensure that you are using the latest version of Elementor and any other plugins you have installed. Sometimes, updating plugins can resolve compatibility issues.
    5. Check Console for Additional Errors: Inspect your browser’s console (usually accessible by pressing F12 and selecting the “Console” tab) for any additional error messages that might provide more context about the issue.

    Kind regards,

    Due to inactivity this ticket has been closed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Found a js error in page console’ is closed to new replies.