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

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

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/wp-conte.../plugins/themify-.../js/editor/modules
File: row.mjs
this.clearBorder('b_h',bp,settings);
[1500] Fix | Delete
//filters
[1501] Fix | Delete
this.clearFilter('bl_m','css_f',bp,settings);
[1502] Fix | Delete
this.clearFilter('_h','css_f_h',bp,settings);
[1503] Fix | Delete
//height
[1504] Fix | Delete
this.clearWidth('ht',bp,settings,1);
[1505] Fix | Delete
//corners
[1506] Fix | Delete
this.clearPadding('b_ra',bp,settings);
[1507] Fix | Delete
this.clearPadding('r_c',bp,settings);
[1508] Fix | Delete
//Box Shadow
[1509] Fix | Delete
this.clearShadow('b_sh',1,bp,settings);
[1510] Fix | Delete
this.clearShadow('sh_h',1,bp,settings);
[1511] Fix | Delete
if(type!=='column'){
[1512] Fix | Delete
//position
[1513] Fix | Delete
this.clearPosition('po',bp,settings);
[1514] Fix | Delete
}
[1515] Fix | Delete
//transform
[1516] Fix | Delete
this.clearTransform('tr',bp,settings);
[1517] Fix | Delete
this.clearTransform('tr-h',bp,settings);
[1518] Fix | Delete
//Units
[1519] Fix | Delete
this.clearUnits(units,bp,settings);
[1520] Fix | Delete
[1521] Fix | Delete
//headings
[1522] Fix | Delete
if(type==='row'){
[1523] Fix | Delete
for (let j = 6; j>0; --j) {
[1524] Fix | Delete
this.clearFontColor('font_color_type_h'+j,'font_color_h'+j,'font_gradient_color_h'+j,bp,settings);
[1525] Fix | Delete
this.clearFontColor('f_c_t_h'+j+'_h','f_c_h'+j+'_h','f_g_c_h'+j+'_h',bp,settings);
[1526] Fix | Delete
[1527] Fix | Delete
//font Weights
[1528] Fix | Delete
this.clearFontWeights(['font_family_h'+j,'f_f_h'+j+'_h'],bp,settings);
[1529] Fix | Delete
[1530] Fix | Delete
//text-shadow
[1531] Fix | Delete
this.clearShadow('t_shh'+j,0,bp,settings);
[1532] Fix | Delete
this.clearShadow('t_shh'+j+'_h',0,bp,settings);
[1533] Fix | Delete
[1534] Fix | Delete
//margin
[1535] Fix | Delete
this.clearMarginOpposity('h'+j+'_margin_top',bp,settings);
[1536] Fix | Delete
this.clearMarginOpposity('h'+j+'_margin_top_h',bp,settings);
[1537] Fix | Delete
}
[1538] Fix | Delete
}
[1539] Fix | Delete
}
[1540] Fix | Delete
}
[1541] Fix | Delete
[1542] Fix | Delete
super.builderSave(settings,type);
[1543] Fix | Delete
}
[1544] Fix | Delete
};
[1545] Fix | Delete
})(tb_app);
[1546] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function