Forum
Welcome, Guest
Please Login to access forum.
Re:Data Sources Mindmap SCK & columns (1 viewing) 
Go to bottom
TOPIC: Re:Data Sources Mindmap SCK & columns
#4896
John Dagelmore
Admin
Posts: 3873
User Online Now
Re:Data Sources Mindmap SCK & columns Karma: 84  
There is not a way to render it in this way, however there are a couple of possible workarounds.

The first one is using CSS to rework the layout using floating boxes as below:

#jmap_sitemap div.jmapcolumn>ul {
width: 100% !important;
}
#jmap_sitemap ul.treeview>li>ul>li {
float: left;
margin: 10px;
}

The second one is creating additional and multiple menu with alias menu items poiting to the main menu and use them in the sitemap to have multiple menus and columns.

By default Joomla menu are synced automatically and can't be duplicated.

Cheers,
John
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
    thread link
Data Sources Mindmap SCK & columns
John Sippel
    thread link
thread linkthread link Re:Data Sources Mindmap SCK & columns
John Dagelmore
    thread link
thread linkthread link Re:Data Sources Mindmap SCK & columns
John Sippel
Go to top