Hi
This usually happens when Tutor Dashboard endpoints aren’t properly registered or permalink rules aren’t refreshed.
Please try the following:
- Go to Settings → Permalinks and click Save Changes (no need to modify anything).
- Make sure the page using
[tutor_dashboard] is set correctly in Tutor → Settings → Advanced → Dashboard Page.
- Temporarily disable all other plugins and test — conflicts (especially with SEO or cache plugins) can cause blank tabs.
- Check that your theme doesn’t override dashboard-related templates or block query vars.
If the issue still persists, it may be a Tutor 3.9.x routing bug, so testing with a default theme or updating to the latest patch is recommended.
Hi @htremainder , thank you for your response!
Make sure the page using [tutor_dashboard] is set correctly in Tutor → Settings → Advanced → Dashboard Page.
There is something that basically makes no sense for me. Setting this page makes shortcode [tutor_dashboard] unneccessary. You can set whatever page you want and have dashboard displayed, but:
- if there is the
[tutor_dashboard] shortcode on the page makes no difference, it can be blank page;
- any content from selected page is hidden and replaced by dashboard. And that is because Tutor creates its own templates for pages (look at dashboard.php for example).
I would expect that shortcode should work as “stand-alone” module. If not, what is the reason to have this shortcode?