Frumph
Forum Replies Created
-
Forum: Plugins
In reply to: [Comic Easel] Navigation position above post change to below postIt appears you have figured this out.
Forum: Plugins
In reply to: [Comic Easel] Comic Easel: Placing comic on a single page and-The options for this are in the comic -> config to disable displaying on the home page.
Forum: Plugins
In reply to: [Comic Easel] Cast page issue – only one character showing upThe only CSS you have is the one for character-brock ..there is no other CSS inside your style.css for any others
Forum: Plugins
In reply to: [Comic Easel] Duplicate Chapters appearedThat could be a bug in my code, looking into it.
Forum: Plugins
In reply to: [Comic Easel] Duplicate Chapters appearedOkay I see the issue
If you are using parent chapters, you cannot put a # in the ordering for them
so only order the subchapters
forward 1
introduction 2
chapter 1: 3
chapter 2: 4Forum: Plugins
In reply to: [Comic Easel] Duplicate Chapters appearedYeap, I see it .. any chance for a screen capture of the comic -> chapters section ?
Forum: Plugins
In reply to: [Comic Easel] Can't make foldersHeFlip the switch in the config that says to navigate IN chapter only
Forum: Plugins
In reply to: [Comic Easel] 500 Server Error after updateAsk your hosting to point you to the error log and find what the PHP error is and reply back here with it.
Forum: Plugins
In reply to: [Comic Easel] Problem with widgetsThe chapter widget will show all chapters; regardless if they’re in whatever language you chose.
The ‘exclude chapters’ section of the widget will only accept parent chapter ID’s in it, find the correct chapter to exclude for the spanish chapters
Forum: Plugins
In reply to: [Comic Easel] Blurry Image in Comic EaselYour image dpi may be switched down to 72dpi but that means nothing when your images are
3,461px × 4,248px (scaled to 548px × 673px)
3,461px wide ..
You’re trying to fit a 3,461px wide image into 548px of space available.
So, what you do is take your resolution, change the pixel width to 548px wide then change your DPI to 72dpi (or dpi first then pixel width) one or the other, but yeah, your images are WAYYYYY too huge.
Forum: Plugins
In reply to: [Comic Easel] Layout and Navigation QuestionsYes, for each story the chapters need to increment/dec by 1 value for it to traverse with the ‘default’ navigation.
The graphical navigation widget has different first next prev and last checkboxes for both regular and in_chapter
You have the characters widget inside of the below comic sidebar which is creating all that empty space
Forum: Plugins
In reply to: [Comic Easel] Post Count Category #'sCategory names? Or Chapter names?
Should be a [x] checkmark inside the widget.
Forum: Plugins
In reply to: [Comic Easel] Cast page issue – only one character showing upCan you show me your [cast-page] shortcode you are using? and a link to the site?
Forum: Plugins
In reply to: [Comic Easel] Request to specify location for custom nav.The comic easel plugin will loook ALSO inside a child theme in the wp-content/themes/childtheme/images/nav/<setname>/* directory.
That’s where you would put those.
Forum: Plugins
In reply to: [Comic Easel] Comic Easel Multisite Install?^ There’s also a migration bug right now where it’s moving the migrated files to the wp-content/uploads instead of the blogs.dir/#/files/ section with the CP2CE plugin.
Still trying to narrow that down.