Month: January 2025

Elementor Admin Slow Loading

User I've updated every thing but still admin elementor loading very slow Assistant If Elementor in the admin area is loading very slowly despite all updates, there could be several causes. Let’s troubleshoot step-by-step: — ### **1. Check Server Resource Usage** – **High CPU/RAM usage** or **low server resources** can slow down Elementor loading. – […]

Git Ignore Vite Config

User vite.config.js file is different for local and server how put it into git ingnore Assistant To handle different `vite.config.js` files for local and server environments without putting them into Git, follow these steps: ### 1. **Add `vite.config.js` to `.gitignore`:** – Open your `.gitignore` file and add the following line: vite.config.js ### 2. **Create a […]

DDEV Project Path Update

User Failed to start project(s): stat /mnt/d/dockerServer/f4y-docker/ddev-projects/shareyourthoughts: no such file or directory I've just moved folder Assistant The error occurs because DDEV is still trying to reference the old folder path. To fix this issue after moving your project folder, follow these steps: ### 1. **Update DDEV Configuration** – Navigate to your project's new folder: […]

Install DDEV on WSL

User install ddev in windows wsl Assistant To install DDEV on Windows using WSL (Windows Subsystem for Linux), follow these steps: — ### **Step 1: Ensure WSL and Docker are Installed** 1. Install **WSL 2**: – Open PowerShell (as Administrator) and run: wsl –install – Restart your system if prompted. – Verify WSL installation: wsl […]

WSL DDEV HTTPS Issues

User windows wsl ddev mkcert installed but https not working Assistant If you have installed WSL, DDEV, and mkcert but HTTPS is not working, it may be due to a few common issues. Here's a step-by-step guide to troubleshoot and resolve the problem: — ### 1. **Verify mkcert Installation** – Run the following command to […]

Elementor Homepage Slow Issues

User When set a elementor page as home page then it's becomes slow Assistant If your Elementor page becomes slow when set as the homepage, it could be due to the following reasons: ### 1. **Heavy Content on the Homepage** – User In elementor builder Assistant If the Elementor page is slow specifically in the […]

Web Development Experience Summary

User I have 10 years of extensive experience in web development, specializing in PHP frameworks such as Laravel, CakePHP, and WordPress. I am proficient in frontend technologies including Angular (up to version 7+) and Vue.js. Additionally, I have strong skills in version control with Git, GitHub, and Bitbucket. I possess a proven ability to quickly […]

Post Meta Table Issues

User @jadefisher15 Yes I've already mentioned about the size of post meta table currently it is more than 7gb and this table always in consideration when we perform actions in admin area. I know they have also mentioned that before upgrade that order change operation is working fine. But with upgrade in php and mysql […]

Remove Elementor Pro

User a:10:{i:0;s:31:"query-monitor/query-monitor.php";i:1;s:34:"advanced-custom-fields-pro/acf.php";i:2;s:39:"aryo-activity-log/aryo-activity-log.php";i:3;s:41:"better-wp-security/better-wp-security.php";i:4;s:31:"elementor-pro/elementor-pro.php";i:5;s:23:"elementor/elementor.php";i:6;s:51:"plstr-pi-loga-connector/plstr-pi-loga-connector.php";i:7;s:47:"regenerate-thumbnails/regenerate-thumbnails.php";i:8;s:20:"smtp-mailer/main.php";i:9;s:24:"wordpress-seo/wp-seo.php";} remove elementor pro from above give new Assistant Here's the updated serialized array after removing `elementor-pro/elementor-pro.php`: a:9:{i:0;s:31:"query-monitor/query-monitor.php";i:1;s:34:"advanced-custom-fields-pro/acf.php";i:2;s:39:"aryo-activity-log/aryo-activity-log.php";i:3;s:41:"better-wp-security/better-wp-security.php";i:4;s:23:"elementor/elementor.php";i:5;s:51:"plstr-pi-loga-connector/plstr-pi-loga-connector.php";i:6;s:47:"regenerate-thumbnails/regenerate-thumbnails.php";i:7;s:20:"smtp-mailer/main.php";i:8;s:24:"wordpress-seo/wp-seo.php";}

Elementor Pro Fatal Error

User Fatal error: Uncaught Error: Class "ElementorProCoreAppModulesSiteEditorDataController" not found in /var/www/html/web/app/plugins/elementor/data/manager.php:88 Stack trace: #0 /var/www/html/web/app/plugins/elementor-pro/core/app/modules/site-editor/module.php(194): ElementorDataManager->register_controller() #1 /var/www/html/web/app/plugins/elementor-pro/core/app/app.php(87): ElementorProCoreAppModulesSiteEditorModule->__construct() #2 /var/www/html/web/app/plugins/elementor-pro/plugin.php(527): ElementorProCoreAppApp->__construct() #3 /var/www/html/web/app/plugins/elementor-pro/plugin.php(150): ElementorProPlugin->__construct() #4 /var/www/html/web/app/plugins/elementor-pro/plugin.php(567): ElementorProPlugin::instance() #5 /var/www/html/web/app/plugins/elementor-pro/elementor-pro.php(74): require('…') #6 /var/www/html/web/wp/wp-includes/class-wp-hook.php(324): elementor_pro_load_plugin() #7 /var/www/html/web/wp/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #8 /var/www/html/web/wp/wp-includes/plugin.php(517): WP_Hook->do_action() #9 /var/www/html/web/wp/wp-settings.php(559): do_action() #10 /var/www/html/web/wp-config.php(10): require_once('…') #11 /var/www/html/web/wp/wp-load.php(55): require_once('…') #12 /var/www/html/web/wp/wp-admin/admin.php(34): require_once('…') #13 /var/www/html/web/wp/wp-admin/plugins.php(10): require_once('…') […]