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.
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.
There are no replies made for this post yet. However, you are not allowed to reply to this post.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »