Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Lewis

    (@lewisgray200)

    This appears to be a Jquery problem. Please try disabling other plugins and deleting any copies of Jquery in your header.

    Thread Starter Patryk

    (@patrykos360)

    Turned off all plugins but still does not work,
    plug may not work with my theme

    Plugin Author Lewis

    (@lewisgray200)

    Please try adding the code below into your themes functions.php file.

    <?php
    function modify_jquery() {
    if (!is_admin()) {
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js&#8217;, false, ‘1.8.1’);
    wp_enqueue_script(‘jquery’);
    }
    }
    add_action(‘init’, ‘modify_jquery’);
    ?>

    Thread Starter Patryk

    (@patrykos360)

    Not work for me, i change the theme on “Twenty Fourteen” and still banner does not show

    Thread Starter Patryk

    (@patrykos360)

    I think I will have to give up :(, but long searched for such a plug like this

    Plugin Author Lewis

    (@lewisgray200)

    It’s definitely a jQuery problem, double check that you’ve removed all duplicate copies of jQuery from your header and footer.

    Thread Starter Patryk

    (@patrykos360)

    I can not delete what belongs to theme
    may be some other way to display a message cookie?

    Kramarz

    (@kramarz)

    Indeed, not working ??

    Plugin Author Lewis

    (@lewisgray200)

    Kramarz, please could you post the url of your website?

    Kramarz

    (@kramarz)

    Can’t, used other plugin for current project.

    But I’ll try again on next project and will report back!

    All the best! ??

    Hello,

    Same problem here, the banner doesn’t display. This is the development url:
    https://www.aulademasaje.designdeweb.com/

    All help is greatly appreciated!

    Best regards

    Robert. I see you have a replacement responsive cookie banner on your site. I’m having issues with the responsive cookie banner. Could you let me know which one you are using and how you made it responsive? Thanks.

    Hello cerbs, I used the following plugin: “Mr Cookies”, which worked well for my needs. It is responsive out of the box and you can customise its colors from the settings panel.

    Two things to take into account though: first, the text to be displayed in the banner cannot be customised through the panel, but rather through the .po/.mo files; second, the panel doesn’t save completely well the css changes you apply (it has a minor bug which I told the developers about ), so I directly modified the css file provided with the plugin.

    In spite of these two details I strongly recommend that plugin.

    On the other side, I was unable to make “Responsive Cookie Banner” work, as I said before it didn’t show up and if I applied the suggested solution my theme got totally broken. I didn’t get any support either so then I ended up using “Mr Cookies”.

    Greetings

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Does not display’ is closed to new replies.