Frumph
Forum Replies Created
-
Forum: Plugins
In reply to: [Comic Easel] Static front page also showing last comic postRather you use the ComicPress theme, but as long as you got the Easel theme from the github that’s fine 😉
Forum: Plugins
In reply to: [Comic Easel] Chapter dropdown menu not working correctly.. i’m asking for a screen capture, of your wp-admin, of your comics -> chapters page to verify that the bug fix that i’m doing is relevant to your situation
Forum: Plugins
In reply to: [Comic Easel] Comic Navigation Questionsi’m coding today so i’ll just add a button in the comic -> config to enable the navigation above the comic
Forum: Plugins
In reply to: [Comic Easel] Chapter dropdown menu not working correctlyNeed a screen capture of your comic -> chapters page if you could please
Forum: Plugins
In reply to: [The Events Calendar] Bug report: bad code in lib/queryThe way you should do it, is get the the array of post_type and ADD yours to it, not replace it – don’t set it to ‘any’; putting any nulls out any other and all other custom post types that are associated
The problem is that when something is ” it really isn’t ” it’s reading off the base of possible post types to search from from internal values; changing that negates those
Forum: Plugins
In reply to: [Comic Easel] Lightbox plugin not opening comic in lightboxgo to the comicpress theme’s options -> menubar tab and disable the menu jquery, refresh your site clear browser/site cache and see if it then comes up, if it does .. then it’s the same problem others are having .. if it’s not, disable all plugins until you one that is conflicting.. or use some site js peaker and see if any errors come up
Forum: Themes and Templates
In reply to: [ComicPress] Removing Header on Blank Templatethe header? .. you can just add the header.php to the child theme for your client and remove the <div id=”header”> —-> </div> section for it?
Or am I missing what you’re trying to do?
Forum: Themes and Templates
In reply to: [ComicPress] Edit Copyright with Child Theme for Comicpressuhm… you know you can just go to the appearance -> comicpress options and on the [general] tab just change the copyright holder’s name and url there without having to override the code …
Forum: Plugins
In reply to: [Comic Easel] Comic Easel and Categories1) no, not really it’s not a categories and in order to navigate comics the comic needs to be in at least one chapter
2) added as option in 1.7, for now remove the // in front of the register_taxonomy line in the comiceasel.php file in the plugin
Forum: Plugins
In reply to: [Comic Easel] Web Comic Not Showing on SiteIf a theme doesn’t natively support comic easel you need to add some code to it, here’s an example tutorial:
http://comiceasel.com/2014/05/14/editing-a-theme-to-support-comic-easel/
Forum: Plugins
In reply to: [Comic Easel] Lightbox plugin not opening comic in lightboxyes, .. I know of the issue; there’s a script error on your site someplace (most likely within comicpress – probably the jquery for the menubar) and i’ve been working on tracking it down ..
when a script errors out it pretty much makes other scripts fail
Forum: Themes and Templates
In reply to: [ComicPress] Reading orderComicPress is now just a theme for the Comic Easel plugin.. well it’s just a theme really.
So let me decipher what you’re question is.. since it’s pretty ambiguous for a lot of different areas of the site.
Let’s start off with this, there was never an option to set the home page to display last to first order for the blog posts.
However, in the archive pages there’s an option in the archive section of comicpress options to display the archive order. That, MIGHT be what you’re referencing to. Look for archive display order ascending or descending option in the comicpress options.
Forum: Plugins
In reply to: [Comic Easel] Can You Remove The Left Toolbar To Increase The Comic Image?Settings -> General for the ‘tag line’
Forum: Plugins
In reply to: [Comic Easel] Lightbox plugin not opening comic in lightboxHave you tried Jetpack’s carousel module?
That tends to override everything else
Forum: Plugins
In reply to: [Comic Easel] Comic easel and Salient themehappy to help out