Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • 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 intentionally

    if 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

    Ismael, 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 domain

    moreover
    if you accept cookies at the /fr site and navigate to any page message keeps appearing, on every page in the /fr site

    in reply to: Cookie Message Bar loads on every page of Multisite #1311424

    Dear 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 lot

    in reply to: Cookie Message Bar loads on every page of Multisite #1310852

    Hi 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 selected

    nor 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 advance

    in reply to: Editing Elements Saved as Templates #571243

    Hi 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,
    Miguel

    in reply to: Since update, no buttons.. #357759

    Solved. Thanks!

    in reply to: Since update, no buttons.. #357080

    Hi again,

    In the version.txt there´s this:
    – fixed: button shortcode not working properly

    Can you tell me wich file or folder resolves this issue?

    Thanks!

    in reply to: Since update, no buttons.. #357077

    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.

    in reply to: Easy slider not working with WP 4.0.1 #354477

    Same here!

    Partner/Logo Element does not work too.

    • This reply was modified 10 years ago by AspidASD.
Viewing 10 posts - 1 through 10 (of 10 total)