Substituting Menu Builder Navigation

User 10077 Photo


Senior Advisor
1,095 posts

The default SCCP navigation menu with categories buried in the drop-down or flyout does not work for the current project on which I'm working. I would rather have a Menu Builder navigation that I have already programmed.

Experimenting today, I figured out how to insert a Menu Builder nav on the page using the settings header box for including the css and js and using the html input on the pages tab to manually put in the navigation menu generated by Menu Builder. This only leaves the problem of getting rid of the default navigation. You don't see it because the fonts match the background, but the default nav is still there. There are two problems. (1) The default nav still takes space pushing the MB nav down. (2) If you mouseover the default nav words (though you can't see them), the default nav flyout menu still drops down.

You can see what I am trying to accomplish at:
http://bfseal.com/shop/

How can I get rid of the default nav? Ideas?

(BTW, I'm not acquainted with jquery programming yet.)
ASK ME ANYTHING
I provide personalized help for Coffeecup Users including personal or group training for Site Designer, Web Form Builder and more via Zoom.
Email me at support@uscni.org or call 865-687-7698.

Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/
User 187934 Photo


Senior Advisor
20,192 posts

Try adding this to your sites header.
#scs_subheader_wrapper {
display: none;
}
#scs_navbar_wrapper {
display: none;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 10077 Photo


Senior Advisor
1,095 posts

Eric, Your solution worked. Unfortunately, with a little more experimentation, I discovered that SCCP doesn't let you manually put in html on every page. I think I'd have to resort to using jquery to which I have no objection, but I don't know jquery yet. It's on my list of things to learn.
ASK ME ANYTHING
I provide personalized help for Coffeecup Users including personal or group training for Site Designer, Web Form Builder and more via Zoom.
Email me at support@uscni.org or call 865-687-7698.

Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.