Lastest photos and latest members

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Sep 04, 2014 6:33 pm
Reply with quote
Report this post
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)

membres.jpeg


photos.jpeg
User avatar
Fresh Boarder

GK User
Sun Sep 07, 2014 4:26 pm
Reply with quote
Report this post
Hello,

Could you provide an URL to your website?
User avatar
Administrator

GK User
Sun Sep 07, 2014 7:53 pm
Reply with quote
Report this post
Yes I have noticed the same thing with who's online module. Also, I posted last week a piece on GK Jomsocialfeed not working after installation? Others have said that this product is not compatible with the latest Jomsocial. Can you also confirm this? I've spent the last two weeks trying to get this work and it's really frustrating.
User avatar
Fresh Boarder

GK User
Wed Sep 10, 2014 11:50 am
Reply with quote
Report this post
http://separadosydivorciados.es/

latest photos only gets photos of superuser, latest members works bad


dziudek wrote:Hello,

Could you provide an URL to your website?
User avatar
Fresh Boarder

GK User
Thu Sep 11, 2014 11:52 am
Reply with quote
Report this post
Regarding the latest members issue - please add in your css/gk.stuff.css file the following code:

Code: Select all
/* 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);
}


Regarding the gallery issue - please contact with JomSocial support - we are not overriding this module in our template, so the loading issue must be connected with its code.
User avatar
Administrator

GK User
Thu Sep 11, 2014 3:22 pm
Reply with quote
Report this post
Thanks, problem with latest members is solved
User avatar
Fresh Boarder


cron