Long story short: I’m a slightly skilled front-end developer. I work at a place and we hired an outside developer. This outside developer is making a lot of claims saying “This can’t be done in Wordpress”, “We can’t do that either” etc. It’s getting to the point where I’m wondering if they actually know what they’re doing.
Since I’m only moderately skilled, I’m not positive so I want to check here.
Objective: A drop down menu for several nav items. Each item will load a separate menu using the “wp_nav_menu” function and possibly some additional PHP.
How I imagine it can be done:
Several divs will contain their particular “wp_nav_menu”. Each will be set to visible: none. Individual divs will appear when you hover above their respective navigation item. From there you can select a button from the menu the div holds. These drop downs should also be the full width of the site, 978px.
Now I’m not sure how to set up the hover state although I’m assuming there’s some way with CSS and possibly some additional Jquery if necessary. Can anyone let me know if my idea makes sense? The outside developer I have suggests that several things in there can not be done in Wordpress…
An image is attached.