WPIntell

Source evidence

Issue with Elementor

Real-Time Find and Replace · support · 2022-04-07T08:21:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

3 / 22 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
amiriqbalmcs unresolved
Hi Thanks for the Great Plugin. It works fine but the Elementor Editor is not loading when the plugin is activated. The preview could not be loaded Console Error Uncaught SyntaxError: Unexpected token ')' ?elementor-preview=24&ver=1649319493:1031 Uncaught SyntaxError: Unexpected token ',' frontend.min.js?ver=3.6.2:2 Uncaught ReferenceError: elementorFrontendConfig is not defined at Object.59 (frontend.min.js?ver=3.6.2:2:32447) at __webpack_require__ (webpack.runtime.min.js?ver=3.6.2:2:153) at Object.5654 (frontend.min.js?ver=3.6.2:2:3699) at __webpack_require__ (webpack.runtime.min.js?ver=3.6.2:2:153) at frontend.min.js?ver=3.6.2:2:37676 at Function.__webpack_require__.O (webpack.runtime.min.js?ver=3.6.2:2:499) at frontend.min.js?ver=3.6.2:2:37696 at webpackJsonpCallback (webpack.runtime.min.js?ver=3.6.2:2:4611) at frontend.min.js?ver=3.6.2:2:74 I have fixed with the help of below code function far_template_redirect() { if ( \Elementor\Plugin::$instance->preview->is_preview_mode() ) { //do something } else { ob_start(); ob_start( 'far_ob_call' ); } }

Comments

1 shown
amiriqbalmcs 2022-04-07T10:07:00+00:00

I have fixed with the help of below code function far_template_redirect() { if ( \Elementor\Plugin::$instance->preview->is_preview_mode() ) { //do something } else { ob_start(); ob_start( 'far_ob_call' ); } }