Jomsocial user profile issues

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Sat Oct 27, 2012 4:41 pm
Hello,

I have some issues with Jomsocial views.

Yourshop latest version
J 2.5.7
Jomsocial:2.6.2

1.- Profile view with white space.
profile-user-layout-jomsocial.JPG


2.-Edit profile with text over text.
edit-profile-text-over.JPG


3.- Change profile pictura without alingment.
change-profile-picture.JPG


4.- Preferences with text over text. (Same that edit profile)


Please see attached images.

I will appreciete your help on this.

Regards.
User avatar
Fresh Boarder

teitbite
Mon Oct 29, 2012 10:38 am
Hi

This template has no Joomsocial style, so please tell me the accurate link to pages where I can see problems and I'll give You some fixes to it.
User avatar
Moderator

GK User
Mon Oct 29, 2012 10:44 am
Hello,

The url is: http://www.tuxpan.info/red-social

Thank's for your help!
User avatar
Fresh Boarder

teitbite
Mon Oct 29, 2012 4:53 pm
Hi

Please send me some dummy user access and give me an exact link to each problem, sorry, but I cannot navigate not knowing site language :(
User avatar
Moderator

GK User
Mon Oct 29, 2012 5:14 pm
Hi Teibite,

I already sent links and user access.

Thanks!
User avatar
Fresh Boarder

teitbite
Wed Oct 31, 2012 12:29 pm
Hi

I've found Your mail. But all links goes into login page. I cannot register because I do not know Your language. Please make me a dummy user account, so I'll be able to see pages with errors.
User avatar
Moderator

GK User
Thu Nov 01, 2012 1:02 am
Hi Antoniosan,

For the 2nd and 3rd you can fix as below:

- Open override.css

- Find:
Code: Select all
#gkComponent ul li {
margin-left: 25px;
}


- Change to:
Code: Select all
#gkComponent ul li {
margin-left: 0;
}


- Add more:

Code: Select all
#community-wrap.cProfile .cPreferences .cProfile-PrefNav{
width: 220px;
}
#community-wrap.cProfile .cPreferences .cProfile-PrefContainer{
margin-left: 220px;
}
User avatar
Platinum Boarder

GK User
Thu Nov 01, 2012 1:08 am
Add this code to fix the issue with profile page:
Code: Select all
#community-wrap .profile-info{
float:left;
}
User avatar
Platinum Boarder

GK User
Thu Nov 01, 2012 7:01 pm
Thank you very much Don,

It's fixed :-)

(Thanks to you too Teibite for your attention).

Regards!
User avatar
Fresh Boarder


cron