The web console is used to track if you got any JavaScript errors on your page. Use these steps to open and troubleshoot the console.
- 1
-
Open the Console
Use this keyboard shortcuts to open the console
Chrome
Access DevTools On Windows On Mac Open Developer Tools F12 or Ctrl+Shift+I Cmd+Option+I Safari
Cmd+Option+C
- 2
-
Refresh current page
- 3
-
Check console for errors
You can often see what plugin etc the errors are coming from by reading the red error messages.