• Resolved therealyoda

    (@therealyoda)


    Hello,

    I was using the standard build-in slimstat plugin GPDR solution for the cookie consent.
    But it seems that this solution is not valid anymore.
    So I implemented the CookieYes plugin for global cookie management.

    But know, I’m looking about a solution to manage the slimstat cookie using CookieYes.

    I have read the documentation and found (or at least I misunderstood) that CookieYes is able to manage other cookies.
    But I couldn’t find how to implement this with the slimstat cookie.

    If someone could give me some help/advice about the command/functions I should use to set (or not) the slimstat cookie, it would be great.

    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @therealyoda,

    Greetings from Webtoffee!

    The free version of our plugin blocks scripts when they are added via our plugin category only. However, we request you to share your site URL so that we can check the scripts of Slimstat.

    Thread Starter therealyoda

    (@therealyoda)

    Hi @webtoffee , thanks for your reply,

    The website I’m testing can unfortunately not be accessed by internet (it’s an internal website).

    But… I have another website using slimstat that is accessible thru internet : https://www.sergio-art.fr
    The wordpress and plugin version are the same.

    Concerning the topic how to drive the slimstat cookie from an external plugin, bellow is a link to a screenshot of the way it is shown in the slimstat plugin configuration.

    https://www.sergio-art.fr/fichiers/afac/slimstat_cookie_configuration.jpg

    As you see, the example is given for the smartCookie pluging, but I think it should be able to work with CookieYes too.

    Thread Starter therealyoda

    (@therealyoda)

    I’m a little bit forward…

    The js script for slimstat is here : https://cdn.jsdelivr.net/wp/wp-slimstat/trunk/wp-slimstat.min.js

    When using another pplugin as CookieYes, this is the way to trigger the slimstat cookie
    As example for the Complianz plugin, in Slimstat, these settings are set:
    Opt-Out-Cookies:
    cmplz_statistics=deny
    complianz_consent_status=deny

    Opt-In Cookies:
    cmplz_statistics=allow

    So, I expect that I can set the same kind of parameters with CookieYes.
    Using the standard CookieYes parameters, this could give something like this:
    Opt-Out-Cookies:
    cookielawinfo-checkbox-analytics=deny
    cookielawinfo-checkbox-functional=deny

    Opt-In Cookies:
    cookielawinfo-checkbox-analytics=allow

    Is it the right way or I’m I completly wrong ?

    Plugin Author WebToffee

    (@webtoffee)

    Hi @therealyoda.

    Thanks for the detailed explanation. You can provide our cookie name and value as given below:

    Opt-out : cookielawinfo-checkbox-analytics=no

    Opt-in : cookielawinfo-checkbox-analytics=yes

    In the screenshot from here, we are showing how to implement this in slimstat plugin. Please refer to it.

    Thread Starter therealyoda

    (@therealyoda)

    Hi @webtoffee

    Thanks a lot for the feedback. I will do it in this way.

    have a nice day ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘managing the slimstat cookie’ is closed to new replies.