Page 1 of 1

HELP WANTED WITH MENUS - WILLING TO PAY !!!!

Posted: Thu May 24, 2007 10:08 pm
by daithi
OK I am in a tizz with this issue, Have tried countless times using the info from various postings on the forum and still cant get it right. Ideally looking for someone who might be availble on skype chat or phone to talk me through this issue I am having, paying for your time of course !

Issue is, I have a complex site with a lot of content, main issues lies with the menus, my main horz menu is:

HOME   PEOPLE  SERVICES etc

Under PEOPLE there is 10 sublinks that should appear on a menu to the left when PEOPLE is selected. I have the correct tag {menu template="cssmenu.tpl" start_page="People" start_level="2"} for the second level of the in the correct area, but for some reason it wont work for me

I have this style sheet attached to a template I created called PEOPLE

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

bodyA { color: #666666; text-decoration: none; }
A:link { color: #993300; text-decoration: underline; }
A:visited { color: #CC3300; text-decoration: none; }
A:active { color: #660000; }
A:hover { color: #660000; }

.hiddenPic {display:none;}

.style1 {
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
}
.style3 {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CC3300;
font-style: italic;
}
.style4 {font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #993300; font-weight: bold; margin-bottom: 10px; margin-top: 0px; margin-left: 32px; margin-right: 0px;}
.style6 {color: #CCCCCC}
.style7 {
font-size: 10px;
color: #000000;
}
.style9 {font-size: 12px}
.style11 {color: #000000; font-weight: bold; font-size: 14px; }
.style13 {
font-size: 12px;
color: #CC3300;
font-weight: bold;
}
.SmallSideText {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; margin-bottom: 2px; margin-top: 0px; margin-left: 0px; margin-right: 0px;}
.SmallSideTextRed {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; margin-bottom: 2px; margin-top: 0px; margin-left: 0px; margin-right: 0px;}
.SmallSideHeader {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;  font-weight: bold; color: #000000; margin-bottom: 2px; margin-top: 0px; margin-left: 0px; margin-right: 0px;}
.SmallSideBold {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height:10px;  font-weight: bold; color: #000000; margin-bottom: 4px; margin-top: 0px; margin-left: 0px; margin-right: 0px;}
.SmallSideDate {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height:10px; color: #000000; margin-bottom: 0px; margin-top: 7px; margin-left: 75px; margin-right: 0px;}
.SmallSideMore {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;  font-weight: bold; color: #000000; margin-bottom: 2px; margin-top: 6px; margin-left: 10px; margin-right: 0px;}

.HomeText {font-size: 13px; font-family: Georgia, Times, serif;  line-height:25px;  color: #222222; margin-bottom: 10px; margin-top: 0px; margin-left: 32px; margin-right: 0px;}

.style15 {
font-size: 11px;
font-style: italic;
color: #990000;
}
body {
background-color: #FFFFFF;
}

#MainText {padding:8px;}

img {border-width: 0px;}
img.floatLeft     {border-width: 0px; float: left; margin-right: 5px;}

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Also have this page of PEOPLE as a template

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



{metadata}
{stylesheet}





















 
   
     
       
         
           
           
         
             
           

           

           
           
           
           
         
       
       
         
             
         
         
             
         
       
     
   

     

            {menu template="cssmenu.tpl" start_page="People" start_level="1"}
               

          {content}
       

     


     
       
         
       
     
 




+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

I have also imported the cssmenu.tpl into the database in the menu manager.

Thanks to anyone who can help
Dave

Re: HELP WANTED WITH MENUS - WILLING TO PAY !!!!

Posted: Sun May 27, 2007 1:57 pm
by myshko
Hi mate,

I'll help if I can.

The problem looks like it might be in your tag, try taking out 'start_page="people" because if the pages in the people section are children of  people.html (or whatever it's called), they will be displayed by using 'start_level="2"' automatically.

Also check the pages in the people section are children of 'people'.

To explain, in the admin panel, Content > Pages, your content should be ordered as so:

1 Home
2 People
  2.1 People Child 1
      2.1.1 People Child 1 Child 1
  2.2 People Child 2

3 Services

Having a menu tag with start_level="2" would therefore build a menu from the items in bold.

Also check your pages are set to appear in the menu (checkbox in the options menu) and have menu text (text box in the main tab).

If you still have problems I have skype and am around this weekend.

Regards...

D

Re: HELP WANTED WITH MENUS - WILLING TO PAY !!!!

Posted: Sun May 27, 2007 1:59 pm
by Dr.CSS
Do you have a link?...