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, ...Issues with DNN's UI when making my own Skin.Issues with DNN's UI when making my own Skin.
Previous
 
Next
New Post
4/19/2017 9:14 AM
 

I'm attempting to create a completely new skin using html, css, javascript, and some bootstrap. Everything was going well and it looks just like how I wanted it to. However, the Edit-Bar of the admin UI disappeared and after rolling back to a point where I could find it, the Module Selection box was about 800 pixels lower than it was supposed to be, causing it to be off-screen and un-usable.  

The Module Selection box seems to be pushed down by my navigation bars and I'm still trying to find the cause of my missing Edit-Bar.  

 
New Post
4/19/2017 7:09 PM
 

If you are using a fixed top Bootstrap menu, add this:

css - //DNN admin menu

#ControlBar { //DNN7

        height: 53px !important;

}

.navbar-fixed-top.admin {

        top: 53px;

        z-index: 9;

and js

if ($('form').hasClass('showControlBar')) $('.navbar-fixed-top').addClass('admin');  


 
New Post
4/20/2017 1:49 AM
 

jQuery was causing the error, I didn't include it properly.  

This helped me fix mostly everything: http://www.dnnsoftware.com/wiki/jquery

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Issues with DNN's UI when making my own Skin.Issues with DNN's UI when making my own Skin.


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