- Issue created by @cehjan
- 🇺🇸United States flashwebcenter Austin TX
Hello,
The Solo theme includes custom Twig templates for sidebar regions. However, the menu_block module overrides Drupal's default theme suggestions, which is why your region-specific template (e.g., menu--sidebar-second.html.twig) wasn't being used as expected.
To address this, I’ve updated the theme suggestion alter hook to work around the module’s behavior. I’ve tested it locally and confirmed that the custom sidebar template is now correctly applied.
Please feel free to download the latest dev version → , test it on your setup, and let me know if everything works as expected.
Best wishes,
Alaa