fluidbox-ghost-blog-plugin
fluidbox-ghost-blog-plugin copied to clipboard
The plugin is picking up on the thumbnail images associated with Ghost's bookmark cards and forcibly closing the thumbnail (thus rendering a blank image). **Solution:** I added a simple if...
According to the documentation, the minimum requirement for getting this plugin to work is to include the following single-line plugin declaration in the site-footer section: ``` ``` If you do...
Resolves issue #6 Updated with if statement to leave images with class "kg-bookmark-thumbnail" alone; we're not interested in expanding/breaking Ghost's bookmark card images.
Following #4 Update on the selector for closing when scrolling. Using fluidbox--opened class to trigger the close fluidbox function. Great work on this plugin !
I'm getting a tons of warning when scrolling my posts with fluidbox on my ghost instance. `Fluidbox: The method "close" used is not defined in Fluidbox. Please make sure you...
The instructions in the README file result in a script that does not work in Firefox, as they point to using a script version (`0.1.0`) that does not contain the...
I need to overwrite the style for `nav.site-nav` to `z-index: 1`