PDA

View Full Version : Navigation trouble


zenyard
02-14-2008, 03:21 AM
Hey I can't seem to figure out what is going on to not allow the navigation to appear.. have a page set up to try it out at http://zenyard.com/eventz.php

any suggestions would be appreciated!

Thanks
Eddie

Brian
02-14-2008, 11:11 AM
Try adding the line of code below before requiring the calendar:

$noNav=1;

You can also disable them using the Setup Manager.

zenyard
02-14-2008, 11:31 AM
Hey Brian,

That took out the Navigation, I'd like to have it there the way it is in the demo but it was messed up somehow.

Thanks!
Eddie

Brian
02-14-2008, 11:33 AM
The problem with the form button was other CSS you had on the page was re-defining HTML form elements and overriding the default calendar navigation menus.