Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
August 13, 20177 yr Author @Qubabos in the meantime you can always use custom.css to override/force a css change. Add this to custom.css: .cc-window { opacity: 1 !important; } That would make the element be completely opaque... change the number as you wish. Lets see if someone else can confirm the opacity setting is working for them or not.
August 14, 20177 yr 21 hours ago, -FP said: in the meantime you can always use custom.css to override/force a css change. it works by this way, thank you
September 8, 20177 yr I have noticed that on an iPad (ios 9.3.5) the cookie notice works in Safari but a strange message is displayed in Chrome and Firefox. It continues to appear with Request Desktop Site, although it appears as a footer message. I understand the wording may be that used as a Facebook JavaScript Console Warning? Any assistance with this will be most welcome. Thanks Nick Edited September 8, 20177 yr by Nick Willson
September 8, 20177 yr Author I tried on an iphone (ios 10.3), but I'm not getting that message. I don't have an ipad to test, could you try the demos here? https://cookieconsent.insites.com/demos/ To determine if it's an issue with the code itself or my implementation on the suite. Edited September 8, 20177 yr by -FP
September 8, 20177 yr Thank you for picking this up so quickly. I can confirm that the demos at that link all work fine on the ipad
September 9, 20177 yr Apologies, I realised 3.0.1 was installed so removed and re-installed 3.0.5 which fixed the issue. Weird I know, might have been an interaction with another plugin or something.
December 1, 20177 yr Good morning. Hello,I need your help .I don't understand why the parameters of my 'cookie notice' plugin disappear randomly and regularly. thank you
December 1, 20177 yr Not my product, but since I get similar reports for my plugins recently, I am curious: Care to be more specific about the “disappearing”? Settings be emptied? Set back to default installation values? Or what exactly is happening? Do you maybe have a caching engine activated?
January 24, 20187 yr Hi, I have 2 problems with the plugin and kindly ask for support or help. I have a new theme and unfortunately it doesn't load the local JavaScript, neither with the Javascript Code Location option (A) before </body> nor (B) inside <head>. But if I toggle on the option "Load Javascript from Developer Site (Silktide)" it is showing correctly. What does this mean to me? Is my local version corrupted? I'm using the latest cookie notice version 3.0.5 And I would prefer to load the local JavaScript due to many site visits and integrity I'm using this plugin since the release days and I did many upgrades. As I'm translating all the plugins in a foreign language, I finally got the following problem approx 1 year ago: After another update, it created a few duplicate language strings... So f.e. now, I have the language key "cookieNotice_dismiss" twice. This creates another big problem: I had a former translation from "Got it!" to "OK" but after the duplication, the plugin always selects the NEW translation key, but the NEW translation key isn't translatable anymore, as it doesn't save, because an older translation key already exists. Please see the screenshot: To say this again to explain the screenshot: key1 above is translated, but it isn't selected for showing, it always shows key2 key2 there you can enter a translation, but it doesn't save what you enter there, as key1 translation is already above. I can't change key2! It's always empty content. Result: There is no translation possible! It's always showing the english version only! Solution: I must get rid of 1 of the keys, but nobody could help so far. Please help. Edited January 24, 20187 yr by Cyboman
January 24, 20187 yr Author Thanks for the detailed information. I’m currenly away so I won’t be able to take a look until 2 or 3 weeks from now. Have you tried to completely uninstall and install again instead of upgrading? That should fix the javascript issue at least. What’s your IPS version? Edited January 24, 20187 yr by -FP
January 24, 20187 yr Ok, thanks for the information! I'm using IPS 4.2.7, but as mentioned, the problem occured in 10 last IPS releases too. It took a while until I was informed by my mods about that I will try to uninstall/reinstall but I fear, it won't kill away the duplicate language keys, but it might help with the JavaScript! Thanks so far!
January 27, 20186 yr Great plugin! I'm looking for setting the no index attribute to the notice banner, can u help me?
January 28, 20186 yr On 24.01.2018 at 3:29 PM, -FP said: Have you tried to completely uninstall and install again instead of upgrading? That should fix the javascript issue at least. I deinstalled and reinstalled. This solved the first problem. Thanks. Don't know why, as the versions have been the same, but it solved the issue. Concerning the second problem, we have a long discussion about IPS and translations in the peer-to-peer section, that state # the second cookie notice duplicate is associated with the cookie notice plugin, but is not translatable as it doesn't save, because such a key already exists # the first and former cookie notice key is not associated with the cookie notice plugin any more (as the duplicate was priorized when this happened), but is translatable, but won't be used A Deinstallation routine is required to delete all cookies notice keys, no matter if they are associated or not. Thanks for the solution idea for the first problem so far.
May 19, 20186 yr On 5/6/2018 at 1:48 PM, oissela-73 said: Hi, is this plugin compatible with Invision Community v4.3.1? any advise please?
May 19, 20186 yr 5 minutes ago, Karel Beuckelaere said: any advise please? Advise? Drop it and use the native cookie notice function that was added to Invision Communtiy.
May 19, 20186 yr 10 minutes ago, opentype said: Advise? Drop it and use the native cookie notice function that was added to Invision Communtiy. ah yes, good idea, thanks
May 23, 20186 yr On 5/19/2018 at 4:22 PM, opentype said: Advise? Drop it and use the native cookie notice function that was added to Invision Communtiy. Where is this please? Are you referring to 'show terms of service to guests'?
October 9, 20186 yr Hi and thanks for this plugin! We support Swedish and English on our site - how can I handle/show localized messages on "More Info" URL?
October 21, 20186 yr On 10/9/2018 at 7:36 PM, CarBuilders said: Hi and thanks for this plugin! We support Swedish and English on our site - how can I handle/show localized messages on "More Info" URL? Anyone?
April 16, 20195 yr Uncaught TypeError: Cannot read property 'initialise' of undefined at (index):3037 window.addEventListener("load", function(){ window.cookieconsent.initialise({ "palette": { "popup": { "background": ''+msg_bg_color+'', "text": ''+msg_text_color+'' }, "button": { "background": ''+button_bg_color+'', "text": ''+button_text_color+'' } }, "showLink": false, "theme": ''+style+'', "position": ''+position+'', "content": { "message": ''+message+'', "dismiss": ''+dismiss+'', "link": ''+learnMore+'' } })}