hi guys.
I am using the default template shown here (http://current.cmsmsdemo.com/) I would like to place the 'NEWS' section into its own column on the right-hand side. I added an extra div but it gets all screwed-up.
Has anyone tried doing this? Do you mind sharing some code?
Thanks
Search found 9 matches
- Wed Oct 15, 2008 12:20 am
- Forum: Developers Discussion
- Topic: converting default template into a 3-column layout
- Replies: 1
- Views: 1314
- Fri Oct 03, 2008 8:25 pm
- Forum: Developers Discussion
- Topic: creating menu with 4 levels
- Replies: 19
- Views: 5458
Re: creating menu with 4 levels
Navigation: Simple - Vertical code: /******************** MENU *********************/ #menu_vert { padding-left: 0; margin-left: 1em; } /* third level has some padding to have it stand out */ div#menu_vert ul ul ul { padding-bottom: 0.5em; } /* menu li block */ #menu_vert li { list-style...
- Fri Oct 03, 2008 3:47 pm
- Forum: Developers Discussion
- Topic: creating menu with 4 levels
- Replies: 19
- Views: 5458
Re: creating menu with 4 levels
here is the site https://tdm.pharm.buffalo.edu/prc/cmsMadeSimple/index.php?page=hplc
i don't have access to the "Navigation: Simple - Vertical" stylesheet right now. Is this stored in a database and only through the Admin Panel? Or is this in a particular directory?
i don't have access to the "Navigation: Simple - Vertical" stylesheet right now. Is this stored in a database and only through the Admin Panel? Or is this in a particular directory?
- Thu Oct 02, 2008 11:47 pm
- Forum: Developers Discussion
- Topic: creating menu with 4 levels
- Replies: 19
- Views: 5458
Re: creating menu with 4 levels
I did exactly what you suggested. so here is the final outcome and hopefully it explains my problem.
- Thu Oct 02, 2008 10:33 pm
- Forum: Developers Discussion
- Topic: creating menu with 4 levels
- Replies: 19
- Views: 5458
Re: creating menu with 4 levels
oops...my bet I think I am talking about being able to indent the 5th level. Sorry if I have confused you you. Essentially with the 5th(4th?) level it should look something like this: *Research Groups (1) * Core Analaytical Laboratory (2) *Methodologies (3) ...
- Thu Oct 02, 2008 12:29 am
- Forum: Developers Discussion
- Topic: creating menu with 4 levels
- Replies: 19
- Views: 5458
Re: creating menu with 4 levels
Ronny. I am not sure if I understand your question but this this is what the entire menu looks like. See attached image. Here, HPLC is supposed to be the parent of ' » »Tipranavir' and therefore indented. I am using the "Left simple navigation + 1 column This template has the menu in left sid...
- Tue Sep 30, 2008 11:31 pm
- Forum: Developers Discussion
- Topic: creating menu with 4 levels
- Replies: 19
- Views: 5458
Re: creating menu with 4 levels
Ok maybe i was not explaining well. Here is my problem. see attached image. How can I achieve this? Is the 'simple_navigation.tpl' the file that controls the menu? --------- cmsMadeSimple/modules/MenuManager/templates/simple_navigation.tpl ------------- {* CSS classes used in this template: .active...
- Tue Sep 30, 2008 3:35 pm
- Forum: Developers Discussion
- Topic: creating menu with 4 levels
- Replies: 19
- Views: 5458
Re: creating menu with 4 levels
I am sure someone must have done this already. I just need to add another level to the existing defalt menu. Can someone help?!
Thanks again.
Ceci
Thanks again.
Ceci
- Mon Sep 29, 2008 10:06 pm
- Forum: Developers Discussion
- Topic: creating menu with 4 levels
- Replies: 19
- Views: 5458
creating menu with 4 levels
Hi, this is my first time here...please be gentle. I am trying to create a menu with 4 levels something like the one posted here: http://themes.cmsmadesimple.org/menu_manager_options.html. I looked at this ' /cmsMadeSimple/modules/MenuManager/MenuManager.module.ph p' file...made some changes on som...