WPIntell

Source evidence

Annoying Elementor pop-up

Cart Popup for WooCommerce · support · 2023-06-07T00:08:00+00:00

complaintsentiment
mediumseverity
0.74relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 26 rows with source links

15.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Tom unresolved
Hi, When editing using Elementor editor, I get pop-up fired every time I save the content. It is very annoying. How do I suppress this behavior? Any suggestions about it? No ideas? no hint how to solve this problem? Please try adding this snippet. add_action( 'wp_head', function(){ if( !class_exists('Xoo_CP_Public') ) return; $cp = Xoo_CP_Public::get_instance(); $elementor_preview_active = \Elementor\Plugin::$instance->preview->is_preview_mode(); if( $elementor_preview_active ){ remove_action('wp_footer',array($cp,'get_popup_markup')); } } ); Thank you! It works!

Comments

4 shown
Tom 2023-07-21T13:36:00+00:00

Any suggestions about it?

Tom 2023-10-31T20:12:00+00:00

No ideas? no hint how to solve this problem?

xootix 2023-10-31T20:18:00+00:00

Please try adding this snippet. add_action( 'wp_head', function(){ if( !class_exists('Xoo_CP_Public') ) return; $cp = Xoo_CP_Public::get_instance(); $elementor_preview_active = \Elementor\Plugin::$instance->preview->is_preview_mode(); if( $elementor_preview_active ){ remove_action('wp_footer',array($cp,'get_popup_markup')); } } );

Tom 2023-10-31T20:32:00+00:00

Thank you! It works!