Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #194827

    Dear Kriesi supporter employee,

    We have received a quality certificate for our webshop. The website that provides these certificates has send us a HTML code for a pop-up button. I would like to add this button to our website but I’ve been having some difficulties.

    They’ve provided the following code:

    <script type=”text/javascript”>
    (function() {
    _webwinkelkeur_id = 1996;
    var js = document.createElement(“script”); js.type = “text/javascript”;
    js.async = true; js.src = “//www.webwinkelkeur.nl/js/sidebar.js”;
    var s = document.getElementsByTagName(“script”)[0]; s.parentNode.insertBefore(js, s);
    })();
    </script>

    They say that this code should be pasted into the HTML HEAD. Could you tell me where I should paste it exactly? Because I have no idea. An example of the pop-up button can be found here: http://www.webwinkelkeur.nl/upload/sidebar-button.html

    Thanks in advance,

    Kindest regards,

    Pim

    #194848

    Hi eric_peeters!

    You should paste your code to Header.php file in Appearance > Editor before starting of BODY tag

    Regards,
    Yigit

    #194850

    Where in header.php should I paste it?

    And what do you mean with “before starting of BODY tag”?

    #194987

    Hey!

    Please open Header.php file in Appearance > Editor and search </head> and paste your code above it

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Fixed pop up button’ is closed to new replies.