No menu

linosi / 2014-02-01 22:17:12   

Hello,
I would like ti have a simple page with no menu.
How can i get rid of the menu of the left ?
Thank you !
Cyril

arsondpi / 2014-02-01 23:51:55   

Hello - and how would you navigate if there's no menu?

linosi / 2014-02-03 00:11:08   

hello !
I would not need to navigate.
It would be a simple single page
With external links and several internal link on this same page.
Thanks

arsondpi / 2014-02-03 08:43:12   

Oh ok - first you should know that coding skills are needed for this.
You'll need to adjust things in style.css and work on your index.php page.
To be more precise the index is represented in the following lines:

  1. <div id='index'>
  2. <div class='container'>
  3. <div class='top'>{{obj_itop}}</div>
  4. <plugin:index:load_index />
  5. <div class='bot'>{{obj_ibot}}</div>
  6. <last:page:append_index />
  7. </div>
  8. </div>

So I suppose I would backup everything in my site, delete these lines and adjust style.css to the needs of the layout.
Then the main page would use the Visual Index format with section (or all) as media source.
I hope this gives you a headstart.

linosi / 2014-02-08 23:12:10   

Perfect,
Thank you very much

This thread has been closed, thank you.