在单个页面上取消/删除/隐藏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.
  1. function dieExitBox() {
  2. if (typeof safetyCheck !== 'undefined') {
  3. if (safetyCheck) {
  4. safetyCheck = false;
  5. window.clearInterval(intervalID3);
  6. }
  7. }
  8. }
  9.  
  10. var intervalID3 = window.setInterval(dieExitBox, 100);

以上是关于在单个页面上取消/删除/隐藏LeadPages ExitBox的主要内容,如果未能解决你的问题,请参考以下文章

隐藏或删除 uiLabels 以提高性能

在单个页面上隐藏/显示注释

如何隐藏“myaccount-order”页面上的取消按钮,跟随支付网关?

问题删除会话变量

php 在单个产品页面上的产品名称下显示产品供应商的“销售者:供应商名称”并隐藏原始产品

如何隐藏和取消隐藏 XtraTabControl 的页面?