Comic Easel

Plugin your WebComic
  • Home
  • About
  • Archive
  • Download
  • FAQs
    • HOW TO
      • Multiple Comics Per Post
    • Installation
      • Integration
        • single.php Edits
      • Migrating
        • CP2CE Plugin
    • Reference
      • Action List
      • Constants
    • Shortcodes
      • cast-page
      • comic-archive
    • Showcase
    • Troubleshoot
  • Forum
Twitter Email RSS
Home » Page 2

Implementation of a ‘secondary’ featured image to use as a custom ‘teaser’ image.

Apr22
by Frumph on April 22, 2013 at 9:24 pm
Posted In: Comic Easel (Plugin)

Purpose: To display a ‘teaser’ image of your comic that is used in the thumbnail widget (and anywhere else you might want to code it in, like the home page) that is a custom image – not the thumbnail of your comic.

Basically it’s support for this plugin: Multiple Post Thumbnails

What it does is add another ‘add image’ box to the right column in the comic post editor, which asks you to upload an image just like the way the featured image (adding a comic) works.   Soon as it uploads you click on “use as secondary image”.

There is an option in the thumbnail widget that you checkmark to say “use secondary image if it’s available”, in order for the widget to decide to use it or not at that point.

- Phil

(you still need to add something to your functions.php to make it work, new Easel not yet released will have it automatically)

if (class_exists('MultiPostThumbnails')) {
	new MultiPostThumbnails(
		array(
			'label' => 'Secondary Image',
			'id' => 'secondary-image',
			'post_type' => 'comic'
			));
	add_image_size('secondary-image');
}
2 Comments

Comic Easel 1.3.3 introduces two new [comic-archive] shortcode arguments

Apr15
by Frumph on April 15, 2013 at 2:49 pm
Posted In: Comic Easel (Plugin), Information

Well they are not new, but with the shortcode comic-archive you can now change the ‘type’ of archive display it is.

with the argument list= you can have different types of archives then the standard

list=2 and list=3 were added with 1.3.2/1.3.3 of Comic Easel, which also accepts the order=asc/desc argument with it.

list=2

List #2 displays your archives in a linkable list by year which links you can click on for what year of the archives you want to view.

List #3 is the same as list #2 but instead of seperating by years, it displays all of the years on the page it was added to; then the list underneith

[ comic-archive list=3 order=asc ]

Give it a try ;) (no spaces after the [ and before the ])

1 Comment

Comic Easel 1.0.20 & 1.0.21

Dec31
by Frumph on December 31, 2012 at 4:47 pm
Posted In: Comic Easel (Plugin)

Two new options,

Open Comic With Lightbox
- This is a checkmark in the comic post editor which will allow whatever lightbox plugin you are using to open the comic up to display the full size of it if you are using an extra large image.

Changing the comic slug name.
- The URL line /comic/ can be changed to whatever slug name you want to use now. NOTE: You cannot use a slug that already exists as a slug in your tags/posts/chapters/categories – etc.

1.0.21 – >added a checker to see if the slug was already in use and inform you in the config section, as well as additional checks to see if the value is ‘comic’ or empty on preexisting installation.

5 Comments

Comic Easel 1.0.17 -> 1.0.18

Nov15
by Frumph on November 15, 2012 at 6:08 am
Posted In: Comic Easel (Plugin)

Fixed a few bugs including a couple bad notices that showed up with navigation.

In 1.0.18 added transcript abililty pretty much like ComicPress has

You can use the transcript shortcode [ transcript ] <- without the spaces, it has a display = parameter you can use, with 3 options, raw/br/styled

example:

[ transcript display=raw ]

* remember no spaces separating the brackets

raw = no special HTML or javascripts elements or anything, it will output like a straight line of text

br = will add BR’s where they are needed but still again no html, css or javascript

styled = (default) will display nicely with some CSS html and javascript

2 Comments

Comic Easel 1.0.13

Jul11
by Frumph on July 11, 2012 at 4:31 pm
Posted In: Comic Easel (Plugin)

Added option to disable the related comics section if theme has it implemented
Fixed the comic post type archive from failing
Fixed a bunch of translation codes in widgets
Added clear:both to #comic-wrap

└ Tags: Release
1 Comment
  • Page 2 of 5
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Comic Easel
Proudly powered by WordPress Theme: Easel - Comic Easel.

Latest Anomaly

comic-2010-09-05-Segway.jpg

What peoples are saying.

  • Comic Easel is WAY more user friendly. If a paste-eater like me can figure it out, people who know what they’re doing are laughin’. J.R. Faulkner
    via email

Control Panel

  • Register
  • Recover password

Categories

  • Information (1)
  • Tutorials (7)
    • Code Snippets (3)
    • Video (4)
  • Uncategorized (1)
  • WordPress (16)
    • Comic Easel (Plugin) (13)
    • CP2CE (Plugin) (1)
    • Easel (Theme) (2)

Recent Posts

  • Place the chapter archive dropdown into the Easel menubar.
  • Adding another custom taxonomy to your comics
  • cast-page shortcode faq added
  • Changelog 1.3.6 – Introducing Comic Easel – Import (bulk comic upload)
  • Jetpack Mobile Theme & Comic Easel (Revisited / Easier for non-coders)

Latest Showcase

  • Cat Nine: Take Two!
  • AdrianaGameOver
  • Plus Infinity
  • Control Your Offspring
  • Rival Angels

Latest Comics

  • Earth Crunchy
  • Segway
  • Confrontations P
  • Moving Over Meandering3
  • Meandering2 1977

©2008-2013 Comic Easel | Powered by WordPress with Easel | Subscribe: RSS | Back to Top ↑