The Big Spring Sale! Up to 50% off!

EU Cookies Popup doest not work

r14r
4 Posts
r14r posted this 19 October 2021
Ask a Question

Hi,
i am working with the EU Cookies Popup.

It shows up in the finale exported page, but after clicking on the button, the cookie is not set.
So the Popup is shown every time.

Parsing the generate code, i found a possible type in nicepage.js:

In the function 6141 -> function init -> function o the expires date has a typo

                        a.expires = new Date(
                            1 * new Date() + 864e5 * a.expires
                        );

864e5 is not number, so the generates date is wrong.

Could you fix the popup?

Thanks

Hi, i am working with the EU Cookies Popup. It shows up in the finale exported page, but after clicking on the button, the cookie is not set. So the Popup is shown every time. Parsing the generate code, i found a possible type in nicepage.js: In the function 6141 -> function init -> function o the expires date has a typo a.expires = new Date( 1 * new Date() + 864e5 * a.expires ); 864e5 is not number, so the generates date is wrong. Could you fix the popup? Thanks
Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 22 October 2021

Hi,

There is no possibility to modify this value in the application, if you want to change it, you need to edit the exported code.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, There is no possibility to modify this value in the application, if you want to change it, you need to edit the exported code. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
r14r
4 Posts
r14r posted this 22 October 2021

Hi Olivia,
thats right, i know, but 864e5 is too big.

Please check the attached image

Hi Olivia, thats right, i know, but 864e5 is too big. Please check the attached image
Support Team
Support Team posted this 21 October 2021

Hi,

864e5 is a valid JavaScript number that represents the number of milliseconds in a 24 hour day. There is no typo.
The cookie is created if you upload the website to the server including localhost.
Please let us know if you have any further questions.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, **864e5** is a valid JavaScript number that represents the number of milliseconds in a 24 hour day. There is no typo. The cookie is created if you upload the website to the server including localhost. Please let us know if you have any further questions. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments