Frumph
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ComicPress] Specific header on comic pages?view source of your comic page, find the <body class=” line there, notice those classes that are available – the one that is specific for comics is single-comic, use that to prefix your CSS, example
body.single-comic #header { background-image: url('mysite.com/wp-content/uploads/blahblah.jpg')!important; }and it will change the header image for comic pages only, .. also it could be #header h1, or #header h1 a, so if you know your CSS you’ll find it of course, but prefixing will work just fine
Forum: Themes and Templates
In reply to: [ComicPress] Space on top of the blog#header { display: none; }Forum: Themes and Templates
In reply to: [ComicPress] Featured image shows only as a cropped thumbnailplugins -> add new, search for: comic easel
install, activate
Forum: Themes and Templates
In reply to: [ComicPress] Featured image shows only as a cropped thumbnailhttp://comiceasel.com/faqs/installation/integration/
What theme are you using?
Forum: Themes and Templates
In reply to: [ComicPress] Featured image shows only as a cropped thumbnailThemes that are *not* comicpress need to have a child theme made and code edited to integrate Comic Easel into it, which I can help you with.
Forum: Themes and Templates
In reply to: [ComicPress] Featured image shows only as a cropped thumbnailAre you using ComicPress for a comic? or a regular theme?
Forum: Plugins
In reply to: [Comic Easel] Full Width Front Page.. Please post this in the theme you are using, it’s not relevant to Comic Easel
Forum: Themes and Templates
In reply to: [ComicPress] How to change the css?use the !important flag on some items to force it to use the new css
example:
color: #fcae!important;Set the image as the ‘featured image’ of the post and not within the body of the post.
Edit the comic, right column, you’ll see the box for it, after selecting the image choose the ‘set as featured image’ link that’s at the bottom
This is also a comic easel (plugin) thing, not comicpress ;/
Forum: Fixing WordPress
In reply to: Dev Ver. automatic update tonightPASS: Your WordPress install can communicate with WordPress.org securely.
WARNING: A previous automatic background update could not occur. You would have received an email because of this. We’ll try again with the next release. The error code was copy_failed_for_update_core_file.
PASS: No version control systems were detected.
PASS: Your installation of WordPress doesn’t require FTP credentials to perform updates.
PASS: All of your WordPress files are writable.Forum: Plugins
In reply to: [Comic Easel] Comic archive as image thumbnailsThis is almost done as a [comic-archive] shortcode addition, will be very soon.
Forum: Plugins
In reply to: [Comic Easel] Comic Easel Calendar – Skip archive pageThis is on the todo list, but due to the constraints of WordPress and the calendar widget which the original is in the core WordPress; i’m waiting for it to be updated to work with custom post types first.
Forum: Plugins
In reply to: [Comic Easel] Comic after footerLooks really good with that theme too.
Marking as resolved, self-resolved but resolved.
Forum: Themes and Templates
In reply to: [ComicPress] Can't upload new pages… old ComicPress with ComicPress Manager was retired 3+ years ago now. Is there an issue with migrating to Comic Easel with the new ComicPress?
Forum: Plugins
In reply to: [Comic Easel] Mobile random invisible, search not working[x] Will add toggle in config to allow comics to be added to search without a plugin
[x] Will remove the block on the random button for tablets/phone view