ghostwriter
ghostwriter copied to clipboard
Ghost(Pro) and Ghostwriter Browsing Posts
I've seen the troubleshooting section of the Readme, and I seem to have this problem. However, I cannot figure out how to change the config.js with Ghost(Pro). I think that this cannot be done directly. I have my domain configured and working correctly with Ghost(Pro), but I can't change the ghost url to anything other than a *.ghost.io URL, so there has to be some sort of mismatch between the Ghost URL and my own custom domain name.
Is there some way to get Ghostwriter to work with this?
So, I have enabled the theme on http://www.sacrideo.us now, and you'll notice that sometimes things work and sometimes they don't. Sometimes the progress bar goes on forever. Any help?
A little more examination reveals a pattern. Just going to the site and attempting to browse posts doesn't work. However, if you click the Home link first, and then click on Browse Posts, it works. However, after going to a post and then trying to hit Browse Posts, it doesn't work, and you get taken back to the same post each time you click on Browse Posts.
So it seems like this is the result of a Ghost bug where global properties (e.g. {{@blog.url}}
) don't work inside of partial templates. There's a related issue open here https://github.com/TryGhost/Ghost/issues/5024.
As a temporary work around I've taken the navigation parts that require the global properties out of the navigation.hbs partial. If you update your theme with the new version it should work. Let me know if not.
Thanks! I tried the temporary work around and it seems to have worked quite well. I appreciate your rapid turnaround! Feel free to close this issue.