Installation & setup
Likely cause
Fix
Likely cause
Fix
Likely cause
Fix
Accessibility
Likely cause
Fix
Likely cause
Fix
Performance & conflicts
Likely cause
Fix
Likely cause
Fix
Likely cause
Fix
Module behavior
Likely cause
Fix
Likely cause
Fix
Likely cause
Fix
Licensing & updates
Likely cause
Fix
Likely cause
Fix
Power-user hacks
None of this is required. It's here for the studios who want a little more control.
Forces every module into its accessible state so you can sanity-check the fallback while testing.
yoursite.com/page/?basalio_reduced_motion=1Drop this in a site-specific plugin, not functions.php, so it survives a theme switch.
add_filter('basalio/modules/enabled', function($m)
unset($m['cursor']);
return $m;
);Basalio reads timing off CSS custom properties, so Additional CSS is enough, site-wide.
:root
--basalio-duration: 180ms;
Deep-link past the dashboard's landing tab, handy for support screenshots and repeat visits.
/wp-admin/admin.php?page=basalio-modules#grid-revealAn experimental toggle renders the planned module's settings screen, not live front-end behavior.
Basalio > Settings > Show planned modules (preview only)