We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

The menubar is incorrect | Forum

Anton
Anton Oct 10 '19
Hello Oxwallers! 

I do have a problem with my menubar for Star Media Project the music community: when I access "customize dashboard" as admin, the menubar needs to be fixed in the header, because the the menu text is outside.

Anyone know how to fix it? 


Marcus
Marcus Oct 10 '19
Pls share url of the affected page. It's css issue
Anton
Anton Oct 10 '19

Here it is: 

h1 {

color:#000000;

}

.ow_header {

    display:none;

}

a {

color:#5B646A;

}

a:hover {

color:#3399FF;

text-decoration: underline;

}

.ow_site_panel {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 70px;

    background: #000000;

    z-index: 99;

}

.ow_main_menu li a {

    color: #666666; /** OW_Control type:color, key:menuColor, section:2. Colors, label:4. Menu text color **/

    display: inline-block;

font-size: 15px;

    padding: 0 1vw;

    text-decoration: none;

text-transform: uppercase;

font-weight: normal;

}

.ow_main_menu li a span {

line-height: 70px;

display: inline-block;

    color:#3399FF;

}

.ow_page_container {

width: 960px;

margin: 0px auto 16px;

}

html body div .ow_mild_green,

span.ow_blitem.ow_mild_green input[type=submit],

span.ow_blitem.ow_mild_green input[type=button],


.ow_bl a.ow_mild_green:hover {

color: #3399FF;

}

.ow_context_action_list a:hover {

    text-decoration: none;

    background: #3399FF;

    color: #FFF;

}

.ow_canvas {

margin: 0 auto;

width: 960px;

word-wrap: break-word;

}

.ow_footer {

        padding:0px 0px;

background: #E5E5E5;

height: 106px;

position: relative;

margin-top: -99px;

clear: both;

}

.ow_footer .ow_canvas {

width: 960px;

}

Anton
Anton Oct 10 '19
And here is the URL for the page: https://www.starmediaproject.com/index/customize.
The Forum post is edited by Anton Oct 10 '19
Marcus
Marcus Oct 10 '19
Upon inspection of your site all seems to be where it suppose to be. Now since your reffering to pages only accesible by admin there is not much we can do about it. My advice is to use firebug or equivalent to sort this issue out. 
The Forum post is edited by Marcus Oct 10 '19
dave Leader
dave Nov 7 '19
Safety tip - You should never reveal your username to the public in displaying your error message, just copy and paste the message into notepad and do a global replace with xxxx
Anton
Anton Nov 8 '19

Quote from dave Safety tip - You should never reveal your username to the public in displaying your error message, just copy and paste the message into notepad and do a global replace with xxxx
So sorry, I were stupid to not censor the text. 

Thanks for the heads up! 

Anton
Anton Nov 8 '19
So what I found was a plugin in the customization for were it says undefined. 

I will send you a screenshot later today.

Anton
Anton Nov 9 '19
Here is the screenshot:
Anton
Anton Nov 9 '19
Here:
The Forum post is edited by Anton Nov 9 '19
Anton
Anton Nov 9 '19
And last one here: 
dave Leader
dave Nov 9 '19
What exactly are we looking for in the screen shots, please let us know what is wrong with the output by circling the area or put an error to it...   i did see the undefined, is that the only thing?   thanks 
The Forum post is edited by dave Nov 9 '19
Anton
Anton Nov 10 '19
Yes, I believe that is the error for the dashboard when you customize it.
Anton
Anton Dec 5 '19
Looks like the problem is not solved unforently. have fixed the plugin which I thought it caused the menu, but no. It wasn't. Do you guys need screenshots for the CSS-file?
Anton
Anton Dec 19 '19
Alright, if I want to disable "Customize your page" on the index page once you have logged in, do you know how to disable it? I am trying to look after ow simplicity base_index_page_customize.