1. stefano.leone
  2. Support
  3. Wednesday, February 03 2016, 10:01 AM
Hi,
I have some problem I guess related to my CSS so I put them all together here:

I see the privacy choices (private, site member, public) without colors. (I added .dropdown .caret {border-top-color: #000;} in my template CSS without results)
I have enabled Facebook registration but I don't see the register with facebook button
I would like to add a field Interests on my user profile like on your "About Me", with several checkbox, how can I do?
When I see my profile, the "Edit Profile" button and all the privacy settings are far on the right of the page, I would have them next to the related property.
I would like to change the CSS of the "Edit Profile", Date and Addess fields, like yours (with colors)


Thanks a lot!
stefano
References
  1. http://www.mywatchout.com
admin Accepted Answer
Admin
Hi,
I see the privacy choices (private, site member, public) without colors. (I added .dropdown .caret {border-top-color: #000;} in my template CSS without results)
Your template use images instead font icon to render icons, this is bad because it not fix high resolutions.
Font Icon
+ are SVG so on high dimensions are always nice
+ you can change color of font

I have enabled Facebook registration but I don't see the register with facebook button
Have you created a Facebook App? try to see docs at http://docs.easy-profile.com/index.php/article/social-connect-facebook

I would like to add a field Interests on my user profile like on your "About Me", with several checkbox, how can I do?
Create a field of type "Checkbox" and fill checkbox parameters

When I see my profile, the "Edit Profile" button and all the privacy settings are far on the right of the page, I would have them next to the related property.
This depends of your template. all your pages are full-width (without padding!?!?)

I would like to change the CSS of the "Edit Profile", Date and Addess fields, like yours (with colors)
Sorry but depends of your template, we use simple bootstrap classes. In your template is loaded bootstrap CSS file but your template override all style.
for example the buttons with classes like .btn-success .btn-danger .btn-info .btn-primary or .btn-default are all with same color, it is defined into file /templates/at_nine/css/typography.css at line 209
  1. more than a month ago
  2. Support
  3. # 1
stefano.leone Accepted Answer
Thanks for the quick reply!

regarding the most important issue: yes I have created the Facebook app and insert its values on Easy Profile
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Have you enabled the parameter "Show Social Login Buttons on Login page" in Easy Profile Options (Components->Easy Profile->Option Button->Social Connect tab)?
  1. more than a month ago
  2. Support
  3. # 3
stefano.leone Accepted Answer
yes, I filled
Enable Facebook
App ID
App Secret Key
Add to Usergroups
  1. more than a month ago
  2. Support
  3. # 4
admin Accepted Answer
Admin
Can you please give me your site backend access to check configuration?
  1. more than a month ago
  2. Support
  3. # 5
admin Accepted Answer
Admin
yes, I filled
Enable Facebook
App ID
App Secret Key
Add to Usergroups

also parameter called "Show Social Login Buttons on Login page"?
  1. more than a month ago
  2. Support
  3. # 6
stefano.leone Accepted Answer
that's it! now it works! thanks!

last question if I can, since I would like to change my template. Can you advise one that you know works perfectly with Easy Profile?
  1. more than a month ago
  2. Support
  3. # 7
admin Accepted Answer
Admin
Hi,
Can you advise one that you know works perfectly with Easy Profile?

all modern templates,

if you have problems with some templates check this:

1) try to remove template overrides of com_users
- rename folder /templates/your-template-folder/html/com_users/registration to /templates/your-template-folder/html/com_users/registration.old
- rename folder /templates/your-template-folder/html/com_users/profile to /templates/your-template-folder/html/com_users/profile.old

2) try to enable in Easy Profile options parameter to include Boostrap CSS



In your current template you do not see colors, this looks bad, but from my point of view this is fantastic because Easy Profile fit your template style.

On our site we use Uber Template from Joomlart, colors come from template style, see this page http://uber.demo.joomlart.com/index.php/typo (button section).
  1. more than a month ago
  2. Support
  3. # 8
stefano.leone Accepted Answer
When I see my profile, the "Edit Profile" button and all the privacy settings are far on the right of the page, I would have them next to the related property.


This depends of your template. all your pages are full-width (without padding!?!?)


is it possible to display the user profile on another template module position (which I can control by template module size setting)?
  1. more than a month ago
  2. Support
  3. # 9
admin Accepted Answer
Admin
Hi,
no, profile page is view of component and not a module, this is show in component position.

why you do not add some CSS like this ;) ?
#avatar-body-middle-block{
margin: 0 auto;
max-width: 800px;
padding: 0 20px;
}
Attachments (3)
  1. more than a month ago
  2. Support
  3. # 10
stefano.leone Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 11
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.