• Resolved farcasgelu

    (@farcasgelu)


    I want to use your plugin with this plugin: Lead Call Button.
    When viewing on a mobile device, there are overlapping parts.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @farcasgelu,

    Please activate the plugin in the site so that we can check the issue.

    Thread Starter farcasgelu

    (@farcasgelu)

    I want to change website, please test in portadesigninvest [dot]ro

    Thread Starter farcasgelu

    (@farcasgelu)

    Please see on mobile device.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @farcasgelu,

    Thanks for the info. To fix it, please add below code to theme’s style.css

    #cookie-law-info-bar {
        z-index: 999999;
    }
    Thread Starter farcasgelu

    (@farcasgelu)

    Is possible to move up “Show again tab” (With text: “Privacy & Cookies Policy”)?

    Thread Starter farcasgelu

    (@farcasgelu)

    up with 100pxwith 150…200px is ok?

    Plugin Author WebToffee

    (@webtoffee)

    Hi @farcasgelu,

    You can use below code for that.

    #cookie-law-info-again {
        bottom: 100px !important;
    }
    Thread Starter farcasgelu

    (@farcasgelu)

    Thank you!

    Plugin Author WebToffee

    (@webtoffee)

    Hi @farcasgelu,

    Leave us a review if you like the plugin.

    Thread Starter farcasgelu

    (@farcasgelu)

    For another website i use this code (cookie bar in top, and push down website).
    Is possible to make this (top bar, with push down website)?
    Is good for business. Thank you!

    <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
    <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
    <script>
    window.addEventListener("load", function(){
    window.cookieconsent.initialise({
      "palette": {
        "popup": {
          "background": "#373d42"
        },
        "button": {
          "background": "#f1d600"
        }
      },
      "theme": "classic",
      "position": "top",
      "static": true,
      "content": {
        "message": "Acest site web folose?te cookie-uri. Dac? continua?i s? folosi?i acest site web, sunte?i de acord cu utilizarea lor. Pentru a afla mai multe, inclusiv cum s? controla?i cookie-urile, vede?i aici:",
        "dismiss": "Accept cookie-urile",
        "link": "Politica de confiden?ialitate",
        "href": "/prelucrarea-datelor-personale/"
      }
    })});
    </script>
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘GDPR Cookie Consent (CCPA Ready)’ is closed to new replies.