Making this change worked for me. The only difference is the &
class.add-from-server.php on line 137
change:
$this->settings = new add_from_server_settings(&$this);
to:
$this->settings = new add_from_server_settings($this);
I’m having a similar problem here
http://opus.ofvero.com/resume-submission/
Every other row has a white background. I would like them all to be the same color.
I have entered the following in my custom.css but it doesn’t seem to be making a difference.
.wp_themeSkin table td {
background: #320000 !important;
}