Prashant Patil
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Theme errors after installationOpen wp-config.php file check WP_DEBUG variable is true, if yes just make it false.
Also check theme is compatible with your server PHP/MySql version.
Forum: Fixing WordPress
In reply to: Not accepting .png imagesHello,
Check with hosting provider if png file format supported or not. You can check adding phpinfo file on server and running that will give all the details about server.Forum: Fixing WordPress
In reply to: Scheduled posts not posting?Check with your cron jobs working correctly on server.
Forum: Fixing WordPress
In reply to: Payment failedYou have to check this with payment gateway provider if any settings are changed.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionDatabase name, username, password confirm correctly added, user is assigned to database with all privileges.
Forum: Fixing WordPress
In reply to: Can’t upload images in media librarySee the image size also the extension of picture.
Forum: Fixing WordPress
In reply to: Mixed Content – Forces SSL security WarningThis is third party URL, you have to check the theme header file and need to make http to https.
Forum: Fixing WordPress
In reply to: WooCommerce Not Sending EmailsCreating simple contact form check emails are working correctly, if not try SMTP option for sending the mail. If this also issue contact with server provider.
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size exhaustedMemory limit set on server is small, try to increase on server with hosting provider. From wp-config also can be increased. Use define(‘WP_MEMORY_LIMIT’, ‘256M’);
Forum: Fixing WordPress
In reply to: elementor critical errorCheck if any other plugin conflict, PHP version supported to the elementor version.
Forum: Fixing WordPress
In reply to: Theme font not displayingCheck for any default css applying and font taking from that else check theme support team.
Forum: Alpha/Beta/RC
In reply to: Critical error occurs when trying to Edit PagesWhich editor you using like elementor, visual composer?
You can enable the error log in wp config, it will show the error with details.
After updating theme/plugin check also PHP version or server settings if any not supporting.
Forum: Fixing WordPress
In reply to: Issue on Product Page in the Variations dropdownIf theme is purchased it will be good to take help of support team.
Forum: Fixing WordPress
In reply to: Adding SSl certificate to siteSSL checking differ hosting provider, first confirm website where hosted.
On basis of that you can see in account SSL certificate provided free or need to purchase.
Hosting provider give the document for installing that.