• Resolved Kfir91

    (@kfir91)


    Ok so I had a problem which the Facebook like button was displayed in my native language (Hebrew – right to left) and the Google+ was displayed in English (left to right). So in order to fix this problem I added a script code to the Popup to display the Google+ in my native language (Hebrew) and it works fine, on some pages. On the others it keeps displaying in English, which makes the buttons display on each other.
    Here is a link for you to see (wait 15 seconds till the Popup comes).

    https://www.ads-software.com/plugins/popups/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Kfir91

    (@kfir91)

    Ok so I noticed the problem occurs when used with “OnePress Social Locker” plugin. But the other plugin displays it correctly (in my native language) so I have no idea why it messes this up.

    Plugin Author Damian

    (@timersys)

    What you added is this ?

    <script src="https://apis.google.com/js/platform.js" async="" defer="" gapi_processed="true">
      {lang: 'iw'}
    </script>

    You can try disabling google javascript by adding to your functions.php the following:
    define('SPU_UNLOAD_GO_JS', true);
    That will tell the plugin to not load google javascript and use your instead

    Thread Starter Kfir91

    (@kfir91)

    Yep it’s exactly what I added. Also your suggestion works like a charm!
    Thank you Damian!

    Plugin Author Damian

    (@timersys)

    Glad it worked, please support us

    Thread Starter Kfir91

    (@kfir91)

    I don’t know why but it doesn’t seem to work no more.
    Any suggestions? directview.co.il

    Thread Starter Kfir91

    (@kfir91)

    Also in FireFox the Facebook button doesn’t load at all.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Different Languages (RTL-LTR)’ is closed to new replies.