You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Transposh with Divi theme breaks search results.
If "Allow translation of default language" is ON, then the search results page goes back to "default" and does not follow Divi Theme builder rules. Search results from only the original language are returned. The translated languages return "No results Found"
If "Allow translation of default language " is OFF, then search results page IS the page that is defined in the Divi Theme builder, but only the original language search return results. For translated languages no results are found.
WP: 6.3.2
Divi 4.23.0
(Site on localhost, PHP 8.1.23, nginx)
The text was updated successfully, but these errors were encountered:
The allow translation feature changes the search SQL to include translated values as well, It works on the default wordpress search, but some themes change this so it might not work.
If you want this resolved, I will need more data, mainly if you see any SQL error in your logs once this feature is enabled.
Hi,
Using Transposh with Divi theme breaks search results.
If "Allow translation of default language" is ON, then the search results page goes back to "default" and does not follow Divi Theme builder rules. Search results from only the original language are returned. The translated languages return "No results Found"
If "Allow translation of default language " is OFF, then search results page IS the page that is defined in the Divi Theme builder, but only the original language search return results. For translated languages no results are found.
WP: 6.3.2
Divi 4.23.0
(Site on localhost, PHP 8.1.23, nginx)
The text was updated successfully, but these errors were encountered: