I have an issue with pulldowns in Jomsocial component and modules. Could be a CSS-Conflict but I do not know how to solve it.
In the pic1 you can see how in editing the profile the field Country seems to be empty.

Without making any changes to the profile, the pic2 shows however that there is a value selected.

Same thing when I embed the SEARCH MEMBERS Module in a SP Page Builder Page. (or even if I create a page with the Advanced Search as a component (add a menu item directly to Community - Advanced Search))

The top field should show the FIELD to be searched, the second should show the OPERATOR (Contains, Equal, Not Equal) and in the third box I can write the value to be searched...this I can see....so the issue seems to be ONLY witht he pulldown-lists.

Can anyone help?

    kvallema
    Hi
    The issue does not appear from Jomsocial. Can you set the default Joomla template and see if issue remain same?templates/travus/css/template.css some override from this file side.
    If i change the current css from template it also make changes.

      Ninja I can try....what would be good to know is the name of the element that I can write an override for it when necessary

      ended up amending the settings in the template.css and that seemed to work

        kvallema ended up amending the settings in the template.css and that seemed to work

        Yes there is additional style css from template. In Jomsocial the text area use default border that u can override by this code

        .joms-textarea { border: 1px solid #000;}
        Write a Reply...
        You need to Login to view replies.