Hello!
When creating my new theme, I’ve somehow broken Ghost’s Portal feature.
Currently, I’m just getting a blank screen for the Signup
and Account
pages in the admin. The Links
page comes up, though.
Does anyone know how to reenable portal
in my theme?
This is the error I’m getting inside the console:
Portal gets loaded from the {{ghost_head}}
located in the head of default.hbs
, right?
Any direction would be helpful if anyone has an idea. Thank you
Solved.
Caveat. I you ever want to block Portal on your site, just slide this into the CSS file:
#ghost-portal-root {
display: none;
}
1 Like