Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • frold Friend
    #175357

    When I post a new status the loader is placed here:

    See picture.

    The loader is located at the profile thumbnail.

    [/URL]

    frold Friend
    #445525

    I use Joomla 2.5.3
    I use JomSocial 2.4.3
    I use JA Social 2.5.2

    This is when I use the ja_social template in JomSocial templates settings

    [/URL]

    This is when I use the default template in JomSocial templates settings

    [/URL]

    khoand Friend
    #445545

    Could you give me username+password of your backend and ftp? I will check it.

    frold Friend
    #445556

    I did send you a private msg

    khoand Friend
    #445571

    You replace the code from /components/com_community/templates/ja_social/css/style.old.css

    #community-wrap .community-status .creator-actions {
    padding-top: 5px;
    }

    with


    #community-wrap .community-status .creator-actions {
    padding-top: 5px;
    position: relative;
    }

    replace

    #community-wrap .community-status .creator-loading {
    background: url("../images/mini-loader.gif") no-repeat scroll 0 50%;
    display: none;
    height: 18px;
    left: 40px;
    position: absolute;
    top: 10px;
    width: 50px;
    }

    with

    #community-wrap .community-status .creator-loading {
    background: url("../images/mini-loader.gif") no-repeat scroll 0 50%;
    display: none;
    height: 18px;
    position: absolute;
    width: 50px;
    right: 40px;
    top: 7px;
    }

    To fix “Medlemmer”, you replace

    #community-wrap .js_PriContainerLarge .js_dropDownMaster dt {

    }
    with


    #community-wrap .js_PriContainerLarge .js_dropDownMaster dt {
    text-indent: 0;
    min-width: 100px;
    }

    frold Friend
    #445575

    Thanks – did the job!!

    frold Friend
    #445576

    Btw Did I do somethings wrong or is it a general bug?

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  frold 12 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum