Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Crazy-Jake

    (@crazy-jake)

    UPDATE: Also , scheduled comics do not show up in the posts section. is something broken?

    Thread Starter Crazy-Jake

    (@crazy-jake)

    UPDATE 2: turns out another plugin added other buttons to the dashboard sidebar and hid or pushed the ‘comic’ option of the menu. Disabling his other plugin resolved the issue, but now i cannot use the other plugin. Any idea why this is? Does the menu bar only support so many buttons?

    Thread Starter Crazy-Jake

    (@crazy-jake)

    main issue is resolved, but still cannot enable any more plugins that add more more buttons to the dashboard sidebar…

    Plugin Author Frumph

    (@frumph)

    in the wp-content/themes/comic-easel/ directory
    edit the comiceasel.php file, search for:

    'menu_position' => 5,

    comment it out by putting two slashes in front of it

    //		'menu_position' => 5,

    So it isn’t read by the system.

    That menu position is what places it where it’s at, without it; it will place it below the ‘comments’ section, so whatever plugin is conflicting with it’s position will be able to use that ‘5’ position as it see’s fit. (unfortunately)

    http://codex.wordpress.org/Function_Reference/register_post_type

    Plugin Author Frumph

    (@frumph)

    You could also try position 6 7 8 or 9 .. to see if you can get both up there.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Post Comic Button’ is closed to new replies.