Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author webnique

    (@darius1983)

    Hi @caezar1991,

    Usercentrics offers automatic language detection.

    In addition you can set the default language in your Usercentrics Admin Dashboard: https://admin.usercentrics.com/ under General > Visible Languages .

    Thanks for using our plugin!

    Plugin Author webnique

    (@darius1983)

    Hallo @oecsike,

    grundlegend ben?tigt man in dieser Version des Plugins eine Usercentrics Account. Wenn man diesen hat, erh?lt man automatisch eine Settings ID.

    Wir hoffen Deine Frage damit beantwortet zu haben.

    Alles liebe!

    Plugin Author webnique

    (@darius1983)

    Hallo @oecsike,

    existiert denn schon ein Account bei Usercentrics?

    Du solltest eigentlich nach sp?testens 7 Tagen eine E-Mail mit deiner Settings ID erhalten.

    Danke vorab für Deine Rückmeldung!

    Plugin Author webnique

    (@darius1983)

    Hi @schertel,

    bis auf den Google Tag Manager müssen die restlichen Skripte in der Lite Version dieses Plugins dahingehend aktuell noch angepasst werden, sodass der Type des Script Tags auf text/plain umgestellt wird.

    Beispiel:

    <script type="text/plain" data-usercentrics="My Example Script" src="example.com/example.js"></script>

    Wir nehmen Deinen Punkt aber gerne als Feature Wunsch auf.

    • This reply was modified 4 years, 10 months ago by webnique.
    • This reply was modified 4 years, 10 months ago by webnique.

    You filled in both the server and browser key fields?

    Yes.

    Are you sure the key you filled in the server key field is actually a server key and not accidentally a browser key?

    Yes.

    Can you try to generate a new one, this sometimes does fix errors like this.

    Found the solution for this: We had an (optional) IP capping for the same API (server) key. We just removed the IP restriction from the Google console and it works fine again now.

    Thanks anyways!

    When saving a new post or a post where latitude and longitude is missing we now receive the following error:

    The Google Geocoding API returned REQUEST_DENIED.

    Error message: This IP, site or mobile application is not authorized to use this API key. Request received from IP address XXX, with empty referer

    Any suggestions?

    *** Hot fix for those who can’t wait for the new release (will be overwritten on update) ***

    Find:
    /wp-content/plugins/wp-store-locator/admin/class-admin.php

    Line:
    354

    Replace

    wp_enqueue_script( 'wpsl-gmap', ( '//maps.google.com/maps/api/js?libraries=places&language=' . $wpsl_settings['api_language'] ), false, '', true );

    With

    wp_enqueue_script( 'wpsl-gmap', ( '//maps.google.com/maps/api/js?libraries=places&language=' . $wpsl_settings['api_language'] . wpsl_get_gmap_api_params( 'browser_key' ) ), false, '', true );

Viewing 7 replies - 1 through 7 (of 7 total)