• Resolved e dev

    (@efishinsea)


    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)
  • Plugin Author edo888

    (@edo888)

    Hi,

    Check the Access-Control-Allow-Origin response header on your website to see what you have there, feel free to post your website address if you would like me to check it for you.

    Possibly you have some plugin which is setting it and you will need to change it properly or completely remove.

    If you do not know exactly what you are doing, please consult a developer.

    Thanks! 🙂

Viewing 1 replies (of 1 total)

The topic ‘dropdown issue and CORS’ is closed to new replies.