Support

Account

Home Forums Add-ons Gallery Field Gallery toolbar missing in admin

Solved

Gallery toolbar missing in admin

  • I’m running the PlatformBase 1.4.1 theme on WP 4.0 and trying to use ACF Gallery on some of my pages, but the gallery toolbar never shows up in the admin. All I can see is the area where images would exist if I could upload them, but no buttons to add or upload images.

    For what it’s worth, this was also happening on WP 3.9.2 before I updated to 4.0.

    Any insights appreciated. Thanks!

  • Actually just answered my own question. If anyone else is having this problem, the PlatformPro admin CSS has this block around line 1573:

    .hl, .hl2 {
    	background: url(../images/hl-dot.gif) repeat-x top;
    	clear: both;
    	height: 2px;
    	overflow: hidden;
    	width: 100%;
    }

    The “height: 2px;” is killing ALL buttons for ACF, not just the gallery buttons. Comment it out or override in another stylesheet and you should be fine.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Gallery toolbar missing in admin’ is closed to new replies.