我的主题是将整段标签插入用于调查的nex形式(插件Nex形式)。该主题使用Rapid Composer,并且仅当我通过该编辑器粘贴表单简码时才会出现问题。现在主要的问题是单选按钮。
<p></p>
<div class="clearfix prettyradio labelright blue has-pretty-child">
<p>
<span class="input-label radio-label" style="color: rgb(68, 68, 68);">Да</span>
<label class="radio-inline" for="смс-сообщение_было_получено_нет">
</p>
那应该是这样的:
<div class="clearfix prettyradio labelright blue has-pretty-child">
<span class="input-label radio-label" style="color: rgb(68, 68, 68);">Да</span>
<label class="radio-inline" for="смс-сообщение_было_получено_нет">
如果需要,这里是链接:https://kyrier.ru/otsenka-kachestva/
我尝试了插件,但没有帮助。因此,我已将其添加到functions.php
function remove_empty_p( $content ) {
$content = force_balance_tags( $content );
$content = preg_replace( '#<p>\s*+(<br\s*/*>)?\s*</p>#i', '', $content );
$content = preg_replace( '~\s?<p>(\s| )+</p>\s?~', '', $content );
return $content;
} add_filter('the_content','remove_empty_p',20,1);
它起作用了,但是它在表格的顶部给了我:
function test_run_nf_conditional_logic26896505(){
} jQuery(document).ready( function() {
jQuery(document).on('change', '#nex-forms input, #nex-forms select, #nex-forms textarea', function() { test_run_nf_conditional_logic26896505() } ); } );