Content Transformation Issue: Elementor Page Edits Reverted to Default WordPres
-
I have the following problem, when I create or edit a page with elementor the changes are saved correctly, but when I reload the page after a couple of minutes all the content of the page is transformed into simple format.
I try to edit the same page but I can’t edit by clicking on Edit with elementor, it only lets me edit by clicking on edit and when I enter the edition I can see that now the page is with the default wordpress editor when I change to edit with elementor all the content rows, columns, icon, buttons etc is transformed into a single text element.https://drive.google.com/drive/folders/1cuBiB4-xSF-ZokrHqPHvebYYkuR_D3uT?usp=sharing
I have checked the elementor error log. Also server errors but there is no record of the error anywhere.
Additionally, I have installed Gutenberg to carry out tests, with this layout this error does not occur.I migrated this site from another to an nginx server, this is my server configuration
server { listen 80; server_name yourdomain.com www.yourdomain.com; return 301 https://$host$request_uri; } server { listen 443 ssl http2; server_name yourdomain.com www.yourdomain.com; root /var/www/html; index index.php; # SSL certificate and private key ssl_certificate /etc/nginx/ssl/yourdomain.com.crt; ssl_certificate_key /etc/nginx/ssl/yourdomain.com.key; # SSL settings ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers HIGH:!aNULL:!MD5; ssl_prefer_server_ciphers on; # Enable OCSP stapling for better SSL performance ssl_stapling on; ssl_stapling_verify on; resolver 8.8.8.8 8.8.4.4; # Prevent clickjacking and XSS attacks add_header X-Frame-Options "SAMEORIGIN"; add_header X-XSS-Protection "1; mode=block"; # Disable content-type sniffing to prevent XSS attacks add_header X-Content-Type-Options "nosniff"; # Prevent access to hidden files and directories location ~ /\. { deny all; } location / { try_files $uri $uri/ /index.php$is_args$args; } location ~ \.php$ { try_files $uri =404; fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:/var/run/php-fpm/php-fpm.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } # Enable Gzip compression for better performance gzip on; gzip_vary on; gzip_min_length 10240; gzip_proxied expired no-cache no-store private auth; gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml; # Enable browser caching for static files location ~* \.(jpg|jpeg|png|gif|ico|css|js|pdf)$ { expires 30d; } # Prevent access to .htaccess and .htpasswd location ~ /\.ht { deny all; } # Deny access to wp-config.php to enhance security location = /wp-config.php { deny all; } }
Information System
== Server Environment == Operating System: Linux Software: nginx/1.22.1 MySQL version: Debian 11 v10.5.19 PHP Version: 8.0.27 PHP Memory Limit: 512M PHP Max Input Vars: 1000 PHP Max Post Size: 100M GD Installed: Yes ZIP Installed: Yes Write Permissions: All right == WordPress Environment == Version: 6.2.2 Site URL: Home URL: WP Multisite: No Max Upload Size: 100 MB Memory limit: 40M Max Memory limit: 512M Permalink Structure: /%postname%/ Language: es Timezone: -5 Admin Email: [email protected] Debug Mode: Inactive == Theme == Name: Blocksy Child Version: Author: Creative Themes Child Theme: Yes Parent Theme Name: Blocksy Parent Theme Version: 1.8.95 Parent Theme Author: CreativeThemes == User == Role: administrator WP Profile lang: es_ES User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 == Active Plugins == Advanced Access Manager Version: 6.9.12 Author: Vasyl Martyniuk <[email protected]> Advisor Quiz Version: 1.8.25 Author: Carlos Moreira All 404 Redirect to Homepage Version: 4.2 Author: wp-buy Auto Image Attributes From Filename With Bulk Updater Version: 4.3.1 Author: Arun Basil Lal Change WordPress Login Logo Version: 1.1.9 Author: Boopathi Rajan Classic Widgets Version: 0.3 Author: WordPress Contributors Code Snippets Version: 3.4.2 Author: Code Snippets Pro Disable Comments Version: 2.4.4 Author: WPDeveloper Elementor Version: 3.15.1 Author: Elementor.com Elementor Pro Version: 3.15.0 Author: Elementor.com Error Log Monitor Version: 1.7.7 Author: Janis Elsts Gutenberg Version: 16.3.0 Author: Gutenberg Team JSM's Force HTTP to HTTPS Version: 3.4.1 Author: JS Morisset Loco Translate Version: 2.6.4 Author: Tim Whitlock Maintenance Version: 4.07 Author: WebFactory Ltd Readabler Version: 1.5.8 Author: Merkulove Redirection Version: 5.3.10 Author: John Godley Slider Revolution Version: 6.6.14 Author: ThemePunch Temporary Login Without Password Version: 1.8.2 Author: StoreApps WP Activity Log Version: 4.5.3 Author: WP White Security WP Crontrol Version: 1.15.3 Author: John Blackbourn & crontributors WP File Manager - PRO Version: 8.3.4 Author: mndpsingh287 WPForms Version: 1.8.2.2 Author: WPForms WPForms User Registration Version: 2.1.0 Author: WPForms WPS Hide Login Version: 1.9.8 Author: WPServeur, NicolasKulka, wpformation YMC Crossword Version: 1.0.0 Author: YMC Cor == Features == Custom Fonts: 1 Custom Icons: 0 == Integrations == == Elementor Experiments == Optimized DOM Output: Active by default Improved Asset Loading: Active by default Improved CSS Loading: Active by default Inline Font Icons: Inactive by default Additional Custom Breakpoints: Active by default admin_menu_rearrangement: Inactive by default Flexbox Container: Inactive by default Upgrade Swiper Library: Active by default Grid Container: Inactive by default Default to New Theme Builder: Active by default Editor Top Bar: Inactive by default Landing Pages: Active by default Nested Elements: Inactive by default Lazy Load Background Images: Inactive by default Global Style Guide: Inactive by default Page Transitions: Active by default Notes: Active by default Loop: Inactive Form Submissions: Active by default Scroll Snap: Active by default Menu: Inactive by default Taxonomy Filter: Inactive by default == Log == == Elementor - Compatibility Tag == Elementor Pro: Compatibility not specified == Elementor Pro - Compatibility Tag ==
- The topic ‘Content Transformation Issue: Elementor Page Edits Reverted to Default WordPres’ is closed to new replies.