-
AuthorPosts
-
slepoy Friend
slepoy
- Join date:
- January 2013
- Posts:
- 103
- Downloads:
- 10
- Uploads:
- 67
- Thanks:
- 19
- Thanked:
- 7 times in 5 posts
February 24, 2013 at 5:13 pm #185252Hello. I just updated JomSocial to latest 2.8.3 version and noticed some conflicts with Ja Elastica template or JA T3 Framework (I don’t know).
People say <blockquote>It’s most likely a css issue in your joomla theme.. not jomsocial</blockquote><blockquote>Check your themes css file and look for “ul li”.. if there is overflow:hidden – delete it or uncomment it. That worked for me :)</blockquote>I’m not sure that JomSocial’s developer can help with it.Problem 1:
Private settings dropdown doesn’t open.Problem 2:
Toolbar dropdown menu doesn’t open.Site:
http://crimson-land.ru/community.html
login/pass:
demoI can provide FTP / Admin acces if it nessesery.
Thanks for help.
-
HeR0 Friend
HeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
February 25, 2013 at 10:30 am #484437Hi Slepoy,
In file components/com_community/templates/crimson/css/style.css
#community-wrap .cResetList, #community-wrap .cResetList li {
list-style: none;
list-style-image: none;
line-height: inherit;
background: 0;
border: 0;
clear: none;
float: none;
display: block;
width: auto;
height: auto;
position: static;
padding: 0;
margin: 0;
}
replace it to
#community-wrap .cResetList, #community-wrap .cResetList li {
list-style: none;
list-style-image: none;
line-height: inherit;
background: 0;
border: 0;
clear: none;
float: none;
display: block;
width: auto;
height: auto;
position: static;
padding: 0;
margin: 0;
overflow: visible;
}Find
#community-wrap .cToolBar .cHas-Childs ul li {
border: 1px solid #4f661d
border-top: 0;
}
replace it to
#community-wrap .cToolBar .cHas-Childs ul li {
border: 1px solid #4f661d
border-top: 0;
overflow: visible;
}Hope this help!
slepoy Friendslepoy
- Join date:
- January 2013
- Posts:
- 103
- Downloads:
- 10
- Uploads:
- 67
- Thanks:
- 19
- Thanked:
- 7 times in 5 posts
February 25, 2013 at 6:38 pm #484482Thanks You very much!
It helped to solve Problem 2 with Toolbar dropdown menu.Can You help me to fix Problem 1:<blockquote>Private settings dropdown doesn’t open.</blockquote>You may login as demo/demo (Eng. language), open video page and edit it.
Thanks.HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
February 26, 2013 at 3:28 am #484521Could you provide a sceenshot?
<blockquote>You may login as demo/demo (Eng. language), open video page and edit it.</blockquote>slepoy Friendslepoy
- Join date:
- January 2013
- Posts:
- 103
- Downloads:
- 10
- Uploads:
- 67
- Thanks:
- 19
- Thanked:
- 7 times in 5 posts
February 26, 2013 at 7:06 pm #484635Please login, go to the
http://crimson-land.ru/community/videos/7840-demo/video/6988-society-the-horror-1989-un-film-di-brian-yuzna.html
and press “Edit” button. You’ll see:Thanks.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
February 27, 2013 at 4:25 am #484678Hi Slepoy,
Open file components/com_community/templates/crimson/css/style.css
Find
body #cWindow .cFormList>li {
display: inline-block;
position: relative;
width: 100%;
}
Replace it to
body #cWindow .cFormList>li {
display: inline-block;
overflow: visible;
position: relative;
width: 100%;
}Regards
1 user says Thank You to HeR0 for this useful post
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by HeR0 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum