Frumph
Forum Replies Created
-
Forum: Plugins
In reply to: [Comic Easel] Adding Items with inside-comic navigation not workingNeed to format the text by using the [code] button above the editor ... but from I see, you need to make the code return a $string with the text you want, not do ?> txt here <?php
Forum: Plugins
In reply to: [Comic Easel] Comic Easel Calendar Widget ProblemStarting to work on the next version, will include this as something to look at as bug report
Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archiveoh and you have a feed error on your wordpress ;/ which happens when there’s an extra line coming from someplace ;/
Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archivehttp://dustyghost.com/chapter/digger-and-snuff/feed/
^ that would be your feed for that comic
note the URL and you can do that for your others
Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archiveOkay I figured it out, /comic/feed stops working when you have on the archive [tab] the chapter in the URL enabled
Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archiveDid you change it from ‘comic’ to something else by chance?
Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archivebreadcrumbs were checked and work fine, the comic/feed is comic easel not comicpress which *should* be fine too
could you go to comic -> config and the archive [tab] and check to see if the comic name is currently in use? (red letters)
Forum: Themes and Templates
In reply to: [ComicPress] Problems with backgrounds!Try the 4.2.2 update that fixes the customizer that came out today
Forum: Themes and Templates
In reply to: [ComicPress] Click panel to go to next newestit’s in the comic -> config .. think navigation [tab] comic clicks next
Forum: Themes and Templates
In reply to: [ComicPress] Static Page showing with latest postcomic -> config .. disable comic and comic blog post from showing on home page options
Forum: Themes and Templates
In reply to: [ComicPress] Menu Wrapper Disappeared?http://frumph.net/2015/03/02/comicpress-4-2-2/
Please check this post out.
Your child theme’s style.css or the Jetpack plugins Edit CSS module or via theme companion plugin.
It’s your choice which one you want to use to add the CSS to it, but do *not* add it to the main themes style.css or any other stylesheet that will update when your plugins/themes update, that’s why you use one of the mentioned above so it saves in a place where when something updates, it won’t get rid of it.
Forum: Themes and Templates
In reply to: [ComicPress] Multiple questions about Comicpress 4.2.1Comic easel pages generation comes from the theme you use. If it’s comicpress it uses the single.php or single-comic.php file.
If your using ComicPress you would modify the layout-head.php and layout-foot.php files which control the layout of your site. Preferably in a child theme.
Forum: Themes and Templates
In reply to: [ComicPress] Multiple questions about Comicpress 4.2.1I think you should look into learning about developer tools inside the browser you use so you can associate HTML sections with CSS it uses.
Chrome – F10 opens it up, as well as Firefox for developers F10 etc.
Forum: Themes and Templates
In reply to: [ComicPress] autosave issue in WP 4.1 with Compress 4.2.1Some plugin you have that does things to the admin section that adds some content that saves it is using the index ‘autosave’ and not checking if it’s isset .. none of my stuff does so you’re going to have to narrow it down