Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/ninja-fo.../includes/Template...
File: fields-listimage.html
<script id="tmpl-nf-field-listimage" type="text/template">
[0] Fix | Delete
<ul aria-describedby="nf-error-{{{ data.id }}}" style="display:grid;grid-row-gap: 5px;grid-column-gap: 5px;">
[1] Fix | Delete
{{{ data.renderOptions() }}}
[2] Fix | Delete
</ul>
[3] Fix | Delete
</script>
[4] Fix | Delete
[5] Fix | Delete
<script id='tmpl-nf-field-listimage-option' type='text/template'>
[6] Fix | Delete
<# if ( ! data.visible ) { return '' } #>
[7] Fix | Delete
<li style="{{{data.styles}}} vertical-align:top;">
[8] Fix | Delete
<input type="{{{data.image_type}}}" id="nf-field-{{{ data.fieldID }}}-{{{ data.index }}}" name="nf-field-{{{ data.fieldID }}}" class="{{{ data.classes }}} nf-element {{{ ( data.isSelected ) ? ' nf-checked' : '' }}}" value="{{{ _.escape( data.value ) }}}" {{{ ( data.isSelected ) ? 'checked="checked"' : '' }}}
[9] Fix | Delete
aria-labelledby="nf-label-field-{{{ data.fieldID }}}-{{{ data.index }}}"
[10] Fix | Delete
<# if( data.required ) { #>
[11] Fix | Delete
required aria-required="true"
[12] Fix | Delete
<# } #>
[13] Fix | Delete
>
[14] Fix | Delete
<label for="nf-field-{{{ data.fieldID }}}-{{{ data.index }}}"
[15] Fix | Delete
id="nf-label-field-{{{ data.fieldID }}}-{{{ data.index }}}"
[16] Fix | Delete
class="{{{ ( data.isSelected ) ? 'nf-checked-label' : '' }}}">{{{ ( data.maybeFilterHTML() === 'true' ) ? _.escape( data.label ) : data.label }}}
[17] Fix | Delete
[18] Fix | Delete
<img src="{{{data.image}}}" alt="{{{data.alt_text}}}" title="{{{data.img_title}}}" style="max-width: 100%;height: auto;"/>
[19] Fix | Delete
</label>
[20] Fix | Delete
</li>
[21] Fix | Delete
</script>
[22] Fix | Delete
[23] Fix | Delete
<script id='tmpl-nf-field-listimage-other' type='text/template'>
[24] Fix | Delete
<li {{{ ( ! data.visible ) ? 'style="display:none"' : '' }}}>
[25] Fix | Delete
<input type="{{{data.image_type}}}"
[26] Fix | Delete
id="nf-field-{{{ data.fieldID }}}-other"
[27] Fix | Delete
name="nf-field-{{{ data.fieldID }}}" class="{{{ data.classes }}} nf-element" value="nf-other" {{{ ( ! data.valueFound ) ? 'checked="checked"' : '' }}}
[28] Fix | Delete
aria-labelledby="nf-label-field-{{{ data.fieldID }}}-other"
[29] Fix | Delete
<# if( data.required ) { #>
[30] Fix | Delete
required aria-required="true"
[31] Fix | Delete
<# } #>
[32] Fix | Delete
>
[33] Fix | Delete
<label id="nf-label-field-{{{ data.fieldID }}}-other">Other
[34] Fix | Delete
{{{ data.renderOtherText() }}}
[35] Fix | Delete
</label>
[36] Fix | Delete
</li>
[37] Fix | Delete
</script>
[38] Fix | Delete
[39] Fix | Delete
<script id='tmpl-nf-field-listimage-other-text' type='text/template'>
[40] Fix | Delete
<input type="text" name="nf-field-{{{ data.fieldID }}}" class="nf-element" value="{{{ data.currentValue }}}">
[41] Fix | Delete
</script>
[42] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function