Looking for Help Customizing
Using Jamroom
Novice myself-But If I were trying to add your present header to a specific page of your site I would first copy the header code I wanted to use and save it to a txt file named "header_new.tpl" and upload it to the skin I was using in the "templates" folder...( I will add an example attachment) Then I would open this page in site builder and remove the current header file and add this file in its place using
{jrCore_include template="header_new.tpl"}
This should add your old header to just this page on your site
If you are not using site builder then you would remove the header code and add the
{jrCore_include template="header_new.tpl"}
in its place
Then you would need to add the custom css for the header code you just added to your custom.css file ( if you have any...)
If its just the menu you want you should be able to do the same by copying the header_menu_desktop code and saving it to a tpl file called header_menu_new.tpl and calling it the same way as above
If your header or menu is built using smarty- then you would disregard my attachment and use the smarty from your old site?...
Like I said I am a novice and this may be way off but I thought I would have a stab at helping you-pls ignore if its no help
updated by @derrickhand300: 08/24/15 07:14:49PM