Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter blindpet

    (@blindpet)

    Since the devs seem to have abandoned the free version of the plugin, here is how you can fix the issue I was having.

    Go download version 3 from here https://plugins.trac.www.ads-software.com/changeset/1255786/ginger?format=zip&new=1255786

    Unpack only the files inside the 2.3.6 folder into a folder called eu-ginger-cookie-law. Zip up the eu-ginger-cookie-law folder (that contains the files you unpacked) and upload it as a plugin to your site.

    Hi,

    I’m getting the same error. Any chance this could get fixed in the latest version?

    Thanks.

    Thread Starter blindpet

    (@blindpet)

    They don’t seem to check here Matt, perhaps support is for paying customers only. I’d just install the old version as I outlined as this has been broken for months.

    Plugin Author manafactory

    (@manafactory)

    Hi Matt, blindpet
    sorry for delay in response, we were very busy.

    Is your problem still there with the last version?
    I cannot reproduce your issue, can you give me an example url?

    Thread Starter blindpet

    (@blindpet)

    Tested it on dev server and versio 3.1.2 seems to not have this issue. I was hesitant to upgrade because of the significance of the notice to keep Google happy.

    Hi,

    Thanks for the reply.

    It seems that version 3.1.2 fixes the notice when the site displays the Ginger banner (first dry run).

    When the Ginger button is clicked and the page reloads, the Uncaught ReferenceError: COOKIES_ENABLER is not defined pops up again in the DOM inspector.

    Note : the error seems to appear on single posts.

    You can test it here : skyminds dot net

    Plugin Author manafactory

    (@manafactory)

    Hi Matt,
    I can’t replicate locally your issue.
    Can you check if is related to your js minify?

    From what I can see, you are using bwp-minify, and single page has also a jquery problem.

    Can you check if the problem still occur without minification?

    Thread Starter blindpet

    (@blindpet)

    Mine actually isn’t working anymore either and I minify using BWP as I always have, going to revert to older version again.

    Hi manafactory,blindpet,

    Mana, thanks for the heads-up, the jquery error is now fixed.

    I *may* have found a way to make it BWP-compatible:
    – in BWP options, I’ve put gigner-cookies-enabler (it’s misspelled) in the “scripts to stay at original positions” list
    – I’ve also edited ./ginger/front/gingerfront.utils.php like so:

    // call Ginger script a little later
    add_action('wp_footer', 'ginger_script', 100);

    It seems to be working now. Thanks for the help!

    Thread Starter blindpet

    (@blindpet)

    Thanks Matt, hopefully they push this fix. Can you get in touch with me (contact page on htpcguides.com)? I’m having a new minify plugin developed which is like BWP but with a (hopefully) improved user interface and could use some quality testers if you are interested.

    I would PM you but I don’t think this forum supports that.

    Plugin Author manafactory

    (@manafactory)

    @matt thanks for the tip.
    We will correct misspelling in the next release, and we will delay a bit ginger script action as suggested!

    Plugin Author manafactory

    (@manafactory)

    @blindpet you can update to 3.1.3 release to test Matt suggestion with bwp options

    Plugin Author manafactory

    (@manafactory)

    You can force alignment with css custom inside ginger options, with this rule:

    .ginger_banner{
    text-align:center;
    }

    Thread Starter blindpet

    (@blindpet)

    Also @manafactory are you able to put me in touch with whomever put your theme together and did the graphics work? I’ve not had the best of luck finding a designer.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Uncaught ReferenceError: COOKIES_ENABLER is not defined’ is closed to new replies.