• Resolved lucabarelli

    (@lucabarelli)


    Hi Facens,
    seems that update 1.14.3 strips off the second <script> tag ie.

    <script type="text/javascript">
    	var _iub = _iub || [];
    	_iub.csConfiguration = {
    		cookiePolicyId: xxx,
    		siteId: yyy,
    		lang: "xx",
    		priorConsent: false
    	};
    </script>
    <script type="text/javascript" src= "//cdn.iubenda.com/cookie_solution/safemode/iubenda_cs.js" charset="UTF-8" async></script>

    in

    <script type="text/javascript">
    	var _iub = _iub || [];
    	_iub.csConfiguration = {
    		cookiePolicyId: xxx,
    		siteId: yyy,
    		lang: "xx",
    		priorConsent: false
    	};
    </script>
    //cdn.iubenda.com/cookie_solution/safemode/iubenda_cs.js

    Might be also a plugin conflict on my side but maybe you might want to take a look too.
    Best,

    – Luca

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author iubenda

    (@iubenda)

    Hi,
    It should not happen as recent version did not introduce any changes in the script tags’ saving or rendering.

    Please revert to the previous version to find out. You can do it manually by downloading the 1.4.12 from WP repository here or by using the WP Rollback plugin, as explained in this help article, under the How to install a Beta version of the Plugin section.

    Feel free to reach us with any findings,
    Regards
    iubenda

    Hi,
    I have the very same issue. Since I use the Jetpack plugin I tried to disable it and now it works fine.

    Plugin Author iubenda

    (@iubenda)

    There seems to be a space, between src= and the double quote. Can you remove the space and try again?

    I run into exactly the same bug, it’s the same with 1.14.2 or 1.14.3.

    Plugin Author iubenda

    (@iubenda)

    @giofilo, can you please also check that the embedding code had no unwanted spaces? Can you also check if the problem persists also with the “standard” version of our Cookie Solution instead of the “Safemode” one?

    Thanks in advance!

    Hi @iubenda, I tried standard version, and it works!
    So I use standard for now.

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[BUGS] Update 1.14.3’ is closed to new replies.