Frumph
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Google Fonts] Feature request(however)
If you wanted, .. to expand upon the filter you started with the P one, but also denote the change in the tab as well, I could add the filters into the themes to customize the plugin with specifics for the themes?
Forum: Plugins
In reply to: [Easy Google Fonts] Feature requestWell I recommend this plugin to people using my themes and they are definitely not tech savvy, so having them able to put in say body instead of p and .entry instead of one the h4 would be quite beneficial to them
Forum: Plugins
In reply to: [Comic Easel] Compatibility with auto-posters?You cannot set the ‘comic’ post type to ‘image’ because it is not an image, it’s a comic.
You should ask for a feature request to the jetpack people to support custom post types to auto-post to tumblr if a featured image is set on the post and use that featured image as the tumblr image.
Comics -> Config -> [x] enable comic sidebars
Forum: Themes and Templates
In reply to: [ComicPress] Laundry list of problemsactually, i’m waiting for someone ELSE to help me with it since it’s above me, but having the /comic/<chaptername>/ be the landing page
Forum: Plugins
In reply to: [Comic Easel] enlarge comic page in comic easelno the image size is 474 x 640px, have no idea where you’re getting 2445 x 3300
Forum: Themes and Templates
In reply to: [ComicPress] Hide transcript in archivewhoops, forgot about this, ..
can you post it as an issue on github ? http://github.com/frumph/comic-easel/
Forum: Themes and Templates
In reply to: [ComicPress] Multiple Comic and Archive issuesThe year archive template is for posts
You’re looking for the [comic-archive] shortcode, faqs are available on comiceasel.com
Forum: Themes and Templates
In reply to: [ComicPress] Comment replies color issuesThis is a bug report apparently, 😉
and I appreciate it; i’ll note it on the http://github.com/frumph/comicpress issue list (unless you want to add it there)
Otherwise it’s just changing the color on the css entity to fix it for you
Forum: Themes and Templates
In reply to: [ComicPress] Laundry list of problemsYou probably had a CSS error, and CSS stops being interpreted at the point where the error was, somehwere along the line you fixed the error so it started working
Forum: Themes and Templates
In reply to: [Theme: ComicPress] Custom CSS not working on internal links.copyright-info a:link, .copyright-info a:visited { } .copyright-info a:hover {}Forum: Fixing WordPress
In reply to: Several Comicpress ProblemsWell he was not much help was he? .. most people respond with some CSS knowledge to help
Custom navigation? the images for the comic or the menubar?
individual sections can be CSS targeted with body classes
Forum: Plugins
In reply to: [Comic Easel] Creating a custom template just for comic post.single-comic.php
content-comic.php
WordPress is cool like that 😉
Forum: Plugins
In reply to: [Comic Easel] Compatibility with auto-posters?Jetpack now works with custom post types for auto posting.
However, SNAP you can ask them to add support for the ‘comic’ post type and it’s probably just 1 line that needs to be modified.
But you’ll have to ask them about it.
Forum: Plugins
In reply to: [Comic Easel] Set thumbnails on homepage leading to latest comicsThere’s a plugin called
post thumbnail editor, by sewfaply(sp?) which allows you to crop the thumbnails however you want
but original thumbnail? hrm.. not sure how you can do that there might be a plugin for it
as for the home page thumbnail list, that’s all CSS you can float the individual boxes so that they line up as you want them
Forum: Plugins
In reply to: [Comic Easel] Title of newest comic on front-page.php?Comic Easel uses it’s own loop, if you use a template you’ll need to add a loop in it so that it recognizes the comic ID, otherwise it’s using that page ID that you attached the template to