Frumph
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ComicPress] Parse error: syntax error, unexpected end of filethat’s an easel theme file.. do you have a backup you can replace with it? cause heck, no idea where an old copy of Easel is on my machine anywhere
Forum: Plugins
In reply to: [Comic Easel] Missing sidebars in appearance/widgets^ Which plugin was causing the issue so I can note it?
Forum: Plugins
In reply to: [Comic Easel] Can't Instal Comic Easel..new comicpress has boxed as a scheme in there in the customizer ..
not sure what you’re doing, if you could elaborate
Forum: Plugins
In reply to: [Comic Easel] Can't Instal Comic Easelthe theme is ComicPress – available on this repo
Forum: Themes and Templates
In reply to: [ComicPress] full width header.. there’s a scheme that does that .. you can then change / override the CSS to make it look how you want
Forum: Plugins
In reply to: [Comic Easel] Integrating with Themeco theme "X"?change:
<?php if ( has_post_thumbnail() ) : ?>to:
<?php if ( has_post_thumbnail() && ($post->post_type !== 'comic')) : ?>basically that says if the post type isn’t comic, then go ahead and do this
Forum: Plugins
In reply to: [Comic Easel] Comic archive as image thumbnailsappearance -> comicpress options, general or archive tab; click the checkmark for display archive as list of links
then, go to /chapter/chapter-slug/name and those will appear the way you are asking
otherwise just have to wait for me to make an archive thumb page code for it; which i’ve been meaning to for about a year now just avoiding it for some unknown reason heh
Forum: Plugins
In reply to: [Comic Easel] Integrating with Themeco theme "X"?you would put it under the x-container div and I would need to see the content.php file the one that x_get_view punches out; to tell you how to stop the featured image from displaying
Upgraded a client and their website now says
No data received
ERR_EMPTY_RESPONSE
just by going to the home page
Forum: Plugins
In reply to: ComicPress – Disqus NOT Showing on Homepage only?disqus purposely in their code stops it from showing on the home page, basically they have an if (is_home()) check (or is_front_page()) that checks if it’s the front page and not run
it shouldn’t do that ;/ any other error message? more descriptive error?
use two navigation widgets and change the graphic for them to be opposite direction
1) You don’t add everything, you add the do_action or use the do_action’s that are currently in the theme
2) don’t copy and paste; type it in yourself and make sure you’re not inserting it into already opened PHP statements
3) If you don’t know what you’re doing .. ask for help or hire someone to do it for you.
4) There are a couple themes that already inherently work with comic easel, one is ComicPress
Forum: Themes and Templates
In reply to: [ComicPress] Broken layoutI looked back then and I looked now, it looks like the first one (before the update) to me.
I’m tellin ya your browser has the style cached.
Forum: Themes and Templates
In reply to: [ComicPress] Broken layoutscreenshot of what you see vrs what I see would be nice, please make one; cause your site doesn’t look horrible to me fonts are readable size everything…
you sure you’re not zoomed in your browser? control-mousewheel to make sure you’re at 100%