• When enabling WP Meteor my cookie banner won’t show. I’m using a cookie banner from an external provider called Legalblink (no plugin) that I inserted using Elementors custom code feature.

    The code looks like that:

    <script type="text/javascript" src="https://app.legalblink.it/api/scripts/lb_cs.js"></script>
    <script id="lb_cs" type="text/javascript">lb_cs("API_KEY_REMOVED_FOR_PRIVACY");</script>

    I tried excluding with the URL, CSS class and so on. Maybe it’s not that easy? This is what I put into and it doesn’t work. Any idea why?

    app.legalblink.it
    legalblink.it
    lb_cs
    https://app.legalblink.it/api/scripts/lb_cs.js
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aleksandr Guidrevitch

    (@aguidrevitch)

    Hi @holafreak ,

    I added automated exclusion for legalblink.it if GDPR checkbox is enabled, please let me know if it works. If it doesn’t – I would need to take a look at your site, most probably there is some conflict with some caching plugin

    Best,
    Alex

    Hi @aguidrevitch

    I’m posting here my worry like I have the same question : How does excluding work exactly?

    I wish to exclude the header (the theme used is Blocksy) because on mobile, there is a delay when “first clicking” that is problematic. This is my only issue and WPMeteor works great for the rest of the site

    But I can’t suceed to exclude the header. May you help me?

    Thread Starter holafreak

    (@holafreak)

    Hello @aguidrevitch

    I’m so sorry for the late reply! Sadly, it still doesn’t work.

    It looks like that in the page source

    <script  data-wpmeteor-after="REORDER" type="javascript/blocked" data-wpmeteor-type="text/javascript"  data-wpmeteor-src="https://app.legalblink.it/api/scripts/lb_cs.js"></script>
    <script  data-wpmeteor-after="REORDER" id="lb_cs" type="javascript/blocked" data-wpmeteor-type="text/javascript" >lb_cs("649100983b8688001b289f96");</script>

    I kept all the exclusions from my intitial post. No idea if that’s even the right format? I couldn’t find anything.

    I do have another caching plugin which is installed by default from my host Aruba but even with disabling that one, the cookie banner won’t load.

    My site is https://bit.ly/3sJloRb (sorry for URL shorting but it seems like I can’t edit my own posts to remove the URL afterwards)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How does excluding work exactly?’ is closed to new replies.