Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor mersed.kahrimanovic

    (@mersedkahrimanovic)

    Hi cootem,

    Does your theme support gallery format? Gallery selection will be available on contributer side only if your theme support gallery post format.

    Please check are you able to create post with gallery format using dashboard (if not, you will not be able to do that with contributor as well).

    Thread Starter Michael

    (@cootem)

    That was it. I am using the Unite theme. They listed it as supporting gallery format, but it was missing in the functions.php. The following change fixed it.

    // Enable support for Post Formats.
    	add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link', 'gallery' ) );
    Plugin Author DigitalMind.ch

    (@digitalmindch)

    Thanks cootem for the update and the fix! I’ve marked the thread as resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gallery button missing’ is closed to new replies.