Currently facing an issue with my project.
This is my first attempt at creating a WordPress blog, inspired by the HTML site www.humantools.com.mx and building a blog for it at www.humantools.com.mx/blog. There's a strange problem: when logged in, the navbar toggle with the class="navbar-toggle collapsed" data-toggle="collapse" works fine, both on the site and in the navbar...
However, when I log out, the nav item that should reveal the collapsed menu now links to "#".
This is really puzzling me, I'm struggling to figure it out, any help would be greatly appreciated. I've provided the CSS and header code below, let me know if you need anything else.
HEADER
<?php
/**
* The Header template for our theme
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/
?>
... (header code continues)
CSS
/*
Theme Name:HumanTools.
Theme URI: www.humantools.com.mx
Description: Human Tools blog.
Version: 1.0
Author: Raul Salazar
Author URI: www.bybrave.com
*/
... (CSS styles continue)
NAV STARTS
... (navigation styles continue)
NAV ENDS
/* blog */
... (blog styles continue)