Jump to content

Nu Merg Avatarele .gif (Animate). Rezolvare?


Go to solution Solved by Twilight,

Recommended Posts

Posted

Salut! Chiar daca am activat optiunile pentru a putea uploada avatare animate ele tot statice sunt! Am dezactivat gravavatar alea. Am dat enable la avatare gif! Tot statice sunt. Folosesc tema Ecila versiunea mai noua! (scuze de gramatica sunt de pe telefon ) Help me!

Daca ti-am fost de ajutor la acest topic apeasa pe FhiZsPe.png

Posted

Deja cred ca este din cauza tmei, deoarece si eu am facut toate setarile posibile cu aceasta tema is tot nu mergeau. vezi, cu tema default merg?

Posted

 

/* GENERAL CONTENT */

 
/* .ipsUserPhoto {
padding: 1px;
border: 1px solid #505050;
background: #202020;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
 
.ipsUserPhotoLink:hover .ipsUserPhoto {
border-color: #656565;
}
 
.ipsUserPhoto_variable { max-width: 155px; }
.ipsUserPhoto_large { max-width: 90px; max-height: 90px; }
.ipsUserPhoto_medium { width: 50px; height: 50px; }
.ipsUserPhoto_mini { width: 30px; height: 30px; }
.ipsUserPhoto_tiny { width: 20px; height: 20px; }
.ipsUserPhoto_icon { width: 16px; height: 16px; } */
 
.ipsUserPhoto {
-webkit-border-radius: 2px;
border-radius: 2px;
}
 
a.userNavPhoto:hover,
.ipsUserPhotoLink:hover .ipsUserPhoto {
opacity: 0.8;
}
 
.ipsUserPhoto_variable { max-width: 155px; }
.ipsUserPhoto_large { max-width: 94px; max-height: 94px; }
.ipsUserPhoto_medium { width: 54px; height: 54px; }
.ipsUserPhoto_mini { width: 34px; height: 34px; }
.ipsUserPhoto_tiny { width: 24px; height: 24px; }
.ipsUserPhoto_icon { width: 20px; height: 20px; }
 
a.ipsUserPhotoLink, a.userNavPhoto{ position: relative; }
.author_info a.ipsUserPhotoLink,
#friends_overview a.ipsUserPhotoLink,
.friend_list a.ipsUserPhotoLink,
#message_table .col_m_photo a.ipsUserPhotoLink,
.vcard a.ipsUserPhotoLink,
#search_results a.ipsUserPhotoLink,
.ipbfs_titlebox a.ipsUserPhotoLink,
.col_n_photo a.ipsUserPhotoLink,
#chatters-online a.ipsUserPhotoLink{ display: inline-block; }
 
.ipbfs_titlebox a.ipsUserPhotoLink{ float: left; }
 
a.ipsUserPhotoLink.ipsPad_half{ padding: 0 !important; margin: 4px; }
 
a.userNavPhoto:after,
a.ipsUserPhotoLink:after{
content: "";
position: absolute;
z-index: 1;
top: 0px; left: 0px; right: 0; bottom: 0;
-webkit-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
-moz-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
}

Daca ti-am fost de ajutor la acest topic apeasa pe FhiZsPe.png

  • Solution
Posted

Schimba cu:

/* GENERAL CONTENT */

/* .ipsUserPhoto {
    padding: 1px;
    border: 1px solid #505050;
    background: #202020;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
    
    .ipsUserPhotoLink:hover .ipsUserPhoto {
        border-color: #656565;                
    }

    .ipsUserPhoto_variable { max-width: 155px; }
    .ipsUserPhoto_large { max-width: 90px; max-height: 90px; }
    .ipsUserPhoto_medium { width: 50px; height: 50px; }
    .ipsUserPhoto_mini { width: 30px; height: 30px; }
    .ipsUserPhoto_tiny { width: 20px; height: 20px;    }
    .ipsUserPhoto_icon { width: 16px; height: 16px;    } */

.ipsUserPhoto {
     //-webkit-border-radius: 0px;
    //border-radius: 0px;
        border: 1px solid #2c2c2c;
        //box-shadow: 0 0 0 1px #000000;
        -o-transition:.25s;
        -ms-transition:.25s;
        -moz-transition:.25s;
        -webkit-transition:.25s;
        transition:.25s;
}

    a.userNavPhoto:hover,
    .ipsUserPhotoLink:hover .ipsUserPhoto {
        opacity: 0.75;
        /*transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);
        -webkit-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);
        -moz-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);
        -o-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);
        -ms-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);*/
    }

    .ipsUserPhoto_variable { max-width: 155px; }
    .ipsUserPhoto_large { max-width: 94px; max-height: 94px; }
     .ipsUserPhoto_medium { width: 54px; height: 54px; }
    .ipsUserPhoto_mini { width: 34px; height: 34px; }
    .ipsUserPhoto_tiny { width: 24px; height: 24px;    }
    .ipsUserPhoto_icon { width: 20px; height: 20px;    }
    
a.ipsUserPhotoLink, a.userNavPhoto{ position: relative; }
.author_info a.ipsUserPhotoLink,
#friends_overview a.ipsUserPhotoLink,
.friend_list a.ipsUserPhotoLink,
#message_table .col_m_photo a.ipsUserPhotoLink,
.vcard a.ipsUserPhotoLink,
#search_results a.ipsUserPhotoLink,
.ipbfs_titlebox a.ipsUserPhotoLink,
.col_n_photo a.ipsUserPhotoLink,
#chatters-online a.ipsUserPhotoLink{ display: inline-block; }

.ipbfs_titlebox a.ipsUserPhotoLink{ float: left; }

a.ipsUserPhotoLink.ipsPad_half{ padding: 0 !important; margin: 4px; }

a.userNavPhoto:after,
a.ipsUserPhotoLink:after{
    content: "";
    position: absolute;
    z-index: 1;
        margin-right: 0px;
    top: 0px; left: 0px; right: 0; bottom: 0;
    /* -webkit-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
    -moz-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
    box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px; */
    pointer-events:none;
}

a.userNavPhoto:after,
a.ipsUserPhotoLink:after{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

Si la setarile grupurilor in:

AdminCP > Members > Member Groups > Manage Member Groups > alegi grupul dorit > tab-ul Global

Mai jos undeva ai:

Uploading

Si la fiecare grup fa-i ca in poza de mai jos:

 

7IWCcP2.png

 

Adica..

 

La:

Global Upload Limit

Pune:

-1

si procedezi la toate grupurile la fel.. la Uploading pui ca in poza si apoi gif-urile o sa-ti mearga negresit.. :) succes

  • Upvote 1
Posted

frate ma crezi ca nu merge?

 

Ai incercat ce am zis eu?!.. stiu ca mai demult cineva avea aceeasi problema ca si tine..

Vezi si asta:

 

PS: Daca nu merge :-? hmm nu am idee ..

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.