Goodevening,

I have already a working Bootstrap login screen and a new Bootstrap layout 
Plugin template working but ...
I am struggeling to get the sidebar working with response.menu and my main 
problem is to get the classes and styling correct.

Think that has to do with the standard class which response.menu invokes .

Can someone help me to get this working ?
In the code below i would like to incorporate the response.menu but keep 
the classes and styling of the existing menu.

example side-bar menu:

          <!-- sidebar menu -->
          <div id="sidebar-menu" class="main_menu_side hidden-print 
main_menu">
            <div class="menu_section">
              <h3>General</h3>
              <ul class="nav side-menu">
                <li><a><i class="fa fa-home"></i> Home <span class="fa 
fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="form.html">General Form</a>
                    </li>
                    <li><a href="form_advanced.html">Advanced Components</a>
                    </li>
                    <li><a href="form_validation.html">Form Validation</a>
                    </li>
                    <li><a href="form_wizards.html">Form Wizard</a>
                    </li>
                    <li><a href="form_upload.html">Form Upload</a>
                    </li>
                    <li><a href="form_buttons.html">Form Buttons</a>
                    </li>
                  </ul>
                </li>
            etc

Steve

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to