Hi there
Trying to use Creativity v 3.10 to have a menu with 2 columns.
Here is what I do (as a simple example): -
MyList (set columns=2)
-| Countries (set group=Y)
--| America
--| UK
-| Cities (set group=Y)
--| London
--| New York
When the mouse hovers over "MyList, the menu renders. However, it shows a panel large enough for 2 columns, but displays both Countries & Cities groups in a single column on the left. It doesn't shift "Cities" over to the second column.
Tried a few variations (setting Subcontent=Position & using menu1/menu2 but this doesnt do anything). Tried looking at the documentation and searching forums but there doesnt seem any explicit instructions/help available.
Curiously, if you do the below, then Cities renders correctly in the second column (although Cardiff dangles below and there is an extra/unwanted column): -
MyList (set columns=3)
-| Countries (set group=Y)
--| America
--| UK
-| Cities (set group=Y)
--| London
--| New York
-| Cardiff (!Note this parent is MyList, not Cities!)
Used chrome/inspect element and the html/DOM elements seem to look very similar in both cases. Checked out the lib/menu/GKMenu.php & GKBase.class.php source code but nothing seems obvious. Also, mouseover functions look the same, so not quite sure where it is left/right positioning the text.
This is an internal website at the moment, so cannot provide login details.
Does anyone have any idea of why this isnt working ?
It should be quite simple when you look at the example on http://demo.gavick.com/ but having checked the mouseover on the "MEN" menu item it looks different.