• Resolved pattersonhall

    (@pattersonhall)


    Good afternoon,

    The calculator is showing additional unwanted cookie wording when viewed on a mobile phone. This isn’t showing when viewed on a desktop. I’ve tried using a different Cookie/ GDPR plugin, but the same thing happens just with the different plugins disclaimer. I’ve also tried using the different options within the calculated fields form options but it still appears.

    Any ideas on how to get rid of this extra wording which is appearing when viewed on mobiles?

    This plugin is brilliant, so I’m hoping someone can help with this issue.

    Thank you in advance.

    Patterson Hall

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @pattersonhall

    WordPress does not support sessions. For this reason, it is necessary to emulate sessions using other mechanisms like cookies.

    If you want to modify the cookie name to manage it with third-party plugins, you can enter a piece of code similar to the following one (with the preferred cookie name) into the “wp-config.php” file of your WordPress.

    define( 'CP_COOKIE_NAME', 'your-cookie-name' );

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Cookie on Mobile’ is closed to new replies.