Elementor Troubleshooting for Bug fixing

Elementor Troubleshooting for bug fixing. আমরা অনেক ক্ষেত্রে Elementor Pro কে নিয়ে মাঝে মাঝে কিছু সমস্যা পড়ি। বিশেষ করে বিভিন্ন ধরনের Bugs নিয়ে।

Can’t Edit. Enable Safe Mode.

Elementor Troubleshooting

 

 

কিভাবে Fix করবেন?

নিচের মতো করে চেষ্টা করুন:

পদ্ধতি – ১:

পদ্ধতি – ২:

php ini editor

php ini editor domain select

memory limit

পদ্ধতি – 3:

পদ্ধতি – 4:

/* Paste below code just above $table_prefix = ‘wp_’; */

define(‘WP_DEBUG’, false);
define(‘WP_HTTP_BLOCK_EXTERNAL’, false);
define(‘FS_METHOD’, ‘direct’);
define(‘DISABLE_WP_CRON’, true);
define(‘WP_MEMORY_LIMIT’, ‘256M’);
define(‘WP_CACHE’, true);
define(‘WP_ALLOW_REPAIR’, true);
require_once(ABSPATH.’wp-settings.php’);
add_filter(‘auto_update_plugin’, ‘_return_false’);
add_filter(‘auto_update_theme’, ‘_return_false’);
define(‘WP_AUTO_UPDATE_CORE’, ‘major’);

 

আশা করি আপনার সমস্যার সমাধান হবে।

রিলেটেড পোস্ট পড়ুন। 

 

আরও পড়ুন.

https://elementor.com/help/elementor-editor/troubleshoot-editor/

 

Leave a Reply

Your email address will not be published. Required fields are marked *