Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter markusdittrich

    (@markusdittrich)

    Oh no, what I meant is: If my client doesn’t renew the license, will the plugin still work?

    Thread Starter markusdittrich

    (@markusdittrich)

    Ah so that’s the problem! Alright, I’ll ask the client if he’s willing to go pro on this. Just a quick question: Would the plugin stop working after a year or would it just be unable to update?

    Thread Starter markusdittrich

    (@markusdittrich)

    Okay so now it’s configured like:

    gdpr_strict_cookies:
    moove_gdpr_popup=%7B%22strict%22%3A%221%22%2C%22thirdparty%22%3A%220%22%2C%22advanced%22%3A%220%22%7D

    gdpr_strict_and_3rd:
    moove_gdpr_popup=%7B%22strict%22%3A%221%22%2C%22thirdparty%22%3A%221%22%2C%22advanced%22%3A%220%22%7D

    gdpr_all_cookies:
    moove_gdpr_popup=%7B%22strict%22%3A%221%22%2C%22thirdparty%22%3A%221%22%2C%22advanced%22%3A%221%22%7D

    Unfortunately it still doesn’t work. I should see a version of a page where a google maps iframe is echoed, but all I get is the version that’s supposed to show when the user hasn’t accepted 3rd-party cookies. So it’s either serving a cached version for what’s defined in gdpr_strict_cookies or for what’s defined when there are no cookies enabled at all.

    Thread Starter markusdittrich

    (@markusdittrich)

    Hello @vmarko,

    Thank you for the quick reply! Unfortunately this doesn’t seem to do the trick. Might this have something to do with the fact that the cookie in question doesn’t actually store the nice JSON-string I’ve described but rather an ugly URL-encoded version of it?

    So instead of
    {"strict":"1","thirdparty":"0","advanced":"0"}
    the cookie actually reads
    %7B%22strict%22%3A%221%22%2C%22thirdparty%22%3A%220%22%2C%22advanced%22%3A%220%22%7D

    Just to be sure let me describe what I have set up so far:
    So I’ve set up three Cookie Groups:

    gdpr_strict_cookies:
    moove_gdpr_popup='%7B%22strict%22%3A%221%22%2C%22thirdparty%22%3A%220%22%2C%22advanced%22%3A%220%22%7D'

    gdpr_strict_and_3rd:
    moove_gdpr_popup='%7B%22strict%22%3A%221%22%2C%22thirdparty%22%3A%221%22%2C%22advanced%22%3A%220%22%7D'

    gdpr_all_cookies:
    moove_gdpr_popup='%7B%22strict%22%3A%221%22%2C%22thirdparty%22%3A%221%22%2C%22advanced%22%3A%221%22%7D'

    Each group has enabled checkboxes for enable and cache

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