arnabwahid / wordpress-bootstrap

Bootstrap in WordPress theme form - Bootstrap 3.3.1
1.49k stars 556 forks source link

Gallery not Displaying in Posts and Pages #186

Closed badrobotbrain closed 10 years ago

badrobotbrain commented 10 years ago

I'm running wp-bootstrap 3.0 on 2 sites (currently in development) using child themes on both of them. I've found that the default Gallery functions does not work on either site. The shortcode displays in the editor, but the code does not render at all on the site. I'm using a set of plugins that I use on all of my sites without conflict, so I can tell you that it's not a plugin issue. Has anyone else had this problem with wp-bootstrap? If so, is there a fix?

McGun commented 10 years ago

I have also recently discovered this problem. I have no extra plugins on my development site right now.

aibrean commented 10 years ago

I removed the shortcode function from the theme so it loads Wordpress' default.

badrobotbrain commented 10 years ago

Thanks aibrean, that seems to have done the trick. For anyone else having this issue, all you need to do is comment out line 15 of the theme's function.php file.