Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMaciej Sularz
15,088 PointsJavaScript Conflict when using Bootstrap Shortcodes wordpress plugin
If you are going to use Bootstrap Shortcodes plugin (http://wordpress.org/plugins/bootstrap-shortcodes/) but you have included Bootstrap Core files via functions.php in your WordPress installation please make sure to go to Settings -> BS Shortcodes and uncheck those two options
Load Twitter Bootstrap css file
Load Twitter Bootstrap javascript file
Otherwise it may impact your page functionality. It took me some time to work out that this was stopping my Bootstrap NavBar from showing the drop-down menus on-click, in other words it would never show when clicked.
Just to clarify I was using WordPress nav walker class (https://github.com/twittem/wp-bootstrap-navwalker) along side this plugin to correctly generate the markup for the menu.
hope that helps...
Merr T
106 PointsWhere do I find the settings for this plugin in the Wordpress admin? Thanks in advance.
Maciej Sularz
15,088 PointsIn your admin panel just go to
Settings -> BS Shortcodes
Good luck :)
Merr T
106 PointsThanks, I wasn't seeing it earlier because the plugin was deactivated...Doh! Thanks a bunch!
DATA DEER
18,940 PointsThanks for sharing ! That helped a lot :)
Nijad Kifayeh
6,092 PointsThanks for letting me know about navwalker!! do you have any other "tricks up your sleeve" that you can share?
3 Answers
Maciej Sularz
15,088 PointsMy pleasure. Great videos Zac, I enjoyed the whole episode!
Zac Gordon
Treehouse Guest TeacherThanks man! I added a note in the video notes about this.
Kristina Groeger
2,801 PointsHm, I am still unable to see the icons despite having my "kitchen sink" open as well as de-selecting the loads in the settings. Not sure how to proceed, feeling really stuck :(
Leigh Maher
21,830 PointsJust saved me, Maciej! Thanks.
Jose Morales-Mendizabal
19,175 PointsJose Morales-Mendizabal
19,175 PointsThanks so much for letting us know! You saved me a looong freak out moment.