Frumph
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ComicPress] Broken layoutLooks 2 column, sidebar on the right to me.
http://frumph.net/2015/10/08/comicpress-4-3-bugs-reported-reponses/
usually you’re probably getting a browser cached style.css of the old rev.
Forum: Themes and Templates
In reply to: [ComicPress] subcontent-wrapper outside of content-wrapperlooks fine to me, but in your child css remove all references to width on these elements
#content .narrowcolumn #page #page-width #subcontent-wrapper and #content-wrapper #footer
generally when people see that sort of thing their browsers have the old css cached still – just need to wait that out or browser-refresh-without-cache keyboard combo
Forum: Themes and Templates
In reply to: [ComicPress] Running Multiple Comic Titles on a Single Site?if you want subdomains like that you either have to have individual installs on subdomains or wpms
if you want artist.xyz/story/story-name/ you can do that with an individual installation
Forum: Plugins
In reply to: [Comic Easel] Upgraded to Latest Version Broke My Navigationas per conversation on twitter, mini-navigation was removed as an ongoing cleanup of how the system works
Forum: Themes and Templates
In reply to: [ComicPress] Widgetable AreasThere isn’t a #comic-foot section in ComicPress, you’re maybe thinking the Comic Easel plugin? If so there’s a config option to enable comic sidebars.
Resolving cause wrong support area and answered the question regardless.
Forum: Plugins
In reply to: [Comic Easel] Comic Easel with Customizr Single Page.. and you have comic easel activated and you have a comic made with the comic posted as the featured image while doing this, right?
Forum: Plugins
In reply to: [Comic Easel] Setting feature image/ComicUpload the images as the sizes you want them to be.
Forum: Plugins
In reply to: [Comic Easel] Comic Easel with Customizr Single Page<br /> add_action('__after_header', 'ceo_display_comic_area');<br />the __after_head is an already set action location inside of customizr, so if you add this add_action to your child themes functions.php it should work just fine (ref: customizr header.php)
They changed WordPress to make it so that you can’t just have a blog page you have to move the loop with it via the settings -> reading ;/
Are you using the blog.php template or what are you doing?
if you look in the
<body class=section of the view-source of a particular page you can find classes that are distinct for each individual page you see
Forum: Themes and Templates
In reply to: [ComicPress] display issue with Firefox WP4.3 and comic presslooks fine in firefox to me ;/
but if in doubt
body.layout-2clw #content-column, body.layout-2crw #content-column { width: 760px!important; }add that to the jetpack edit-css a child theme’s style.css or theme companion and it will shave 2 pixels off the width and hopefully bring it up
if you need to lower it more, just change 760 to say 758 and so on
Forum: Plugins
In reply to: [Comic Easel] ComicEasel / ComicPress / WPGlobusNoted, will be checking out Polylang, thank you XionMan!
Forum: Plugins
In reply to: [Comic Easel] Can't get Comic Easel to display comic on homepageWell if it’s a test site you’re needing, i’ would be happy to create one for ya.
Forum: Plugins
In reply to: [Comic Easel] Can't get Comic Easel to display comic on homepageAre you able to see the media, in add media ?
and really sorry here, i’m not a WAMP user so there’s not much I really can do; cause the code itself for displaying uses standard wordpress function calls for featured image
Forum: Plugins
In reply to: [Comic Easel] Can't get Comic Easel to display comic on homepageactually that might be the problem, view-source of the page and check if there’s the div id=”comic” in there on the home page, if there is find the img src=” line and look at the url to what it gives, paste it in your browser alone and see what comes up
if there is no id=”comic” verify in the comic->config -> default [tab] that you don’t have it disabled from appearing on the home page