Joe Wood

Results 9 comments of Joe Wood

+1 for this from userecho

@jamesros161 +1 for this from UserEcho

That would work too. I think it should be a global thing instead of a per page one. Like if they selected Block Library on one page and started editing...

Feature Request +1 by a user: https://www.boldgrid.com/feedback/communities/8/topics/93-video-background

+1 for this feature request from UserEcho

+1 for this feature request from UserEcho

+1 for this feature. User is trying to create a 3 column layout using the Recent Posts page widget.

``` function hide_shop_sidebar() { if ( is_woocommerce() ) { return false; } else { return true; } } add_filter( 'boldgrid/display_sidebar' , 'hide_shop_sidebar' ); ```