CSS Problem on privacy settings

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sat Jan 28, 2012 12:08 am
Hi,

Is it possible to get a solution to this problem :

bug.png


The titles of privacy settings are hidden behind the locker.

Thanks
User avatar
Junior Boarder

GK User
Sat Jan 28, 2012 5:49 am
Hi,

Can you please provide me a link and an account to see the issue then I can know how to fix it?
User avatar
Platinum Boarder

GK User
Sat Jan 28, 2012 1:40 pm
Hi,

You can login with :
//edit
username : ********
password : ********

A link for the first issue :

http://www.tiwisport.com/index.php?opti ... Itemid=172

There is an other issue here :

222.png


A link for the second issue :

http://www.tiwisport.com/index.php?opti ... Itemid=172

The radio button is hidden.

Thanks.
User avatar
Junior Boarder

GK User
Sat Jan 28, 2012 1:49 pm
Never give out passwords to the public, for safety reasons. You can do it via PM.
User avatar
Platinum Boarder

GK User
Sat Jan 28, 2012 3:31 pm
For the first issue, add this code to override.css (with CSS override mode enabled in template setting):
Code: Select all
body #community-wrap .label, body #cWindow .label{
text-align: left !important;
}
User avatar
Platinum Boarder

GK User
Sat Jan 28, 2012 3:33 pm
Use this code to fix the second issue:
Code: Select all
#community-wrap .cForms label{
text-align: left !important;
}
User avatar
Platinum Boarder

GK User
Sat Jan 28, 2012 5:24 pm
Problem solved

Thanks ! ;)
User avatar
Junior Boarder

GK User
Mon Jan 30, 2012 10:20 am
You are welcome. Feel free to let me know if you need any other helps.

Have a nice day!
User avatar
Platinum Boarder

GK User
Mon Jan 30, 2012 11:10 am
Don Lee wrote:You are welcome. Feel free to let me know if you need any other helps.

Have a nice day!


Hi !

I found an other bug. Please see on the screen capture below. I think you have the credentials for the website. Thanks again !

css bug.png
User avatar
Junior Boarder

GK User
Mon Jan 30, 2012 2:18 pm
Can you send me some message to account "Don Lee" then I will have an item in my Inbox to see the issue?
User avatar
Platinum Boarder

GK User
Mon Jan 30, 2012 2:30 pm
Don Lee wrote:Can you send me some message to account "Don Lee" then I will have an item in my Inbox to see the issue?


Message sent to you on the website.
This showed me an other problem by the way ! When I've sent you the email the window which says "message sent" still show me the 2 buttons "send" (ENVOYER) and "cancel" (ANNULER) which are supposed to disappear after i send the message. You can see that on this screen capture :

problem2.png


Thanks !
User avatar
Junior Boarder

GK User
Mon Jan 30, 2012 2:51 pm
Same thing when you add someone as a friend.
The window which said : "Your request has been sent" has the 2 buttons which are supposed to be disapeared, Weird.

problem3.png
User avatar
Junior Boarder

GK User
Mon Jan 30, 2012 3:37 pm
CSS code for inbox issue:
Code: Select all
body #community-wrap .cInboxList{
min-height: 57px !important;
}
body #community-wrap .cInboxList-checkbox{
top: 26px;
left: auto !important;
}
body #community-wrap .cInboxList-avatar{
left: 25px !important;
top: 0;
}
body #community-wrap .cInboxList-sender{
left: 130px !important;
width: auto !important;
}
body #community-wrap .cInboxList-message{
margin-left: 247px !important;
}


Let me know if it works.
User avatar
Platinum Boarder

GK User
Mon Jan 30, 2012 3:44 pm
Don Lee wrote:CSS code for inbox issue:
Code: Select all
body #community-wrap .cInboxList{
min-height: 57px !important;
}
body #community-wrap .cInboxList-checkbox{
top: 26px;
left: auto !important;
}
body #community-wrap .cInboxList-avatar{
left: 25px !important;
top: 0;
}
body #community-wrap .cInboxList-sender{
left: 130px !important;
width: auto !important;
}
body #community-wrap .cInboxList-message{
margin-left: 247px !important;
}


Let me know if it works.



Thanks, It works fine for the list of messages but not for inside a mail as you can see here :

s4.png
User avatar
Junior Boarder

GK User
Tue Jan 31, 2012 10:26 am
Hi,

Sorry for this late reply, did you change your site URL? I just went to http://www.tiwisport.com/index.php/membres/inbox and it gave me a 404 page. Please give me the updated link then I will check the issue for you.

Thanks,
User avatar
Platinum Boarder

GK User
Tue Jan 31, 2012 11:30 am
Don Lee wrote:Hi,

Sorry for this late reply, did you change your site URL? I just went to http://www.tiwisport.com/index.php/membres/inbox and it gave me a 404 page. Please give me the updated link then I will check the issue for you.

Thanks,


Hi !

I was just optimizing a few things, that's why you got the 404. It's back to normal now. I've solved the css issue for messages content.

The major problem now is this thing with the 2 buttons. Please try for example to add someone as a friend and you will see what I'm talking about.

Thanks again !
User avatar
Junior Boarder

GK User
Wed Feb 01, 2012 12:11 pm
I don't think it's a problem from template, can you try changing to other template to confirm this?

Thanks,
User avatar
Platinum Boarder

GK User
Wed Feb 01, 2012 2:52 pm
Don Lee wrote:I don't think it's a problem from template, can you try changing to other template to confirm this?

Thanks,


You are right, it is not template related.

I'll check with jomsocial support.

Thanks.
User avatar
Junior Boarder

GK User
Wed Feb 01, 2012 3:06 pm
If you get any solutions from them, please share. Thanks! :D
User avatar
Platinum Boarder


cron