Server configuration settings can be adjusted through the hosting control panel. You can do this yourself, or you can ask your web hosting provider to make these adjustments for you.
Hi,
Please go to elementor > settings > general > post type > you can activate the post, page and portfolio and save it.
Then you will able to edit them.
Thanks
I can’t handle this, what should I do, I would like to return the purchase because I feel that I will only have problems and I am not an advanced user.
Hi, The error undefined array key “ajax” typically occurs in PHP when you’re trying to access an array key that doesn’t exist. This is a common issue in WordPress themes or plugins, especially when dealing with AJAX functionality. Since you mentioned you’re not an advanced user, I’ll guide you through some steps to troubleshoot and resolve the issue.
The error message should include a file path and line number where the issue occurs. Look for this in the error message.
Common locations for this issue are:
Theme files (e.g., functions.php or a custom AJAX handler file).
Plugin files.
If you’re not sure where the issue is, enable debugging in WordPress to get more details:
Open the wp-config.php file in your WordPress installation.
Look for the line define(‘WP_DEBUG’, false); and change it to: