Mangano
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
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; }Yes, I have the same problem. Roughly 900 “hits” since last summer.
Forum: Plugins
In reply to: [Ajaxize] Using tables gives long distance to widget titleThanks 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)