• Hi there,

    first, many thanks for developing such a nice theme as customizr is.

    Whre i can fin dthe <head> definitons. I have to insert a code to dipslay an contact widget.

    Thx for your help

    CW

Viewing 6 replies - 1 through 6 (of 6 total)
  • Could you give us more information on what it is you need to insert? Is it a shortcode? Javascript? What?

    Thread Starter EBS Consulting

    (@ebs-consulting)

    There is the plugin “Sliding contact form” by FomrGet.

    Iw ant, to inserte the sliding Contact at the right side of the website with following code.

    <script type='text/javascript'>(function(s) {var head = document.getElementsByTagName('HEAD').item(0);var s= document.createElement('script');s.type = 'text/javascript';s.src='http://www.formget.com/app/app_data/new-widget/popup.js';head.appendChild(s); var options = {'tabKey': 'ZhAr-67985/t','tabtext':'Kontakt','height': '653','width': '350','tabPosition':'right','textColor': 'ffffff','tabBackground': 'e54040','fontSize': '16','tabbed':''};s.onload = s.onreadystatechange = function() {var rs = this.readyState;if (rs)if (rs != 'complete')if (rs != 'loaded')return;try {sideBar = new buildTabbed();sideBar.initializeOption(options);sideBar.loadContent();sideBar.buildHtml();} catch (e) {}  };var scr = document.getElementsByTagName(s)[0];})(document, 'script');</script>

    OK, use this snippet then.

    (Mods: I modlooked this, as I was seeing image sizes printing throughout the page and thought that this might be due to the unescaped js posted above. But it seems to be throughout the forum, not just this thread, so this may not be the cause.)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Couldn’t see your issue but I’ve escaped it now

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @ebs Consulting, make sure you wrap your code in backticks when posting it in these forums. Alternatively post it in PasteBin and then share a link to that.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Header’ is closed to new replies.