Hello,

It would be nice if Titan would support dropdown menues or another way to have multi-level menues.

Jochen

CommentFileSizeAuthor
#2 titan_mac.png113.74 KBdawsonhunter
#2 titan_win7.png71.28 KBdawsonhunter

Comments

jarek foksa’s picture

Status: Active » Fixed

In revision 1.1 I added "Header menu" region. Menu blocks assigned to this region will show up as drop-down menus: screenshot.

dawsonhunter’s picture

Version: 7.x-1.0 » 7.x-1.3
Category: feature » task
Status: Fixed » Needs work
Issue tags: +IE, +Firefox, +safari, +Chrome, +drop-down menu, +modern browsers
StatusFileSize
new71.28 KB
new113.74 KB

It seems that the drop down menus are not working. I've included screenshots for Mac and Windows using Chrome, Firefox, Safari, and IE. Oddly enough, the menus work fine in IE.

Ludwig’s picture

Hi dawsonhunter

I had this "problem" but it turned out that I had not set the menu items to "expanded"
i.e. go to: Structure: Menus: Main Menu: List Links: Home - or whatever menu is acting up
then choose Edit: then set as Expanded.

Hope that helps:-)

dawsonhunter’s picture

Status: Needs work » Closed (works as designed)

Thanks Ludwig! Works like a charm now!

jarek foksa’s picture

Title: Drop-Down menu » Header menu items are misaligned when "expanded" option is disabled
Status: Closed (works as designed) » Active

Let's keep this issue open as collapsed menu items should not be misaligned.

jarek foksa’s picture

The code that is causing the problem is in base.css:

ul li.collapsed:after {
  content: "›";
  padding-left: 5px;
  font-size: 14px;
}
dcal’s picture

Thank you for giving us the solution,
This is correct by removing this part of code file base.css
and thank you for your work in general