• Resolved mssbee

    (@mssbee)


    I have questions about the Cookie Acceptance Popup feature:
    1. Happens if a visitor clicks decline? Are cookies then disabled on the site?
    2. What if I don’t want to use this feature on my site – how do I disable it?
    3. If I did want to use I wouldn’t that button to stay on my page after made my choice? How can I disable that?

    Thank for your great plugin looking forward to your answers.

Viewing 15 replies - 1 through 15 (of 18 total)
  • Where do I translate pop-up window text? In .pot file is not text, in plugin settings also not. I can not display an English text window on a Czech-language site.
    Where can I disable the pop-up window if I do not want to pop it? Reason in the previous paragraph.

    Edit:
    So far I have forbidden in custom css:
    .cc-window.cc-floating {display: none;}

    • This reply was modified 6 years, 2 months ago by mirekk.

    The pop-up is ok, but now I have double pop-ups for all my websites. If I can turn yours off somewhere (because I can’t translate it), that would be great.

    The pop-up is ok, but now I have double pop-ups for all my websites. If I can turn yours off somewhere (because I can’t translate it), that would be great.

    same problem ??

    I didnt see any options but it is possible to deregister the script. Just add this to your theme functions.php until they give the option to disable it.

    
    function wpdocs_dequeue_script() {
        wp_dequeue_script( 'gdpr-framework-cookie_popupconsent-js');
    }
    add_action( 'wp_print_scripts', 'wpdocs_dequeue_script', 100 );
    • This reply was modified 6 years, 2 months ago by Robothead.

    Works fine! Thanks @toktor

    Thread Starter mssbee

    (@mssbee)

    Thank you @toktor for the script. That is a great work around.

    Still wondering what happens if a visitor clicks decline and if that floating button can go away if the popup is active.

    @toktor > you’re script don’t work for me…

    @data443 > Please add option to disable your cookie popup!

    Thanks @toktor – very helpful!

    Hello all, we are very sorry but this was not intended and our developers have fixed this mistake! Please see v1.0.14 and do let us know if there are any other concerns we can address.

    Sincerely,
    Data443 team

    https://data443.atlassian.net/servicedesk/customer/portal/2/group/6

    Thread Starter mssbee

    (@mssbee)

    Thank you for the update.

    Pour ma part personnelle, je ne suis absolument pas satisfait de la dernière mise à jour qui me pose des problèmes au niveau du popup “Cookies”. Impossible de traduire en Fran?ais le texte ainsi que de faire disparaitre certaines mentions inutiles dès lors que l’on a donné son consentement. Je ne vois pas non plus de réponse aux différents problèmes énoncés par les personnes qui m’ont précédées dans les commentaires de la part de l’éditeur et trouve cette absence de réactivité dommage. J’ai donc désactivé le plugins et vais donc me tourner vers un autre outil concurrent plus performant

    Thread Starter mssbee

    (@mssbee)

    Thank you for the update. My colleagues and I are amazed at how quickly you addressed the basic problem.

    We are also amazed at the functionality of this free plugin. We researched many solutions to adding GDRP compliance to our client’s sites and your FREE plugin was the best. The documentation you include was essential to our understanding of GDRP.

    No plugin can be the be all end all for everyone. Some folks will need to realize that they may need to do a more customized solution. For example, the cookie popup. Folks needing more features can use a popup plugin to create a custom popup.

    Thank you again for your contribution to the WordPress community!

    @mssbee thank you for your kind words! This is very nice to hear and we hope to keep making users happy ??

    @gransart51 we are sorry you are not as satisfied. We have opened a ticket with our support team to look into your concerns.

    @gransart51 – please see update in latest release today. Let us know if you need anything further.

    @data443

    This is such a wonderful plugin!
    I have managed to translate ALMOST everything I needed, I was able to create all the pages & setup everything.

    There’s one more small issue bugging me: how do I translate the “Learn more” anchor text from the Acceptance Popup? There’s no string for it in the mo/po files, and no way of changing it in the admin side.

    Thanks!!

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Cookie Acceptance Popup’ is closed to new replies.