• 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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    (@axc15)

    Unforunately not working after code changing. The problem persist on Chrome, Firefox, Opera too, not just Safari.

    • This reply was modified 4 years, 8 months ago by axc15.
    Thread Starter axc15

    (@axc15)

    Updates here?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cookie notice plugin problem’ is closed to new replies.