Hello, I was informed by the customer that the archives (in the widgets) do not work.
I also tried installing the current theme on a fresh wordpress install to test if the issue was toolset related.
Link to a page where the issue can be seen: hidden link
When you tested on a fresh WordPress with your theme the issue didn't happen, is that correct?
Also, does the issue happen when you're logged in as well?
I'd like your help enabling the debug mode, please add the following code in the same wp-config.php file:
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
Thank you for taking those steps to debug the issue.
I would like to request temporary access (wp-admin and FTP) to your site to take better look at the issue. You will find the needed fields for this below the comment area when you log in to leave your next reply. The information you will enter is private which means only you and I can see and have access to it.
Our Debugging Procedures
I will be checking various settings in the backend to see if the issue can be resolved. Although I won't be making changes that affect the live site, it is still good practice to backup the site before providing us access. In the event that we do need to debug the site further, I will duplicate the site and work in a separate, local development environment to avoid affecting the live site.
- Please make a backup of site files and database before providing us access.
- If you do not see the wp-admin/FTP fields this means your post & website login details will be made PUBLIC. DO NOT post your website details unless you see the required wp-admin/FTP fields. If you do not, please ask me to enable the private box. The private box looks like this: hidden link
Please, let me know if you need any additional details. Have a nice day.
I checked that with a default theme it is loading the records in the archive page just fine.
I debugged a bit further and checked that when your current theme is active, in the archive.php file, it is not loading any records for the loop to run, when it comes to this part it is not finding any records and then exiting the loop:
if (count($wp_query->tax_query->queries) > 0) {
}
I'd like to compare the theme version available in the staging site with the live site to see if I can spot what's causing this issue. Is it possible for you to provide us with the same version that you're using in the staging site? Child + parent?
I tried logging into the staging site using the same details as the production site but they're different apparently.
You can share it with us with the private form I'm enabling or by uploading it to the FTP server that you shared the access with us already and letting us know the path to the file or folder. Alternatively you can upload it to a file sharing service such as Dropbox and send us the link.