-
AuthorPosts
-
April 15, 2011 at 9:19 am #162817
Hello,
I have a small problem, I’ve edited my Ja social layout and have deleted topbar et cp panel and top panel
However, the block is still appearing (see attachement).
How can I avoid this block to appear ?Thanks a lot in advance for your help
Zemickeyman
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
April 15, 2011 at 10:45 am #386539Change this::
#ja-topbar {template.css (line 411)
background: url(“../images/header-bg2.gif”) repeat scroll 0 0 transparent;
border-bottom: 1px solid #2985A8;
color: #BAE1EF;
font-size: 11px;
position: absolute;
top: 0;
z-index: 16;
}to
#ja-topbar {template.css (line 411)
background: url(“../images/header-bg2.gif”) repeat scroll 0 0 transparent;
border-bottom: 1px solid #2985A8;
color: #BAE1EF;
display: none;
font-size: 11px;
position: absolute;
top: 0;
z-index: 16;
}and then, remove this property::
#ja-header {template.css (line 333)
border-top: 1px solid #4FAED2;
margin-top: 29px; >> remove
z-index: 13;
}1 user says Thank You to aman204 for this useful post
April 17, 2011 at 9:20 am #386722thanks a lot for your answer.
I will try as soon as possible…Zemickeyman
September 22, 2011 at 12:14 pm #414295It worked for me. Great!
mtense Friendmtense
- Join date:
- May 2011
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
April 18, 2012 at 3:29 pm #448920I had to also do the following in mod_jatoppanel.css
#ja-top-panel {
z-index: 16;
position: relative;
/* top: 30px; */ /* removed */
}AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 4 voices, and was last updated by mtense 12 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how to completetly delete top bar
Viewing 5 posts - 1 through 5 (of 5 total)