1. bpatton
  2. Bug Report
  3. Friday, August 01 2014, 07:23 PM
This is a multilingual site, as such, there is a dropdown in the upper right which works just fine EXCEPT when a user edits their profile, it then changes to chosen styling and the vertical dropdown becomes horizontal (see screenshots attached). The only place and scenario that this happens on the site is when a profile is edited, so it is being triggered by Easy Profile. I need a workaround for this, any help greatly appreciated! Site can be seen here: http://migratemyjoomla.com/scitech/j3
Attachments (2)
Accepted Answer
admin Accepted Answer
Admin
Hi,
sorry for late reply. It was weekend for us.

We use Joomla API to tranform the select (with joomla jquery choosen library). You will have same problem if you edit article from frontend because Joomla have Category select like this.

To prevent this you can add simple CSS code (2 lines) at the end of file templates/corporate_response/css/template.css
.moduletablebox3 select{display:block !important;}
.moduletablebox3 .chzn-container{display:none !important;}
  1. more than a month ago
  2. Bug Report
  3. # Permalink
bpatton Accepted Answer
Anything? Anyone? Really need to prevent this from happening, this is a native multilingual site and losing that drop down when profile is edited is something I really need to get fixed.. Any help greatly appreciated..
  1. more than a month ago
  2. Bug Report
  3. # 1
bpatton Accepted Answer
That fixed it! Thanks so much!!
  1. more than a month ago
  2. Bug Report
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.