WPBuddy / largo

A WordPress framework for news websites. Finely-crafted by INN and expertly-honed and maintained by the technology team at WP Buddy.
http://largo.wpbuddy.co
GNU General Public License v2.0
171 stars 83 forks source link

WordPress 4.9 Gallery widget lacks proper styles #1477

Open benlk opened 6 years ago

benlk commented 6 years ago

WordPress 4.9 introduced an image gallery widget, which in Largo appears to be using Largo's code for the [gallery] shortcode. Largo doens't supply styles for this use case, so the gallery widget in sidebar positions looks weird.

Maybe also fix these warnings:

Warning: explode() expects parameter 2 to be string, array given in /nas/content/staging/mstoday/wp-content/themes/largo/lib/navis-slideshows/navis-slideshows.php on line 94

Warning: array_map(): Argument #2 should be an array in /nas/content/staging/mstoday/wp-content/themes/largo/lib/navis-slideshows/navis-slideshows.php on line 94

julia-smith commented 6 years ago

The styles actually look as expected - that's how the grid view is by default. It definitely wasn't intended to be used in a sidebar, so should add some adjustments for that.