dropdown issue and CORS
-
The Dropdown currently is only loading the flags, horizontally:

rather than vertically with the name of the language next to the flag.
I am also seeing a CORS issue:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://translate.googleapis.com/element/log?format=json&hasfast=true&authuser=0. (Reason: CORS request did not succeed). Status code: (null).despite having it handled in htaccess:
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "https://translate.googleapis.com/"
Header set Access-Control-Allow-Credentials true
</IfModule>Any suggestions? I have the plugin style file excluded from caching …
thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘dropdown issue and CORS’ is closed to new replies.