First I would like to say thanks for all of the community's help in the past.
This is probably an easy fix, i just don't know how but the steps I did are very simple. Please help.
My Goal:
To have rotating header images
My Solution:
I added jQuery and replaced this tag in header.php
"<?php echo bfa_header_config(); ?>"
with the div code below like so:
"<div id="bing-images" style="width:1000px; height:495px;">
<img src="<?php bloginfo("template_directory"); ?>/images/header1.png" width="1000" height="495" alt="The official site of Brandon Bing - Banner" />
<img src="<?php bloginfo("template_directory"); ?>/images/header2.png" width="1000"
</div>"
The Problem:
It works but the menu disappears with the code I replaced. Can anyone help with this? I know there has to be other people who tried the same thing but I can't find a thread on this.
Test Site is below:
http://spazbunny.com/brandonbing/
Thanks