cuny-academic-commons / cbox-theme

Default theme for Commons In A Box
GNU General Public License v2.0
20 stars 15 forks source link

menu display issue #228

Open douglasaltonbrown opened 9 years ago

douglasaltonbrown commented 9 years ago

Looking for some help, I've set up the plugin and parent theme and started building out the menus for the site. I've placed one in the sub area and another in the logo area for appearance testing. When hovering over these menu items they will disappear or be moved somewhere unexpected.

When inspecting the menu elements in browser I can see some javascript injecting style code that's changing the position of the menu items.

Also, When turning javascript off in the browser all appears (mostly) well.

I've added the cbox theme from WP and from Github to see if there was an issue in one of the code bases. Also tracked down the Infinity base and replaced the JS i think is at fault. I've tracked this to wp-content/themes/cbox-theme/engine/ICE/assets/js

I'm using www.altonbrownphotography.com/blog as a testing/development area.

Any help or guidance would be appreciated.

christianwach commented 9 years ago

You're getting Javascript errors because there's a "file not found" error for http://www.altonbrownphotography.com/blog/wp-content/themes/cbox-theme-master/engine/ICE/assets/js/jquery.mobilemenu.js

You first need to make sure that file is present in your theme before re-testing if your menus work as they should.