Title: Cookie notice plugin problem
Last modified: March 10, 2020

---

# Cookie notice plugin problem

 *  [axc15](https://wordpress.org/support/users/axc15/)
 * (@axc15)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/cookie-notice-plugin-problem/)
 * Hi,
 * The bottom cookie notification doesn’t close when i press Accept button. I don`
   t know why, because on desktop version the button works properly.
 * Can you help me? It`s a CSS property problem?
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcookie-notice-plugin-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Shmoo](https://wordpress.org/support/users/macpresss/)
 * (@macpresss)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/cookie-notice-plugin-problem/#post-12537550)
 * This is only a problem in Safari browsers. All other browsers are less strict
   when defining an empty value.
 * Current code.
 *     ```
       #cookie-notice.cn-animated.cn-effect-none {
       	-webkit-animation-duration: 0s;
       	animation-duration: 0s;
       }
       ```
   
 * Should be:
 *     ```
       #cookie-notice.cn-animated.cn-effect-none {
       	-webkit-animation-duration: none;
       	animation-duration: none;
       }
       ```
   
 * Just wait for the developer to update this plugin, or change the code inside 
   the following two files yourself.
 * ./wp-content/plugins/cookie-notice/css/front.css
    ./wp-content/plugins/cookie-
   notice/css/front.min.css
 *  Thread Starter [axc15](https://wordpress.org/support/users/axc15/)
 * (@axc15)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/cookie-notice-plugin-problem/#post-12573363)
 * Unforunately not working after code changing. The problem persist on Chrome, 
   Firefox, Opera too, not just Safari.
    -  This reply was modified 6 years, 3 months ago by [axc15](https://wordpress.org/support/users/axc15/).
 *  Thread Starter [axc15](https://wordpress.org/support/users/axc15/)
 * (@axc15)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/cookie-notice-plugin-problem/#post-12605635)
 * Updates here?

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

The topic ‘Cookie notice plugin problem’ is closed to new replies.

 * ![](https://ps.w.org/cookie-notice/assets/icon-256x256.png?rev=3549327)
 * [Compliance by Hu-manity.co](https://wordpress.org/plugins/cookie-notice/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-notice/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-notice/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-notice/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-notice/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-notice/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [axc15](https://wordpress.org/support/users/axc15/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/cookie-notice-plugin-problem/#post-12605635)
 * Status: not resolved