Hi @ilariastrazzulla,
Does this issue just happen on your homepage?
To help us diagnose the issue, please enable debugging in WordPress and share the relevant log entries. You have two options:
- Use the WP Debugging Plugin (recommended for ease of use)
- Manually enable debugging by editing
wp-config.php
Option 1: Use the WP Debugging Plugin
- Install and activate the WP Debugging plugin.
- Visit the your website in an incognito window and be sure to (temporarly) disable blocking your own IP in the settings.
- In the top admin bar, hover over “Debug Quick Look” and click “View File Raw”.
- Copy the contents of the debug log and share them with us.
Option 2: Manually Enable Debugging
- Open the
wp-config.php file in the root of your WordPress installation.
- Add the following lines before
/* That's all, stop editing! Happy publishing. */:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);
define('SCRIPT_DEBUG', true);
- Save the file.
- Visit the your website in an incognito window and be sure to (temporarly) disable blocking your own IP in the settings.
- Locate the
debug.log file inside the /wp-content/ directory. Open it with a text editor and share any relevant error messages with us.
Important for Live Sites: Once you have shared the errors, disable debugging by removing the added lines in the wp-config.php file or disable the WP Debugging plugin. This is to prevent performance or security issues.
Let us know if you need any help!
Kind regards,
Hessel
Hi @ilariastrazzulla,
Do you still need help? If so, please reply here.
I’ll close this issue for now, but feel free to re-open! 🙂
Kind regards,
Hessel