PDA

View Full Version : Menu structure problem


vytraas
06-09-2008, 08:50 AM
Hello there!

I have a serious problem with the main menu system nearly every free template uses. If I click on a main menu item which has subitems, the menu indents the sub-elements. But, when I click on a subelement, the whole submenu "indents back" to the left side, so it is impossible to distinguish which is a main level item and which is a subelement of the recently clicked main level item.
Can anybody help me in this problem?
Thanks.

Val
06-09-2008, 12:11 PM
Could you please send us an example URL so we can actually see the problem and give you an advice how it could be fixed?

balix
06-21-2008, 06:01 PM
I have the same problem, if you check this URL and choose siteground-j15-23 you se that "Whats new in 1.5?" is no more indented.
http://joomla.welcometotheriver.com/index.php?option=com_content&view=article&id=22&Itemid=34

I attached some screenshots so you can see.

Hope you can help.

/B\

sava
06-23-2008, 03:47 AM
Hello,

Could you please PM me with details for your Joomla admin area, so I cna check how content items are categorized?

balix
06-23-2008, 05:06 AM
I'm not sure if this have to something with content items, i seen this with some siteground templates, and some is ok.

I'v seen it on my site, and several demosites....

sava
06-25-2008, 03:35 AM
I checked this with the designer of this specific template and he informed me that this is how the template was designed and this is how the parent topics are intended to be alligned. This isn't a bug.

Ebi
07-01-2008, 09:26 AM
Okay, so this is not a bug... but I want the submenu to stay indented myself. Is there anyway to work around this design and make the menu stay indented???

Thanks!

wchua24
07-01-2008, 11:56 AM
hmmmm i will try this ...and i will see if what i can do..

balix
08-17-2008, 11:52 AM
Anyone have any ideas to change this?
If the agreement allow it...

Balix

DarrenT
09-23-2008, 12:26 PM
i had the same issue with the latinogirl template and managed to fix it by changing one of the elines in the template.css. the former was alterd to be the latter and for the latinogirl template it works perfectly. i would imaging for different templated you would need to make the pixel size larger or smaller

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
margin: 0;
padding: 0;
}

------------------------------------

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
margin: 0;
padding: 0 0 0 12px;
}

tobi1908
10-20-2008, 07:48 AM
HI!

I have the same problem :(

The problem are in many siteground templates....

actually i testing "siteground-j15-34" (and "siteground-j15-51")!


But the sebmenu is very unaesthetic :(

http://forum.siteground.com/attachment.php?attachmentid=93&stc=1&d=1214085620



The tip from DarrenT can't help me
It have modified nothing :(

Val
10-20-2008, 07:58 AM
As noted above, that's how most of our templates were designed to be working and is not really a bug. It is just that the menu items does not align differently as submenu, even if they are submenu items.

Please make sure that you have edited the CSS file as shown above, since this is really the correct way to push the section a bit further.