Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hi,

    this is weird. Please could you try to edit wp-content/plugins/popslide/assets/js/front.js file and change line 85:

    if ( popslide_settings.status.active == true && typeof $.cookie(popslide_settings.cookie.name) === 'undefined' ) {

    to:

    if ( popslide_settings.status.active == true && $.cookie(popslide_settings.cookie.name) == null ) {

    ?

    • This reply was modified 7 years, 7 months ago by Kuba Mikita.
    Thread Starter Partybond

    (@partybond)

    now it works!!! Thank you very much!

    Plugin Author Kuba Mikita

    (@kubitomakita)

    Awesome! If you don’t mind to leave a review I’d be grateful ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘It doesn’t work…’ is closed to new replies.