Frumph
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ComicPress] Remove "Chapter:" from Home Page.comic-chapter { display: none; }I’m adding an option into Comic Easel sometime soon so you can disable that stuff and even change the word use of ‘chapter’ in the comic->config.
Forum: Plugins
In reply to: Jetpack publicise, wrong image, Facebook and Google PlusAlternatively you could just go to settings -> media and change your thumbnail size and width to that of which is greater then 200x200px or equal to.
Then use a thumbnail rebuild plugin to redo your thumbs and you’re golden.
Forum: Plugins
In reply to: [Comic Easel] Lightbox plugin not opening comic in lightbox@wandering, in your case it could be different… go to the comicpress options and disable the option for dropdown mainmenu jquery .. you’re not using it; it shouldn’t be running
once you do that, tell me so I can look again
Forum: Plugins
In reply to: [Comic Easel] Lightbox plugin not opening comic in lightboxsounds like a plan!
Forum: Plugins
In reply to: [Comic Easel] Lightbox plugin not opening comic in lightbox.. my dev site: http://dev.frumph.net/blog/jetpack-carousel-test/
works for me over here; wish I knew what you were doing when you were doing it so I could have done some checking myself; but didn’t think about it at the time
Forum: Plugins
In reply to: [Comic Easel] Customizing archive display for custom themehuh, not even seeing any sort of lightbox being loaded on that page at all but yeah, comic easel isn’t what you need; your want is different then the output comic easel gives
Forum: Reviews
In reply to: [Comic Easel] An excellent and easy to you setup!Custom buttons really need to go into a child theme for your theme; that way you don’t need to re-update them everytime.
Forum: Plugins
In reply to: [Comic Easel] Can You Remove The Left Toolbar To Increase The Comic Image?..it’s not coding.. it’s an image; found in the images/ directory of the theme
Forum: Plugins
In reply to: [Comic Easel] Comic Navigation Questionsoh i did this a couple versions ago, closing thread
Forum: Plugins
In reply to: [Comic Easel] Lightbox plugin not opening comic in lightboxI’m still looking into this, since on my end it works with carousel in jetpack at the moment
Forum: Plugins
In reply to: [Comic Easel] Comic Easel Responsive?It’s responsive compatible, if you integrate it into a theme that is responsive yes
not sure by what you mean by instances .. you can separate individual comics into chapters and set the ‘navigate only by chapters’ which keeps things separate
Forum: Plugins
In reply to: [Comic Easel] How can you suppress a sidebar on the comics content page?the sidebars php are located in the layout-head.php and layout-foot.php
the problem you will have is the not-knowing php ;/
there are wordpress directives you can use .. like if is_home() is_page() is_single and such that you would need to lookup to get the precise pages you want to either show or not show those sidebars on
Forum: Plugins
In reply to: [Comic Easel] Customizing archive display for custom themecomic archive navigation ? you mean a list of the comics in the archive ON each and every comic page?
Forum: Plugins
In reply to: [Comic Easel] Can you have multiple images separated by text?There are ‘above html’ and ‘below html’ sections that you can utilize in the comic editor for such things
Forum: Plugins
In reply to: [Comic Easel] Home page without the comic display.. Disable the comic and blog on the home page in the config..
then you need to know that you can’t have a separate ‘landing’ page specifically for the comic.. well you can; but it’s a bit of work creating the template for it.. ;
however
if you link off the home page you can put at the end of your url /?latest and it will go to the latest comic made .. or /?latest=chapter_slug and it will go to the latest comic in whatever chapter slug you put