Frumph
Forum Replies Created
-
Forum: Plugins
In reply to: [Comic Easel] Remove whitespace from above header imageoh and that’s a comicpress (theme) question, not comic easel ;/ probably why I didn’t catch this earlier – sorry
Forum: Plugins
In reply to: [Comic Easel] Remove whitespace from above header image#page-wrap { padding: 0; }..there’s a 10px padding on it, just set that to zero and it goes away
Forum: Reviews
In reply to: [Comic Easel] Good framework but…You’re talking most likely the character’s widget with the hover mode.. you don’t need to be a genius and documentation is available on comiceasel.com
Forum: Reviews
In reply to: [Comic Easel] BuggyThere’s a navigation widget. That has more button’s inside of it which include first-in-chapter and actual ‘first’ comic. There are options in the comic->config that let you traverse comic chapters with the prev and next as well as keep the navigation strictly to just the chapter and not all comics.. disable that. and you have what you want.
Check posts -> tags or posts -> categories .. and see if maybe you have a category or tag with the slug of comic ? .. if you look you will see the “name” and the “slug” . you want to make sure that there isn’t duplicate slugs for ‘comic’
Forum: Plugins
In reply to: [Comic Easel] Changing the SchemeThe easel theme does not have a scheme set in it. Use ComicPress if you want to do that.
(or wait until the newest easel version comes out) either one
It means you already have a slug named “comic”; either change that slug to something else or rename this one to something else
Forum: Themes and Templates
In reply to: [ComicPress] Fatal Errorgo ahead and just delete that part and you will be fine
Forum: Themes and Templates
In reply to: [ComicPress] Change the term: chapterI’ll add this onto my todo list to allow people to change the terminologies via the config.
Okay, i’ve left the backend alone and made a filter for it for it so you can change the text via a filter in your functions.php of the theme
Forum: Themes and Templates
In reply to: [ComicPress] I feel line I'm missing a stepDid you read the help in the comic -> add new, right column “comic directions” (or the help tab at the top)
.. Setting the featured image/set the comic button in the right column sets the comic.
Forum: Themes and Templates
In reply to: [ComicPress] Multilingual ComicComic’s are a custom post type and use the ‘featured image’ of the post to display as the comic.
As long as the language plugin you use can switch those you’re golden.
As for the navigation; you must use the navigation widget and set it to in-chapter or (not in chapter) one or the other I think works, but the other doesn’t.
Forum: Themes and Templates
In reply to: [ComicPress] Tiny images in Chromelink to what you’re seeing would help so I can cross browser check
Forum: Themes and Templates
In reply to: [ComicPress] Remove "Chapter:" from Home Pageyou could always find the class for it and css remove it with
display: none;Forum: Plugins
In reply to: [Comic Easel] Can You Remove The Left Toolbar To Increase The Comic Image?The yellow toolbar is part of the image that is displayed for the high society theme; you can edit that image to look however you want; or replace it with your own with CSS
Forum: Plugins
In reply to: [Comic Easel] Lightbox plugin not opening comic in lightboxHow does that solve it though?