Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • slepoy Friend
    #185252

    Hello. 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:
    demo

    I can provide FTP / Admin acces if it nessesery.

    Thanks for help.


    1. Private-settings-conflict
    2. toolbar-conflict
    HeR0 Friend
    #484437

    Hi 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 Friend
    #484482

    Thanks 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 Friend
    #484521

    Could you provide a sceenshot?
    <blockquote>You may login as demo/demo (Eng. language), open video page and edit it.</blockquote>

    slepoy Friend
    #484635

    Please 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.


    1. Private-settings-conflict
    HeR0 Friend
    #484678

    Hi 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

Viewing 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