How to connect a call to order service?

  • Author
    Posts
  • #40080

    How to connect a call to order service
    Sorry for bad english.
    But I can not connect a call to order service, the template nirvana.
    The company gave me widget code.
    I put it in the theme control panel. (My Javascript code)
    But it is not working.
    The question is which one it is necessary to insert the file?
    To it can be displayed on all pages?
    Exemple code widget: `<!– Begin CallBox code –>
    <script >
    (function() {
    var d = new Date();
    var em = document.createElement(‘script’); em.type = ‘text/javascript’; em.async = true;
    em.src = (‘https:’ == document.location.protocol ? ‘https://&#8217; : ‘http://&#8217;)
    + ‘callbox.by/js/callbox.js?’ + d.getTime(); var s = document.getElementsByTagName(‘script’)[0];
    s.parentNode.insertBefore(em, s);
    })();
    </script>
    <!– End CallBox code –>`

    installation code examples

    • This topic was modified 7 years ago by Bydenis25.
    #40323
    Zed
    Cryout Creations mastermind

    That code will not work in the theme’s Custom JS field (at least not in its current form).

    As it is meant to display content, you need to place it in a content area – like a Text widget.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to connect a call to order service?’ is closed to new replies.