Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter kflesch

    (@kflesch)

    Stephen thank you soo much! Since I reviewed your post I have been researching the get_template_directory_uri() you gave me. Now Im sure if I know what Im doing or have no clue.

    The first part that goes in the header.php is `<title></title>
    <!– Start css3menu.com HEAD section –>
    <link rel=”stylesheet” href=”loismenu.css3prj_files/css3menu1/style.css” type=”text/css” /><style type=”text/css”>._css3m{display:none}</style>
    <!– End css3menu.com HEAD section –>`

    So if I put that code in the header.php does this mean I need to create a .css sheet with the rest of the code (seen below) for the menu to reference so it works on all pages?

    <body style="background-color:#EBEBEB">
    <!-- Start css3menu.com BODY section -->
    <ul id="css3menu1" class="topmenu">
    
    <li class="topfirst"><a class="pressed" href="#" style="height:32px;line-height:32px;"><span><img src="loismenu.css3prj_files/css3menu1/home31.png" alt=""/></span></a>
    	<ul>
    	</ul></li>
    	<li class="topmenu"><a href="#" style="height:32px;line-height:32px;"><img src="loismenu.css3prj_files/css3menu1/heart2.png" alt=""/>Mission</a></li>
    	<li class="topmenu"><a href="#" style="height:32px;line-height:32px;"><span><img src="loismenu.css3prj_files/css3menu1/books.png" alt=""/>Shame/Guilt Academy</span></a>
    	<ul>
    		<li><a href="#">Shame/Guilt Articles</a></li><li><a href="#">Introduction</a></li>
    	</ul></li>
    	<li class="topmenu"><a href="#" style="height:32px;line-height:32px;"><span><img src="loismenu.css3prj_files/css3menu1/stack.png" alt=""/>Mini Courses</span></a>
    	<ul>
    		<li><a href="#">Course 1</a></li>
    		<li><a href="#">Course 2</a></li>
    		<li><a href="#">Course 3</a></li>
    	</ul></li>
    	<li class="toplast"><a href="#" style="height:32px;line-height:32px;"><img src="loismenu.css3prj_files/css3menu1/brightness-medium.png" alt=""/>SoulSpeaks</a></li>
    </ul><p class="_css3m"></p>
    <!-- End css3menu.com BODY section -->
    
    </body>
    </html>

    Am I close in what I’ve gathered?

    Thread Starter kflesch

    (@kflesch)

    I have both codes in header.php file. I have tried index.php, page template etc etc and no matter where I put it it will ONLY show on the homepage.

    <title></title>
    
    <!-- Start css3menu.com HEAD section -->
    	<link rel="stylesheet" href="loismenu.css3prj_files/css3menu1/style.css" type="text/css" /><style type="text/css">._css3m{display:none}</style>
    	<!-- End css3menu.com HEAD section -->
    <body style="background-color:#EBEBEB">
    <!-- Start css3menu.com BODY section -->
    <ul id="css3menu1" class="topmenu">
    	<li class="topfirst"><a class="pressed" href="#" style="height:32px;line-height:32px;"><span><img src="loismenu.css3prj_files/css3menu1/home31.png" alt=""/></span></a>
    	<ul>
    
    	</ul></li>
    	<li class="topmenu"><a href="#" style="height:32px;line-height:32px;"><img src="loismenu.css3prj_files/css3menu1/heart2.png" alt=""/>Mission</a></li>
    	<li class="topmenu"><a href="#" style="height:32px;line-height:32px;"><span><img src="loismenu.css3prj_files/css3menu1/books.png" alt=""/>Shame/Guilt Academy</span></a>
    	<ul>
    		<li><a href="#">Shame/Guilt Articles</a></li><li><a href="#">Introduction</a></li>
    	</ul></li>
    	<li class="topmenu"><a href="#" style="height:32px;line-height:32px;"><span><img src="loismenu.css3prj_files/css3menu1/stack.png" alt=""/>Mini Courses</span></a>
    	<ul>
    		<li><a href="#">Course 1</a></li>
    		<li><a href="#">Course 2</a></li>
    		<li><a href="#">Course 3</a></li>
    	</ul></li>
    	<li class="toplast"><a href="#" style="height:32px;line-height:32px;"><img src="loismenu.css3prj_files/css3menu1/brightness-medium.png" alt=""/>SoulSpeaks</a></li>
    </ul><p class="_css3m"></p>
    <!-- End css3menu.com BODY section -->
    
    </body>
    </html>
    Thread Starter kflesch

    (@kflesch)

    No I didn’t. I took the menu off…I can re-put it back on for you to look. I’ll do that now…

    Thanks so much for your help!!

    Thread Starter kflesch

    (@kflesch)

    Andrew…sorry I will post there from now on.

    Rajesh – Thank you soooo much for your input! So I should use the custom-header.php instead of header.php? I did add the code into custom-header.php and the menu disappeared. Can you advise me on where exactly to put the code? Ive tried so many places (index.php, single page, header.php, etc) Im really getting frustrated.
    Thanks!

    Thread Starter kflesch

    (@kflesch)

    Ok..sorry momentary freak out.
    I will disable through FTP ??
    Thanks Jesse!
    Kellee

Viewing 5 replies - 1 through 5 (of 5 total)