Forum Replies Created
-
AuthorPosts
-
July 26, 2021 at 9:40 am in reply to: Cookie Message loads on every site of Multisite even with cookies enabled #1312339
moreover, this is key
This also nullifies the privacy cookies in the FR site, so when you switch back to it (to the FR site),
that should not happen, if cookies are enabled for one site message should not appear again even if you leave the site, go to another domain and come back, cookies keep enabled until you clear them intentionallyif i go to my site accept cookies, go to another url like https://kriesi.at/ and then return to my site the cookie message do not appear, that does not nullify cookies, this behavior should be the same for de main site and the other sites like /fr within multisite
having to accept cookies on every site is one thing but then cookies should stay enabled even if you leave the site and then come back, other behaviors are not acceptable and are definitely issues
July 26, 2021 at 9:30 am in reply to: Cookie Message loads on every site of Multisite even with cookies enabled #1312335Ismael, thanks a lot for your response
but it is an issue
check out the inspector and look for the cookies, cookies are enabled when you accept the message in one site but message still appears on a different site, if cookies are enabled message should not appear within the same domainJuly 23, 2021 at 9:51 am in reply to: Cookie Message loads on every site of Multisite even with cookies enabled #1311769moreover
if you accept cookies at the /fr site and navigate to any page message keeps appearing, on every page in the /fr siteDear Ismael
I’m afraid something went missing
There must be some misunderstanding because cookie bar is enabled for two sites (default and /fr)
please check it out
as I said in the previous message it is enabled and set as “user must anccept and must opt-in, only only essential cookies selected”
we need a quick response for this please
I’ve attached a couple of screenshots too to show you how the cookie bar message shows
thanks a lotHi there
Have you found a solution for this isssue
We have a multisite and webs using wpml and cookie bar appear evertime you switch sites/langs
We’ve tried to implement solutions from this support forum but nothing seems to work
Updating the theme to the last version did not work
If you check the inspector cookies are enabled when switching between sites/langs but message still apears
We’re using the option: “user must anccept and must opt-in, only only essential cookies selectednor did adding the script
https://kriesi.at/support/topic/cookie-consent-message-disabled-cookies/
//——————————-
// Hide Cookie consent when cookies are disabled on browser
//——————————-
function av_cookie_disabled(){
?>
<script>
jQuery(window).load(function(){
if (! navigator.cookieEnabled){
jQuery(‘.avia-cookie-consent’).addClass(‘cookiebar-hidden’);
}
});
</script>
<?php
}
add_action(‘wp_footer’, ‘av_cookie_disabled’);the script seems to hides the message but it stll appears for at least 1 or 2 seconds
editing the file: wp-content\themes\enfold\js\avia-snippet-cookieconsent.js
did not change a thing
We’d need a solution for this asap
Thanks a lot in advanceHi Basilis,
Do you mean to resave the template (i can´t find the way to do it) or the whole page (i´ve tried with no changes)?
Thanks,
MiguelSolved. Thanks!
Hi again,
In the version.txt there´s this:
– fixed: button shortcode not working properlyCan you tell me wich file or folder resolves this issue?
Thanks!
Hi Elliot,
I know they don´t appear in the source code, but the buttons still there. At least in the back-office.
I have the last version installed. I´ll try deactivating all plugins asap.
Same here!
Partner/Logo Element does not work too.
- This reply was modified 10 years ago by AspidASD.
-
AuthorPosts