Baelx / helen-of-joy

Helen of Joy WP custom template built with bootstrap and p5.js.
https://helenofjoyband.com
GNU General Public License v2.0
1 stars 1 forks source link

Blog single post mobile navbar does not expand when hamburger clicked #7

Closed Baelx closed 6 years ago

Baelx commented 6 years ago

Upon inspecting and comparing the code on this page, the single post page has no bootstrap navbar event trigger:

image

Normally Firefox dev tools would list this element with "EV" for event trigger but none is loaded and therefore button doesn't work. The button seems to work everywhere else on the site.

Baelx commented 6 years ago

get_footer() was not called within single.php. Fixed.