Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #7296
    apatera
    Participant

    Hello,
    I installed your plugin on my website (www.edempg.it) and when someone clicks on the ok button the website parts in javascript stop working. Can you provide a solution?
    Thanks,
    Aurora

    #7301
    Bartosz
    Keymaster

    Fixed in 1.2.30. Thx for the feedback @apatera

    #7309
    apatera
    Participant

    Hello and thank you for the quick reply. It is true that now the majority of the script seems to work but the homepage of my website still shows only the waiting icon.
    Is there a reason why this happens? Can we solve this?
    Thank you.

    #7310
    camaran
    Participant

    hi my site chatme.im have this problem in some situation

    #7317
    Bartosz
    Keymaster

    @camaran:

    Error: ReferenceError: OA_show is not defined
    Source: http://chatme.im/
    Line: 963

    #7326
    camaran
    Participant

    @admin i fixed but not resolve the problem

    #7327
    Bartosz
    Keymaster

    Works fine for me. Or I’m missing something.

    #7328
    camaran
    Participant

    @admin work because i disable the plugin, break all site if i enable

    #7329
    Bartosz
    Keymaster

    Can’t test it without it being active.

    #7330
    camaran
    Participant

    can you contact me private and i schedule a test for you?

    #7331
    Bartosz
    Keymaster

    Sorry, don’t have time for this. It this me looking for the support or the otherwise?

    #7332
    camaran
    Participant

    @admin i think you write a plugin for wordpress and you are interested to debug it, for me not problem i already add the cookie banner with other system.
    If would you like i can help you to resolve the problem and i use your plugin, if you not like good it’s not a problem

    #7333
    Bartosz
    Keymaster

    If there was a problem with the plugin, not with your site, we’ve already had 10 support threads related to this.

    #7334
    camaran
    Participant

    it’s possible is a compatibility problem with some components

    #7335
    camaran
    Participant

    now is enabled

    #7336
    camaran
    Participant

    15:26:05.304 TypeError: this.removeCookieNotice is not a function1 front.js:37:3

    #7337
    Bartosz
    Keymaster

    No changes – please purge the cache.

    #7338
    camaran
    Participant

    done

    #7339
    Bartosz
    Keymaster

    There is in fact some kind of conflict in front.js line 37.

    Don’t know why – maybe that’s something caching related.

    But could you do some tests, changing this line from:

    this.removeCookieNotice();

    to:

    $( this ).removeCookieNotice();
    or
    $( document ).removeCookieNotice();

    #7340
    camaran
    Participant

    with $( this ).removeCookieNotice(); work

    #7341
    Bartosz
    Keymaster

    Good. I’ll change it in the future release so you won’t have to worry about updates.

    #7351
    titti
    Participant

    Hi, thank you for your plugin.
    I’ve got a Javascript conflict too, it seems something cache-related.
    I’ve tried both the solutions – $( this ).removeCookieNotice(); and $( document ).removeCookieNotice(); – but they don’t work.
    The issue doesn’t exist if logged in.
    When logged out, after clicking on the OK button and the page is refreshed the conflict is still there.
    (In my case, the homepage slider disappears.)

    #7352
    titti
    Participant

    Haven’t had time to test yet, but I’ve seen on another site of mine without W3 Total Cache plugin that there’s no issue, so it could be a conflict with that plugin.

    #7449
    ilovewp
    Participant

    Please correct it in the future releae.
    I got the same error if I cached my site.
    But wih this line: $( this ).removeCookieNotice();
    everything is working fine now!

Viewing 24 posts - 1 through 24 (of 24 total)
  • You must be logged in to reply to this topic.