Title: Mangano's Replies | WordPress.org

---

# Mangano

  [  ](https://wordpress.org/support/users/mangano/)

 *   [Profile](https://wordpress.org/support/users/mangano/)
 *   [Topics Started](https://wordpress.org/support/users/mangano/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mangano/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mangano/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mangano/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mangano/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mangano/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HumanCaptcha by Outerbridge] Log in/Human Captcha error: “Illegal string offset ‘obr_hlc’](https://wordpress.org/support/topic/log-in-human-captcha-error-illegal-string-offset-obr_hlc-2/)
 *  [Mangano](https://wordpress.org/support/users/mangano/)
 * (@mangano)
 * [6 years ago](https://wordpress.org/support/topic/log-in-human-captcha-error-illegal-string-offset-obr_hlc-2/#post-12890404)
 * Same on my site, even if the error is on line 223. I am not so into this that
   I can say what is wrong.
 *     ```
       	function obr_build_form( $fields ) {
       		$selected = $this->obr_select_question();
       		$question = $selected[ 'question' ];
       		$answer = $selected[ 'answer' ];
       		$_SESSION[ 'obr_answer' ] = md5( strtolower( trim( $answer ) ) );
       		$outputfield = '<p><label for="answer">' . stripslashes( $question ) . '</label><br /><input type="text" name="answer" id="answer" class="input" value="" size="25" tabindex="20" /></p>';
       		echo $outputfield;
       		$fields[ 'obr_hlc' ] = $outputfield; // This line is number 223
       		return $fields;
       	}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HumanCaptcha by Outerbridge] Log in/Human Captcha error: “Illegal string offset ‘obr_hlc’](https://wordpress.org/support/topic/log-in-human-captcha-error-illegal-string-offset-obr_hlc-2/)
 *  [Mangano](https://wordpress.org/support/users/mangano/)
 * (@mangano)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/log-in-human-captcha-error-illegal-string-offset-obr_hlc-2/#post-12469264)
 * Yes, I have the same problem. Roughly 900 “hits” since last summer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajaxize] Using tables gives long distance to widget title](https://wordpress.org/support/topic/using-tables-gives-long-distance-to-widget-title/)
 *  Thread Starter [Mangano](https://wordpress.org/support/users/mangano/)
 * (@mangano)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/using-tables-gives-long-distance-to-widget-title/#post-5145446)
 * Thanks for your reply!
 * I managed to get it working by addressing the div in my css. The colon characters
   in the id must be escaped with a backslash. I am a beginner fiddling with css,
   but this was all that I needed:
 *     ```
       #loaded_ajaxize_this\:visasenastespelen_ajax\:16a5cd466ae4ef9562870617744018473810cde5 {
           display:flex;
       }
       ```
   
 * I guess that adding the style directly to the div is better, but I have not tested
   that yet.

Viewing 3 replies - 1 through 3 (of 3 total)