Title: Kirtikumar Solanki's Replies | WordPress.org

---

# Kirtikumar Solanki

  [  ](https://wordpress.org/support/users/solankisoftware/)

 *   [Profile](https://wordpress.org/support/users/solankisoftware/)
 *   [Topics Started](https://wordpress.org/support/users/solankisoftware/topics/)
 *   [Replies Created](https://wordpress.org/support/users/solankisoftware/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/solankisoftware/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/solankisoftware/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/solankisoftware/engagements/)
 *   [Favorites](https://wordpress.org/support/users/solankisoftware/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 51 total)

1 [2](https://wordpress.org/support/users/solankisoftware/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/solankisoftware/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/solankisoftware/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/solankisoftware/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changes in WordPress not appearing](https://wordpress.org/support/topic/changes-in-wordpress-not-appearing/)
 *  [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/changes-in-wordpress-not-appearing/#post-18836868)
 * Hello [@marcusg517](https://wordpress.org/support/users/marcusg517/) ,
 * As mentioned above, caching is the most common reason for this issue.
 * Please try the following:
    1. Clear/purge all cache (plugin cache, server cache, CDN cache if any).
    2. Open the site in Incognito/Private mode to check if changes appear.
    3. Go to **Settings → Reading** and confirm the correct Homepage is selected.
    4. If using a page builder, try updating the page again and clear its cache.
    5. 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTTP 500 error on wp-admin, frontend works, database accessible](https://wordpress.org/support/topic/http-500-error-on-wp-admin-frontend-works-database-accessible/)
 *  [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [3 months, 3 weeks ago](https://wordpress.org/support/topic/http-500-error-on-wp-admin-frontend-works-database-accessible/#post-18816897)
 * Hi [@forgedwyrm](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Data Base Error](https://wordpress.org/support/topic/data-base-error-20/)
 *  [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [3 months, 3 weeks ago](https://wordpress.org/support/topic/data-base-error-20/#post-18816876)
 * Hi,
 * 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 → tick`
   wp_options` table → choose **Repair table** from the dropdown.
 * • **WordPress DB repair mode:**
   Add this line in `wp-config.php`:`define('WP_ALLOW_REPAIR',
   true);`Then visit: `yourdomain.com/wp-admin/maint/repair.php` and 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_options` is a database table (not a file), so you won’t find it in 
   File Manager.
 * Hope this helps 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [error on webiste](https://wordpress.org/support/topic/error-on-webiste/)
 *  [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [4 months ago](https://wordpress.org/support/topic/error-on-webiste/#post-18811511)
 * Hello [@mike0816](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Disable Auto Scaling](https://wordpress.org/support/topic/how-to-disable-auto-scaling/)
 *  [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [4 months ago](https://wordpress.org/support/topic/how-to-disable-auto-scaling/#post-18811500)
 * Hello [@gentlemanx2](https://wordpress.org/support/users/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
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [There has been a critical error on this website. Please check your site admin em](https://wordpress.org/support/topic/there-has-been-a-critical-error-on-this-website-please-check-your-site-admin-em-51/)
 *  [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [4 months ago](https://wordpress.org/support/topic/there-has-been-a-critical-error-on-this-website-please-check-your-site-admin-em-51/#post-18807027)
 * Hello [@rperozich](https://wordpress.org/support/users/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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Media Manager for Multisite] Media not visible in List View for non-primary sites](https://wordpress.org/support/topic/media-not-visible-in-list-view-for-non-primary-sites/)
 *  Plugin Author [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [4 months ago](https://wordpress.org/support/topic/media-not-visible-in-list-view-for-non-primary-sites/#post-18805601)
 * Hello [@oslafodillepa](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Media Manager for Multisite] Elementor save & delete all Containers](https://wordpress.org/support/topic/elementor-save-delete-all-containers/)
 *  Plugin Author [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [4 months ago](https://wordpress.org/support/topic/elementor-save-delete-all-containers/#post-18805599)
 *  [@rockwildaz](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Media Manager for Multisite] Featured Image is broken](https://wordpress.org/support/topic/featured-image-is-broken-2/)
 *  Plugin Author [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [4 months, 1 week ago](https://wordpress.org/support/topic/featured-image-is-broken-2/#post-18805387)
 * [@jcnooo](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Media Manager for Multisite] Elementor save & delete all Containers](https://wordpress.org/support/topic/elementor-save-delete-all-containers/)
 *  Plugin Author [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [4 months, 1 week ago](https://wordpress.org/support/topic/elementor-save-delete-all-containers/#post-18805350)
 * Hello [@rockwildaz](https://wordpress.org/support/users/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. 
   Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Media Manager for Multisite] Featured Image is broken](https://wordpress.org/support/topic/featured-image-is-broken-2/)
 *  Plugin Author [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [4 months, 1 week ago](https://wordpress.org/support/topic/featured-image-is-broken-2/#post-18805055)
 * hello [@jcnooo](https://wordpress.org/support/users/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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Engagement – Like Dislike, Share, Views, Star Rating, Favorites & Copy Posts] Issue comments like dislike section](https://wordpress.org/support/topic/issue-comments-like-dislike-section/)
 *  Plugin Author [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [4 months, 1 week ago](https://wordpress.org/support/topic/issue-comments-like-dislike-section/#post-18804859)
 * Hello [@james4689](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Bulk Delete & Content Cleaner for WordPress] Allow Auto Cleanup](https://wordpress.org/support/topic/allow-auto-cleanup/)
 *  Plugin Author [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [4 months, 1 week ago](https://wordpress.org/support/topic/allow-auto-cleanup/#post-18804751)
 * Hello [@yasirkhalifa](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Wishlist & Share – Save Products for Later] Fix Issue](https://wordpress.org/support/topic/fix-issue/)
 *  Plugin Author [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [4 months, 1 week ago](https://wordpress.org/support/topic/fix-issue/#post-18804728)
 * Hello [@yasirkhalifa](https://wordpress.org/support/users/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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Media Manager for Multisite] Featured Image is broken](https://wordpress.org/support/topic/featured-image-is-broken-2/)
 *  Plugin Author [Kirtikumar Solanki](https://wordpress.org/support/users/solankisoftware/)
 * (@solankisoftware)
 * [4 months, 1 week ago](https://wordpress.org/support/topic/featured-image-is-broken-2/#post-18803185)
 * Hello [@jcnooo](https://wordpress.org/support/users/jcnooo/) , I have checked
   issue in my local and found issue when backend page editor is classic editor ,
   if gutenburg acive then not issue found for featured image. i am still debug 
   this issue and working on it. once i fixed this issue i will inform you. if possible
   you can enable gutenburg editor instead of classic editor. I will fix issue as
   soon as possible. Thanks

Viewing 15 replies - 1 through 15 (of 51 total)

1 [2](https://wordpress.org/support/users/solankisoftware/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/solankisoftware/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/solankisoftware/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/solankisoftware/replies/page/2/?output_format=md)