jomsocial template issues

GK User
Fri Feb 17, 2012 12:41 am
Please see the attached images for TWN II's jomsocial template issues.
User avatar
Senior Boarder

GK User
Fri Feb 17, 2012 12:44 am
Three more images.
User avatar
Senior Boarder

GK User
Fri Feb 17, 2012 12:45 am
Hi

Can you show me your website?
From what i can see in your screenshot's you are not using the last theme files or some files are missing.
If you want send me admin access (send me PM)
User avatar
Platinum Boarder

GK User
Fri Feb 17, 2012 1:20 am
1 more.

http://www.teacherresourcemanual.com

I'll PM you admin access.

I downloaded and installed the jomsocial them on 2/13 at 4:00PM.

Thanks.
User avatar
Senior Boarder

GK User
Fri Feb 17, 2012 1:46 am
Please send me FTP access
User avatar
Platinum Boarder

GK User
Sun Feb 19, 2012 2:20 am
Ok, I redownloaded the rest files. Everything looks good now except the recent activities (first activity does not display full width), the members online "Online" image is grossly misaligned too high, and friend request "Remove" button displays is the same spot no matter which member is being hovered.

www.teacherresourcemanual.com
user: test
pass: test

Thanks.
User avatar
Senior Boarder

GK User
Sun Feb 19, 2012 7:45 pm
Seichinha, my private messages to you are not sending successfully. Submitted messages after composing or replying are appearing in my Outbox and not sending. How might I get you my ftp and admin info and other news?

Thanks, Eric.
User avatar
Senior Boarder

GK User
Tue Feb 21, 2012 3:07 am
Hi again

Sorry about the delay.
I've been off last 2 days.

Please open ../components/com_community/templates/gk_style/css/gk_style.stream.css

find this line:
Code: Select all
#community-wrap .activity-stream-front {margin-top: 30px!important}

replace with
Code: Select all
#community-wrap .activity-stream-front {display: inline-block;}


About the other issue, can you place here some screenshot, so i can identify more faster?

Cheers
User avatar
Platinum Boarder

GK User
Tue Feb 21, 2012 3:22 am
Thanks, worked well. The support at Gavick has been great.
User avatar
Senior Boarder

GK User
Tue Feb 21, 2012 3:39 am
About the first screenshot, please add this line on ../components/com_community/templates/gk_style/css/gk_style.old.css

Code: Select all
.mini-profile-details {position: relative;}


On same file, find this fragment:

Code: Select all
#community-wrap .icon-online-overlay,
#community-wrap .icon-offline-overlay {
   height: 16px;
   line-height: 16px;
   padding: 0 5px 0 10px;
   position: absolute;
   right: 0;
   top: 7px;
   font-size: 10px;
   font-weight: 700;
   color: #fff;
   text-transform: uppercase;
   background: transparent url(../images/online.png) no-repeat 0 0;
}


replace with

Code: Select all
#community-wrap .icon-online-overlay,
#community-wrap .icon-offline-overlay {
   height: 16px;
   line-height: 16px;
   padding: 0 5px 0 10px;
        position: absolute;
   right: 0;
   top: 0;
   font-size: 10px;
   font-weight: 700;
   color: #fff;
   text-transform: uppercase;
   background: transparent url(../images/online.png) no-repeat 0 0;
}


Let me check the other...
User avatar
Platinum Boarder

GK User
Tue Feb 21, 2012 3:49 am
For the last screenshot, on same page please add this code:

Code: Select all
#community-wrap .mini-profile.jsFriendList {position: relative}
#community-wrap .mini-profile.jsFriendList .icon-online-overlay,
#community-wrap .mini-profile.jsFriendList .icon-offline-overlay  {margin: 12px 25px 0 0}   


I suppose this fix the problems ;)
User avatar
Platinum Boarder

GK User
Tue Feb 21, 2012 4:28 am
Thanks, perfect fixes.
User avatar
Senior Boarder


cron