ghostwriter
ghostwriter copied to clipboard
Theme didn't work
I unzipped the folder and placed it in the themes directory, then I selected the theme from the Ghost settings. Although pages and content would show up, none of the formatting did. It looked like plain html pages with no css. Is there something I did wrong or didn't do, or could this be a problem with the theme?
Hmm, did you restart Ghost after placing the theme in the themes directory?
Yep, I think otherwise it wouldn't have even showed up on the themes list on the settings page.
On Tue, Jan 28, 2014 at 5:34 AM, roryg [email protected] wrote:
Hmm, did you restart Ghost after placing the theme in the themes directory?
Reply to this email directly or view it on GitHubhttps://github.com/roryg/ghostwriter/issues/29#issuecomment-33467060 .
Struggling to think what could be causing this. Is the URL set correctly in your Ghosts config.js file? Do you have a link to the site?
I would guess that this happened on a Ghost install which is in a subdirectory, and prior to you updating to support the {{asset}}
helper?
@ErisDS That sounds like it could be it, @sschloesser can you check if your copy of the theme uses {{asset "css/style.css"}}
in the default.hbs file? If it doesn't then updating the theme with the latest version should fix it.