Search found 7 matches
- Fri Dec 16, 2011 1:06 am
- Forum: CMSMS Core
- Topic: submenu pages never showing in menu yet enabled
- Replies: 12
- Views: 3369
Re: submenu pages never showing in menu yet enabled
Okay that is a hardcoded navigation, which is never gonna read the data from the CMSMS database about which pages were added/deleted,hidden from the menu, enabled/disabled, etc.... What I suggest you do is: A: Install a new version of CMSMS 1.10.2 on a test environment somewhere. B: Read all of the...
- Thu Dec 15, 2011 9:57 pm
- Forum: CMSMS Core
- Topic: submenu pages never showing in menu yet enabled
- Replies: 12
- Views: 3369
Re: submenu pages never showing in menu yet enabled
This is what is in the global content block named "menu" - As I say, I can probably manual edit this and add pages etc but it not what I would like to ask a client to do. I see that I probably need to try to add the sf- menu to the menu manager but it wasn't laready listed there and to mak...
- Thu Dec 15, 2011 1:19 pm
- Forum: CMSMS Core
- Topic: submenu pages never showing in menu yet enabled
- Replies: 12
- Views: 3369
Re: submenu pages never showing in menu yet enabled
Ok what I have found is the existing menu is added as a global content which I assume is some kind of customisation by whoever was last to work on this project and can add further links etc manually in the code . If I remove it this menu completely the default options do not kick in - I am left with...
- Wed Dec 14, 2011 11:36 pm
- Forum: CMSMS Core
- Topic: submenu pages never showing in menu yet enabled
- Replies: 12
- Views: 3369
Re: submenu pages never showing in menu yet enabled
Is this what you require? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Co...
- Wed Dec 14, 2011 3:50 pm
- Forum: CMSMS Core
- Topic: submenu pages never showing in menu yet enabled
- Replies: 12
- Views: 3369
Re: submenu pages never showing in menu yet enabled
I'm looking at the code for the templates used and I'm seeing this: if I'm still looking at the wrong place you'll have to be more specific. This CMS is relatively new to me, and so far not as simple as I had expected. $(document).ready(function(){ $(document).pngFix(); $("#menu a").hover(...
- Wed Dec 14, 2011 11:13 am
- Forum: CMSMS Core
- Topic: submenu pages never showing in menu yet enabled
- Replies: 12
- Views: 3369
Re: submenu pages never showing in menu yet enabled
Not sure if I am looking in the right place
Under extensions > tags :
simple_navigation.tpl (read only) {menu}
is enabled.
Others are not.
Under extensions > tags :
simple_navigation.tpl (read only) {menu}
is enabled.
Others are not.
- Wed Dec 14, 2011 1:09 am
- Forum: CMSMS Core
- Topic: submenu pages never showing in menu yet enabled
- Replies: 12
- Views: 3369
submenu pages never showing in menu yet enabled
I am trying to help fix an existing site running version 1.9.4.3 "Faanui" Sub pages : When I try to ensure a subpage shows in the menu - I enable "show in menu" "Bulk operation was successfully updated". but refreshing the page in the browser yet it never shows up. This...