在单个页面上取消/删除/隐藏LeadPages ExitBox
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在单个页面上取消/删除/隐藏LeadPages ExitBox相关的知识,希望对你有一定的参考价值。
Useful when using a template or Wordpress and the LeadPages code is called on every page and there is a single page you don't want the fancy exit marketing signup form to appear.The LeadBox external code has a boolean variable called 'safetyCheck' which is checked before displaying a pop-over. So long as it's FALSE it won't show.
function dieExitBox() { if (typeof safetyCheck !== 'undefined') { if (safetyCheck) { safetyCheck = false; window.clearInterval(intervalID3); } } } var intervalID3 = window.setInterval(dieExitBox, 100);
以上是关于在单个页面上取消/删除/隐藏LeadPages ExitBox的主要内容,如果未能解决你的问题,请参考以下文章
如何隐藏“myaccount-order”页面上的取消按钮,跟随支付网关?