Frumph
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Comic Easel] How to post a comic to the correct pageMaybe this video might help you.
Forum: Plugins
In reply to: [Plugin: Comic Easel] How to post a comic to the correct pageI have no idea what you’re asking.
If it’s not the ComicPress theme, did you integrate the code into the theme you’re using?
Forum: Plugins
In reply to: Comicpress manager missing.. 3, maybe even 4 years ago comicpress manager and old comicpress was discontinued .. comicpress (theme) 4.0+ now uses the ‘comic easel’ plugin.
Forum: Plugins
In reply to: [Comic Easel] Hyphen..there isn’t a ‘line of code’ you use the above filter .., you want to change the hyphen into what ?
Forum: Plugins
In reply to: [Comic Easel] Hyphen.. newer comicpress’s do not modify the info in the title
you can do it via code
https://developer.wordpress.org/reference/functions/wp_title/
Forum: Plugins
In reply to: [Comic Easel] HyphenThe one in the browser window’s head?
Forum: Themes and Templates
In reply to: [ComicPress] Link Avatar: ComicPressadd a default og:image to your header and it will use that or whatever is found
Forum: Themes and Templates
In reply to: [ComicPress] Upgrade old Comicpress to latest releasethere’s a plugin called CP2CE comicpress to comic easel migrator .. download it, activate and read the directions inside
..
1. update comicpress
2. deactivate comicpress manager
3. active comic easel (plugin)
4. activate CP2CE
5. tools -> CP2CE – follow directionsForum: Plugins
In reply to: [Comic Easel] Comments not available on my site.. just a note that comments have nothing to do with comic easel..
but, edit a post go up to screen options in the upper right and make sure ‘discussion’ is checkmarked
then look at the options that appear or there and check if they are checkmarked to allow commenting..
THIS could happen if you at one time whenver decided to turn off commenting – you would need to re-enable for all posts unless you use a plugin that does it
Forum: Plugins
In reply to: [Comic Easel] Set Featured Image button missing only in comic easel.still showing above the publish box for me ;/ weird.. featured image box location
Forum: Plugins
In reply to: [Comic Easel] Set Featured Image button missing only in comic easel.this could happen if *another* plugin removes postimagediv metabox – this is what I do with comic easel
remove_meta_box('postimagediv', 'comic', 'side'); if ( current_theme_supports( 'post-thumbnails', 'comic' ) && post_type_supports('comic', 'thumbnail') ) add_meta_box('postimagediv', __('Set Comic/Featured Image'), 'post_thumbnail_meta_box', 'comic', 'side', 'high');Forum: Plugins
In reply to: [Comic Easel] Set Featured Image button missing only in comic easel.…this is with using the comicpress theme?
Forum: Plugins
In reply to: [The Events Calendar] Uninstalling leaves capabilitiesright, but you *should* fix this so that they are remover, at least with a uninstall button in the interface
Forum: Plugins
In reply to: [Comic Easel] Comic archive as image thumbnailsAh well, heh someone asked about that at some point and haven’t done it. Feel free to fork and make edits of comic easel anytime you like, I pull in edits all the time 😉
Forum: Plugins
In reply to: [Comic Easel] Comic archive as image thumbnailsI thought you were going to fork on github then request pushs of edits? – or was that someone else?