Elementor Editor not working with %postname% permalinks
-
Hey everyone! I have a problem loading my elementor on my site. The error only occurs if you set the permalink structure to "post name", i.e. to "/%postname%/". This does not occur with the "simple" post link structure. My site is hosted on the current Apache version, WP is also up to date. The following is logged in the console: [Error] Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'elementorFrontend.config.elements.data') promiseEmptyOnRejected (editor.min.js:3:594364) promiseReactionJob However, the error only occurs on all pages except the index page. Here is my .htacess Rewrite Egine: RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] I found a solution for NGINX on the net but not for Apache. Maybe someone can help me. Thanks already!!! It's quite the same problem as in here:?https://github.com/elementor/elementor/issues/13849But this does only show the solution for NGINX not for Apache
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Elementor Editor not working with %postname% permalinks’ is closed to new replies.