Hello,
latest members and lastest photos module for jomsocial no works in joomla 3.3
Is posssible this modules works 100% equal in joomla 3.3, i try same configuration and photos is oversized
(sorry for my english, i´m spanish)
dziudek wrote:Hello,
Could you provide an URL to your website?
/* JS Members with widelayout suffix */
.widelayout #latest-members-nav.app-box-filter {
margin: -58px 0 9px;
font-size: 0;
float: right;
}
.widelayout #latest-members-container .bottom-gap {
width: 74px;
}
.widelayout #latest-members-container .bottom-gap .cAvatar {
display: block;
float: left;
height: 74px;
position: relative;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
width: 74px;
}
.widelayout #latest-members-container .bottom-gap {
margin: 6px;
}
.widelayout #latest-members-container .bottom-gap a {
background: #272727;
display: block;
position: relative;
}
.widelayout #latest-members-container .bottom-gap a:hover:after,
.widelayout #latest-members-container .bottom-gap a:hover:before {
background: #fff;
content: "";
display: block;
position: absolute;
z-index: 2;
}
.widelayout #latest-members-container .bottom-gap a:hover:after {
height: 46px;
left: 37px;
top: 14px;
width: 1px;
}
.widelayout #latest-members-container .bottom-gap a:hover:before {
height: 1px;
left: 14px;
top: 37px;
width: 46px;
}
.widelayout #latest-members-container {
margin: 0 -6px 10px -6px;
}
.widelayout #latest-members-container .bottom-gap a:hover img {
opacity: 0.5; filter: alpha(opacity=50);
}