1. it2all
  2. Bug Report
  3. Thursday, April 28 2016, 10:31 AM
After updating to Joomla 3.5.1 and Easy-Profile Pro 1.3.18 i have a problem with my user defined fields of type "selectlist".
In the frontend, i can see only the title but no selection field.

Any idea ?

Greets
admin Accepted Answer
Admin
Hi,
can you please post me your site details to check this? you can use the form below the reply in "Site Details" tab.

NOTE: in a first step we want only to see your site, so we need only your site link ;)
  1. more than a month ago
  2. Bug Report
  3. # 1
it2all Accepted Answer
Pro
Actual this is my workspace.

You can find the "selectlist"-fields "Anmeldung als" and "Geschlecht" in the tab called "Benutzer".
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
Hi,
found problem, in file your_css.css at line 3 I have this code
.chzn-container {
display: none;
}


If you need to hide chzn-container under main menu use this code:
#yt_menuposition .chzn-container{
display:none;
}


Class "chzn-container" come from jQuery.chosen and it is used by Joomla and many components. For example now if you try to edit article from frontend you will not see Category Selectlist.
  1. more than a month ago
  2. Bug Report
  3. # 3
it2all Accepted Answer
Pro
That's it !!!

Thank you very much ....
  1. more than a month ago
  2. Bug Report
  3. # 4
  • Page :
  • 1


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