Kirtikumar Solanki
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changes in WordPress not appearingHello @marcusg517 ,
As mentioned above, caching is the most common reason for this issue.
Please try the following:
- Clear/purge all cache (plugin cache, server cache, CDN cache if any).
- Open the site in Incognito/Private mode to check if changes appear.
- Go to Settings → Reading and confirm the correct Homepage is selected.
- If using a page builder, try updating the page again and clear its cache.
- Temporarily deactivate caching plugins to test.
If the issue still persists, please let us know:
- Which theme you’re using
- Which caching plugin (if any)
- Whether you’re using a CDN (like Cloudflare)
We’ll be happy to help further.
Forum: Fixing WordPress
In reply to: HTTP 500 error on wp-admin, frontend works, database accessibleHi @forgedwyrm ,
Since the frontend works but wp-admin shows a 500 error, it usually points to a plugin, corrupted core file, or server PHP issue. Along with what Steven suggested, you can also try:
• Rename the /wp-content/plugins/ folder via FTP/File Manager to quickly disable all plugins (useful if you can’t access wp-admin).
• Re-upload fresh copies of /wp-admin and /wp-includes from a clean WordPress download — sometimes core files get corrupted.
• Check or regenerate the .htaccess file (rename it temporarily and resave permalinks later).
• Ask your host to check PHP error logs or memory limits — shared hosting issues can trigger 500 errors.Since database access is fine, it’s very likely a PHP/plugin/core file issue rather than DB related.
Hope this helps — let us know what you find 🙂
Forum: Fixing WordPress
In reply to: can’t add picturesHi,
If the media upload screen opens but doesn’t fully load or respond, it’s usually caused by a plugin/theme conflict or a browser issue. You can try these steps:
• Try another browser or clear your browser cache first.
• Temporarily deactivate all plugins and check again. If it works, reactivate them one by one to find the conflict.
• Switch to a default theme (like Twenty Twenty-Four) to rule out theme issues.
• Check browser console errors (right-click → Inspect → Console) — JS errors often break the media uploader.
• Also confirm your uploads folder permissions are correct (/wp-content/uploadsshould typically be 755).If the issue continues, please share any error messages or screenshots so we can help further.
Hope this helps 🙂
Forum: Fixing WordPress
In reply to: Data Base ErrorHi,
This usually means the wp_options database table is corrupted/crashed. YouFirst please take a full database backup before trying anything. Then you can try these steps:
• Repair via phpMyAdmin:
Go to phpMyAdmin → select your WP database → tickwp_optionstable → choose Repair table from the dropdown.• WordPress DB repair mode:
Add this line inwp-config.php:define('WP_ALLOW_REPAIR', true);
Then visit:yourdomain.com/wp-admin/maint/repair.phpand run repair.
(Remove the line afterward for security.)• If repair fails, contact your hosting provider — sometimes MySQL crashes need server-level repair.
• If you have a recent backup, restoring it may be the safest option.
Also,
wp_optionsis a database table (not a file), so you won’t find it in File Manager.Hope this helps 🙂
Forum: Fixing WordPress
In reply to: error on webisteHello @mike0816 , please enable debug mode true in config.php file. This file located at root folder. Also check debug log for more info. If you enable debug mode then you can get proper issues in the website and as per issue we can solve it. debug.txt file located inside wp-content folder.
Thanks
Forum: Fixing WordPress
In reply to: How to Disable Auto ScalingHello @gentlemanx2 , please add this code in your themes functions.php file.
add_filter( ‘big_image_size_threshold’, ‘__return_false’ );
Please check this code. It’s helps you.
Thanks
Hello @rperozich , Hope you doing well.
This “There has been a critical error on this website” message usually means a PHP fatal error, most often caused by a plugin, theme, or PHP version incompatibility.
Since you can’t access the dashboard, please try these steps:
1. Check the recovery email WordPress automatically sends an email to the site admin with details about the error and the file/plugin causing it. Please check your inbox and spam folder.2. Enable debug mode If you have file access, edit wp-config.php and add:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, true );Then reload the site to see the exact error message.
3. Disable plugins via FTP/File Manager
– Go to /wp-content/
– Rename the plugins folder to plugins-old
– Try logging into /wp-admin If it works, rename the folder back and activate plugins one by one to find the culprit.4. Switch to a default theme Rename your active theme folder and let WordPress fall back to a default theme (like Twenty Twenty-Four).
5. Check PHP version Make sure your PHP version is compatible with your WordPress version and plugins (PHP 8.x can cause issues with older plugins).
6. Check server error logs Your hosting control panel should have an error log that will show the exact fatal error.
Once you find the specific error message, please share it here so we can guide you further.
Hope this helps!
Hello @oslafodillepa , hope you doing well. If your query has been solved please close this support ticket and if you any support please create new support ticket. Thanks
Forum: Plugins
In reply to: [Central Media Manager for Multisite] Elementor save & delete all Containers@rockwildaz , Thanks for your feedback. If you like this plugin functionality and plugin support, please add review for this plugin. It’s really motivate to me for work better. Thanks
Forum: Plugins
In reply to: [Central Media Manager for Multisite] Featured Image is broken@jcnooo , do you have issue with acf image right?? And first make sure it working or not for default post type feature image section.
Forum: Plugins
In reply to: [Central Media Manager for Multisite] Elementor save & delete all ContainersHello @rockwildaz , Thanks for reporting issue. I dont have elementer pro latest versions but i have debug code myself and added some code regarding this issue. Please delete old one plugin and install latest 1.1.8 version plugin and please test again. If you still face issue please let me know. I will rework on it.
ThanksForum: Plugins
In reply to: [Central Media Manager for Multisite] Featured Image is brokenhello @jcnooo , I have checked issue and compatibility issues fixed in 1.1.7 version. Now plugin working in Gutenburg editor and Classic editor as well. I have checked elementer and elementer pro plugin as well. For me its working fine. Please check in your website. First delete old version plugin then remove browser cache and then install and activate latest version plugin. After test please let me know status. Thanks
Hello @james4689 , Thanks for that issue ticket. I have debug code and fixed issue for comments progressbar and posts progressbar as well checked all shortcodes and fixed issues for all. Now i have released new 2.9 version. Please check this version plugin and let me know feedback from your side.
Thanks
Forum: Plugins
In reply to: [Smart Bulk Delete & Content Cleaner for WordPress] Allow Auto CleanupHello @yasirkhalifa , Thanks for suggestion, I have added new feature Schedule Automatic Cleanup for pages in this plugin. Please check latest plugin version 1.1 and give me your feedback on it. Thanks
Forum: Plugins
In reply to: [Advanced Wishlist & Share – Save Products for Later] Fix IssueHello @yasirkhalifa , I checked issue and fixed issue in new version 1.0.2 plugin. Please check new version plugin and let me know your feedback.
Thanks