Title: Voidek Webolutions's Replies | WordPress.org

---

# Voidek Webolutions

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

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

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Voidek Auto Schema Generator – JSON-LD Structured Data for SEO & AI Search] Excellent Plugin](https://wordpress.org/support/topic/excellent-plugin-9918/)
 *  Plugin Author [Voidek Webolutions](https://wordpress.org/support/users/voidek/)
 * (@voidek)
 * [1 week, 3 days ago](https://wordpress.org/support/topic/excellent-plugin-9918/#post-18964580)
 * Hi Samayy, thank you for the review! Really glad the plugin is working well for
   your SEO and AI search needs. Reach out anytime if you need help.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Voidek Auto Schema Generator – JSON-LD Structured Data for SEO & AI Search] Exceptional Technical Expertise and Outstanding Results](https://wordpress.org/support/topic/exceptional-technical-expertise-and-outstanding-results/)
 *  Plugin Author [Voidek Webolutions](https://wordpress.org/support/users/voidek/)
 * (@voidek)
 * [2 weeks ago](https://wordpress.org/support/topic/exceptional-technical-expertise-and-outstanding-results/#post-18962332)
 * Thank you so much for your thoughtful and detailed review! Your kind words truly
   mean a lot.
   We’re delighted to hear that the Voidek Auto Schema Generator has
   made a meaningful difference to your website’s structured data and search readiness.
   Our goal has always been to make advanced schema implementation accessible and
   reliable, while providing clear guidance and measurable results throughout the
   process.We sincerely appreciate your trust, Feedback like yours motivates us 
   to continue improving the plugin and delivering the highest quality experience
   for all users.Thank you again for your support!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Voidek Auto Schema Generator – JSON-LD Structured Data for SEO & AI Search] Excellent Plugin for SEO, AEO & AI Search Visibility](https://wordpress.org/support/topic/excellent-plugin-for-seo-aeo-ai-search-visibility/)
 *  Plugin Author [Voidek Webolutions](https://wordpress.org/support/users/voidek/)
 * (@voidek)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/excellent-plugin-for-seo-aeo-ai-search-visibility/#post-18922431)
 * Thank you for your support and valuable feedback! We’re glad to hear the plugin
   is helping improve your SEO, AEO, and AI search visibility. Our goal is to keep
   the plugin lightweight, effective, and future-ready for both search engines and
   AI platforms. Really appreciate your recommendation!
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Disabling admin transitions in v7?](https://wordpress.org/support/topic/disabling-admin-transitions-in-v7/)
 *  [Voidek Webolutions](https://wordpress.org/support/users/voidek/)
 * (@voidek)
 * [3 months ago](https://wordpress.org/support/topic/disabling-admin-transitions-in-v7/#post-18888795)
 * Hi [@arothman](https://wordpress.org/support/users/arothman/) ,
 * You’re not missing anything there isn’t currently a built-in setting in WordPress
   7.0 (including RC builds) to disable the admin page fade transitions.
 * What you’re seeing is part of recent UI updates where WordPress introduces subtle
   opacity/transition effects between admin views. At the moment, these aren’t user-
   configurable via preferences or profile settings.
 * That said, you can disable the effect with a small CSS override. For example,
   adding this via a custom plugin or admin CSS will effectively remove the transitions:
 * add_action(‘admin_head’, function () {
   echo ‘<style>* {transition: none !important;
   animation: none !important;}html, body {opacity: 1 !important;}</style>’;});
 * If you prefer a more targeted approach, you can scope it to specific admin containers(
   like `#wpbody-content` or `.wrap`) instead of disabling all transitions globally.
 * Also worth double-checking if any plugin is enhancing or overriding admin animations,
   though in this case it does appear to be coming from core.
 * It might be a good candidate for a feature request either a “reduced motion” 
   preference or respecting the system-level `prefers-reduced-motion` setting more
   aggressively in wp-admin.

Viewing 4 replies - 1 through 4 (of 4 total)