Frumph
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ComicPress] Chapters in permalinkscustom post type permalink plugin
/%chapters%/%postname%/ for the slug section after you activate that plugin
Forum: Themes and Templates
In reply to: [ComicPress] Can't remove header textYeah, that option wasn’t there before for me when I created the header code, I need to add it to the new version, regardless if you go to the customizer there’s an option there to make the header a hot box area and or use the logo section
Forum: Themes and Templates
In reply to: [ComicPress] Body tag editingadd_action('wp-head', 'mytheme_last_update'); function mytheme_last_update() { if (is_home() || is_front_page()) { echo '<!-- Last Update: '.date("d/m/Y").' -->'."\r\n"; } }Add that to your child themes functions.php file or your main themes functions.php file
..but that will post the current date, though.. not the one of the latest comic.. if you want latest comic; would need to write a loop for you to get that info
The random only in chapter is an option in one of the configs
/?latest=#
# = chapter ID of the chapter you want to go to the latest comic of
and these are comic easel questions, not comicpress
Forum: Plugins
In reply to: [Comic Easel] Multilanguage problemhuh, well ignore that hint, that was probably for old comicpress that did that sort of thing directory wise
as for featured image translation switching .. that’s all comic easel uses is the featured image of a custom post type, so you probably should direct that question to the qtranslate peeple
Forum: Plugins
In reply to: [Comic Easel] Instructions are not easy to followComic Easel needs to be integrated into themes that are not natively supported for it.
The files index.php and single.php are in the theme you are using’s directory.
Sometimes it isn’t clear as day because of well frankly, bad programming people have calls to various templates other places which makes it difficult; .. it’s probably best that you find someone to assist you with that if you don’t have any coding skills.
Forum: Plugins
In reply to: [Comic Easel] Can You Remove The Left Toolbar To Increase The Comic Image?What theme are you using?
Forum: Plugins
In reply to: [Comic Easel] Removing Quotes from Comic Titlewould have to be from the theme’s way of displaying the custom post type titles
Forum: Plugins
In reply to: [Comic Easel] Comic Easel 'Graphic Navigation Set' drop-down is emptyMake sure your website has proper permissions to read the directory listing; talk to your hosting – because that’s all it’s doing, is reading the directory names
Forum: Plugins
In reply to: [Comic Easel] Multilanguage problemYour language translation plugin needs to support multi-language featured images
Forum: Plugins
In reply to: [Comic Easel] Comics not showing up in archiveuse the [comic-archive] shortcode, the template that comes with the theme is for regular blog posts
faq on the shortcode is available at comiceasel.com
Forum: Plugins
In reply to: [Comic Easel] Removing Quotes from Comic TitleThere shouldn’t be quotes in the comic title, what theme are you using?
Forum: Plugins
In reply to: [Comic Easel] Cast page and imagesyou would add it to jetpacks -> edit css module or to your child themes style.css
Forum: Plugins
In reply to: [Comic Easel] Page not found?yeah you need to go to settings -> permalink and just click save once.. for some reason it forgot the comic post type existed
Forum: Plugins
In reply to: [Comic Easel] Problem with calendarit can’t be year/month/postname, it’s a custom post type; the only way to change it would be using the custom post permalink plugin..
still on this; doing a rewrite