PDA

View Full Version : Customization frustration


NSM
Dec-28-2009, 09:44 AM
A few things....
I cannot get my Session Info page to look like my About page, even though they appear to be set the same way (Thanks to Allen's tutorial) Right now my session info page has a gallery - which I do not want - before I can see the information.
http://www.nancymuellerphotography.com/Session-Info-1 then one must go here
http://www.nancymuellerphotography.com/Session-Info-1/About-your-Session/10290351_KP9HC

Unlike About - which is what I want but without a photo
http://www.nancymuellerphotography.com/Info/Nancy-Mue/9797629_3YwYN

Then I have some random text at the top of my navbar, but only on SOME pages. For example under Portfolio, Family portraits, Frames, Nature, Ballet, Maternity, Pets, Holiday Cards. How do I get rid of that?? I am not sure how this happened in the first place!!

J Allen
Dec-28-2009, 12:45 PM
First, fix this problem...your nav html is missing alot....change your custom header box to this:





<div id="my_banner"> </div>
<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/Portfolio">Portfolio</a></li>
<li><a href="/Clients">Clients</a></li>
<li><a href="/Weddings">Weddings</a></li>
<li><a href="/Fashion">Fashion</a></li>
<li><a href="/SchoolsEvents">Schools &amp; Events</a></li>
<li><a href="/gallery/9797629_3YwYN">About</a></li>
<li><a href="/Session%20Info">Session Info</a></li>
</ul>
</div>