location terms filtered, but if you switch the language to english which is not default : https://v2.huellandina.com/en/locacion/lakes-district/ , then you get 404 error, I think it might be due to search query string in the URL ?
Solution:
Hi, the issue got resolved it was due to ACF taxonomy URL settings set to hierarchy.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
location terms filtered, but if you switch the language to english which is not default : hidden link , then you get 404 error, I think it might be due to search query string in the URL ?
Languages: English (English )Portuguese (Brazil) (Português )
Timezone: America/Sao_Paulo (GMT-03:00)
Hey there.
Thank you for contacting our support.
Can you please try to replicate this issue on a minimal environment, with a default theme and all non-WPML temporarily disabled to see if the error persists? If you're able to browse hidden link just fine with the plugins disabled, please enable one-by-one to see which one might be causing an interference.
I'd also like your help enabling the WordPress debug mode.
To do so, please add the following code in wp-config.php file of your site:
// 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 );
Please check following links to read more about debugging with WordPress.
After doing that please try to replicate the 404 error again, then check if you can find a file debug.log inside the wp-content folder. Open it and send us the last lines of log here in this ticket.