1. IndiraV
  2. Support
  3. Wednesday, February 01 2017, 06:23 PM
Hello! I'm sorry if my question is already a discussion, I have not found.
I have 2 questions if possible:

1. My template displays the ugly zone change privacy. I don't know how to make it nicer, maybe it's a conflict of scripts but I have not found the error. Or disable for a user the display of the selected option. Could you help me?

http://savepic.ru/12829023.png

2. Is it possible to display the list of user groups that include the user? In the field?


Thanks for your help!
IndiraV Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 1
admin Accepted Answer
Admin
Hi,
sorry for late reply, it's night for us and our offices are closed.

1. My template displays the ugly zone change privacy. I don't know how to make it nicer, maybe it's a conflict of scripts but I have not found the error. Or disable for a user the display of the selected option. Could you help me?
Yes, seems that in your template missing some important bootstrap style, please send me your site link (to keep private you can use the form below the reply in "Site Details" tab), tomorrow we will take a look ;)

2. Is it possible to display the list of user groups that include the user? In the field?
Sorry but Easy Profile does not allow this natively, we do not want to expose any usergroup information in frontend; possible solutions:
- Template overrides: try to read topic at https://www.easy-profile.com/support/show-group-membership-in-profile.html#reply-15592
- With HTML delimiter and some tools like Sourceres: try to read topic at https://www.easy-profile.com/support/using-joomla-groups-with-easy-profile.html
  1. more than a month ago
  2. Support
  3. # 2
IndiraV Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 3
admin Accepted Answer
Admin
Hi,
fixed, I have added following CSS code in Administration->Extensions->Templates->gk_university - По умолчанию->Advanced Settings->Custom CSS code

.dropdown-toggle {
*margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
outline: 0;
}

.caret {
display: inline-block;
width: 0;
height: 0;
vertical-align: top;
border-top: 4px solid #000000;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
}

.dropdown .caret {
margin-top: 8px;
margin-left: 2px;
}

.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}

.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #333333;
white-space: nowrap;
}
open {
*z-index: 1000;
}

.open > .dropdown-menu {
display: block;
}
  1. more than a month ago
  2. Support
  3. # 4
IndiraV Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 5
  • Page :
  • 1


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