CSS overide

GK User
Fri Dec 23, 2011 3:51 am
Hello,

I am having some issues with pixel love template css override. I currently installed as you can see JomSocial. And I am having issues with how it is displaying the selection bars and some buttons such as for changing privacy settings from public to the other options; it is being cut off when trying to register or when modifying it and their check marks are not being shown. I know it is a css issue but I wanted to know if you would have any suggestions or insight on how to fix this without modifying the other selection bars that are not from Jomsocial.

I appreciate any support, if you need some screen pictures for further details of what I am talking about I can provide them.

Thank you
User avatar
Fresh Boarder

GK User
Fri Dec 23, 2011 1:41 pm
Hi,

I would know how to fix the issue once I see it. Please show it to me via a screenshot, also give me your site link.

Thanks,
User avatar
Platinum Boarder

GK User
Wed Dec 28, 2011 10:02 pm
Hello,

The site link is: http://www.jellobeat.com

If you go to the registration page and start completing it after the first phase you will see what I am talking about (I have attached a screenshot of the issue).

As you can see its not formated right and if you try clicking it it doesn't display the drop down options due to the formatting. Only when its related to Jomsocial the other components are formatted right.

Same issue is displayed in the registered user profile when the user is inside the privacy configuration page.


I appreciate any support and suggestions,

JB
User avatar
Fresh Boarder

GK User
Thu Dec 29, 2011 12:44 pm
Hi,

I don't know why you have select boxes displayed, you seem to use some plugin not properly as the boxes are meaningless, I think.

You can hide them:

- Open file:/components/com_community/templates/default/css/style.old.css

- Add this code to bottom:
Code: Select all
#community-wrap .js_PriCell{
display: none;
}
User avatar
Platinum Boarder


cron