-
AuthorPosts
-
June 6, 2015 at 2:12 pm #294502
I added a Zendesk element to my site a while back and need to remove it. It’s an iframe at the bottom (I think?) that has a question mark and says Help.
Where the heck did I add this thing, because I can’t find it anywhere!!
June 7, 2015 at 5:10 am #294878Hi There,
Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.June 7, 2015 at 8:25 am #294983I was able to figure out how to remove the item–it was somehow cached in my site so I disabled all of the plugins and it disappeared.
I am, however, struggling to add
<!-- Start of itworksllc Zendesk Widget script --> <script>/*<![CDATA[*/window.zEmbed||function(e,t){var n,o,d,i,s,a=[],r=document.createElement("iframe");window.zEmbed=function(){a.push(arguments)},window.zE=window.zE||window.zEmbed,r.src="javascript:false",r.title="",r.role="presentation",(r.frameElement||r).style.cssText="display: none",d=document.getElementsByTagName("script"),d=d[d.length-1],d.parentNode.insertBefore(r,d),i=r.contentWindow,s=i.document;try{o=s}catch(c){n=document.domain,r.src='javascript:var d=document.open();d.domain="'+n+'";void(0);',o=s}o.open()._l=function(){var o=this.createElement("script");n&&(this.domain=n),o.id="js-iframe-async",o.src=e,this.t=+new Date,this.zendeskHost=t,this.zEQueue=a,this.body.appendChild(o)},o.write('<body onload="document._l();">'),o.close()}("//assets.zendesk.com/embeddable_framework/main.js","itworksllc.zendesk.com");/*]]>*/</script> <!-- End of itworksllc Zendesk Widget script -->
code to my site. I’ve tried adding it to the “Custom” section of the Appearance Customizer and it doesn’t work. Might you have any suggestions?
June 7, 2015 at 9:50 pm #295351Hello There,
If you add that on the customizer via Appearance > Customize > Custom > Javascript, please delete the script tag like below:
<!-- Start of itworksllc Zendesk Widget script --> /*<![CDATA[*/window.zEmbed||function(e,t){var n,o,d,i,s,a=[],r=document.createElement("iframe");window.zEmbed=function(){a.push(arguments)},window.zE=window.zE||window.zEmbed,r.src="javascript:false",r.title="",r.role="presentation",(r.frameElement||r).style.cssText="display: none",d=document.getElementsByTagName("script"),d=d[d.length-1],d.parentNode.insertBefore(r,d),i=r.contentWindow,s=i.document;try{o=s}catch(c){n=document.domain,r.src='javascript:var d=document.open();d.domain="'+n+'";void(0);',o=s}o.open()._l=function(){var o=this.createElement("script");n&&(this.domain=n),o.id="js-iframe-async",o.src=e,this.t=+new Date,this.zendeskHost=t,this.zEQueue=a,this.body.appendChild(o)},o.write('<body onload="document._l();">'),o.close()}("//assets.zendesk.com/embeddable_framework/main.js","itworksllc.zendesk.com");/*]]>*/ <!-- End of itworksllc Zendesk Widget script -->
Hope this helps.
June 8, 2015 at 3:18 pm #296179I added the javascript as you edited it, and it still isn’t showing any new elements on the site. It’s supposed to put a button on the bottom right of the screen.
June 9, 2015 at 4:40 am #296667Hi,
It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Thank you for your understanding.
-
AuthorPosts