Hello @sezgee
I hope this message finds you well. I understand you’re experiencing some issues with your website, and I’d be happy to help you. Before we proceed, please provide me with your live URL so I can investigate the issue further. Here I have just checked and found it’s working perfectly. Have a look here – https://d.pr/v/RVFe9G.
In addition, please share the Site Info with me so I can try to troubleshoot the issue. To obtain the Site Info, please follow these steps:
- Log in to your WordPress Dashboard.
- Click on Tools and select Site Health.
- Click on the Info tab.
- Copy the Site Info to Clipboard.
Furthermore, I would appreciate it if you could provide me with the Debug Log. To do this, please follow these steps:
- Navigate to your File Manager from cPanel.
- Locate and edit the wp-config.php file.
- Near the bottom of the file, you’ll see the following line:
define('WP_DEBUG', false);
- Please adjust that line to these three lines:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
Please remember that it’s not recommended to change WP_DEBUG_DISPLAY to true, as any errors will be displayed on your live website. By enabling WP_DEBUG_LOG, you can view the same errors in your /wp-content/debug.log file.
Once you’ve made these changes, please paste the Debug Log in PasteBin and share the link with me.
Thank you.