@ Jennifer
re: The CSS class on the Select Relation box seems to change every time (div#cn_family_member_1220374488759__relation__chosen); if it isn’t possible to hide via CSS, is this something you can hide via customization?
Yes, that is dynamic, controlled by the library the “enhances” the select drop down. You should be able to hide it with this:
ul#cn-relations div[id$='__relation__chosen'] {
display: none;
}
re: same with the Add Entry button string?
This could be customized by deregistering the “core” publish metabox and registering a custom one with the text you want. The biggest downside I see to this is if I add remove or otherwise make changes to the publish metabox that is required for Connections to function you would not get those changes because your instance would be using the custom publish metabox. I would expect occurrences like that would be very rare and well, the custom one could be updated. I’ll add this to the quote … working on it.
Forgot to say that the Post Category Height plugin is a good workaround for now, but the setting isn’t retained at a user level and seems to reset if I switch browsers.
This is cookie based, if I remember correctly. So, it should be based per browser, not per user. So it would change between browsers, but should be retained by the browser for a year, unless cookies are cleared.
I suppose some type of custom solution could be developed making it global and/or per user based. I’ll add that to the quote too.
