Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...ddr menuddr menu
Previous
 
Next
New Post
10/23/2016 7:22 PM
 

If we have a content pane with a DDR menu, it it possible to have the content show first and menu below that? 

If  you use:
<div id="sidebarPane" runat="server" class="sidebarPane col-md-4"> <div class="hidden-xs hidden-sm"> <dnn:MENU ID="Siblings" runat="server" MenuStyle="Siblings" NodeSelector="-1"></dnn:MENU> </div> </div> If you put an html module in the SidebarPane, the content of the html module is below the menu.

Is there anyway to create this so any module in the Pane is created first? Or for dnn:Menu to create at bottom? It would be easy if the DDR menu was a module rather than a Skin Object?

 

 
New Post
10/23/2016 9:57 PM
 
Why don't you just do this (put the pane inside your side bar):

<div class="sidebarPane col-md-4">
    <div id="sidebarPane" runat="server"></div>
    <div class="hidden-xs hidden-sm">
        <dnn:MENU ID="Siblings" runat="server" MenuStyle="Siblings" NodeSelector="-1"></dnn:MENU>
    </div>
</div>

 
New Post
10/24/2016 2:43 AM
 

I have done this for side bar and it works. However, I was really trying to do this:

Left pane 8 column, side bar 4 column

Now I have the side bar as you suggest, however, when you also do this to Left, either the left menu is above the Left pane, rather than below or both side bar panes go below both Left panes.

I have this exact same thing on several HTML sites (non-DNN) and it works fine.

So what I want is both the 8 columns to be below each other and both 4 columns beside that. The content length of SB may not be as long as Left.

The top left and top sidebar line up (rows). Not quite sure why that won't work in DNN.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...ddr menuddr menu


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out