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
/home/sportsfe.../httpdocs/wp-conte.../plugins/themify-.../js/module-s.../src
File: code.mjs
const {BaseStyles} = await import('../../editor/base-styles.mjs');
[0] Fix | Delete
export class Module extends BaseStyles {
[1] Fix | Delete
static get_styles() {
[2] Fix | Delete
const general = [
[3] Fix | Delete
// Background
[4] Fix | Delete
this.get_expand('bg', [
[5] Fix | Delete
this.get_tab({
[6] Fix | Delete
n: [
[7] Fix | Delete
this.get_color(' pre', 'background_color', 'bg_c', 'background-color')
[8] Fix | Delete
],
[9] Fix | Delete
h: [
[10] Fix | Delete
this.get_color(' pre', 'bg_c', 'bg_c', 'background-color', 'h')
[11] Fix | Delete
]
[12] Fix | Delete
})
[13] Fix | Delete
]),
[14] Fix | Delete
// Font
[15] Fix | Delete
this.get_expand('f', [
[16] Fix | Delete
this.get_tab({
[17] Fix | Delete
n: [
[18] Fix | Delete
this.get_font_size(),
[19] Fix | Delete
this.get_letter_spacing(),
[20] Fix | Delete
this.get_text_transform(),
[21] Fix | Delete
this.get_text_decoration('', 'text_decoration_regular')
[22] Fix | Delete
],
[23] Fix | Delete
h: [
[24] Fix | Delete
this.get_font_size('', 'f_s', '', 'h'),
[25] Fix | Delete
this.get_text_decoration('', 't_d_r', 'h')
[26] Fix | Delete
]
[27] Fix | Delete
})
[28] Fix | Delete
]),
[29] Fix | Delete
// Padding
[30] Fix | Delete
this.get_expand('p', [
[31] Fix | Delete
this.get_tab({
[32] Fix | Delete
n: [
[33] Fix | Delete
this.get_padding(' .line-numbers')
[34] Fix | Delete
],
[35] Fix | Delete
h: [
[36] Fix | Delete
this.get_padding(' .line-numbers', 'p', 'h')
[37] Fix | Delete
]
[38] Fix | Delete
})
[39] Fix | Delete
]),
[40] Fix | Delete
// Margin
[41] Fix | Delete
this.get_expand('m', [
[42] Fix | Delete
this.get_tab({
[43] Fix | Delete
n: [
[44] Fix | Delete
this.get_margin()
[45] Fix | Delete
],
[46] Fix | Delete
h: [
[47] Fix | Delete
this.get_margin('', 'm', 'h')
[48] Fix | Delete
]
[49] Fix | Delete
})
[50] Fix | Delete
]),
[51] Fix | Delete
// Border
[52] Fix | Delete
this.get_expand('b', [
[53] Fix | Delete
this.get_tab({
[54] Fix | Delete
n: [
[55] Fix | Delete
this.get_border()
[56] Fix | Delete
],
[57] Fix | Delete
h: [
[58] Fix | Delete
this.get_border('', 'b', 'h')
[59] Fix | Delete
]
[60] Fix | Delete
})
[61] Fix | Delete
]),
[62] Fix | Delete
// Filter
[63] Fix | Delete
this.get_expand('f_l', [
[64] Fix | Delete
this.get_tab({
[65] Fix | Delete
n: [
[66] Fix | Delete
this.get_blend()
[67] Fix | Delete
],
[68] Fix | Delete
h: [
[69] Fix | Delete
this.get_blend('', '', 'h')
[70] Fix | Delete
]
[71] Fix | Delete
})
[72] Fix | Delete
]),
[73] Fix | Delete
// Width
[74] Fix | Delete
this.get_expand('w', [
[75] Fix | Delete
this.get_width('', 'w')
[76] Fix | Delete
]),
[77] Fix | Delete
// Height & Min Height
[78] Fix | Delete
this.get_expand('ht', [
[79] Fix | Delete
this.get_height()
[80] Fix | Delete
]),
[81] Fix | Delete
// Rounded Corners
[82] Fix | Delete
this.get_expand('r_c', [
[83] Fix | Delete
this.get_tab({
[84] Fix | Delete
n: [
[85] Fix | Delete
this.get_border_radius()
[86] Fix | Delete
],
[87] Fix | Delete
h: [
[88] Fix | Delete
this.get_border_radius('', 'r_c', 'h')
[89] Fix | Delete
]
[90] Fix | Delete
})
[91] Fix | Delete
]),
[92] Fix | Delete
// Shadow
[93] Fix | Delete
this.get_expand('sh', [
[94] Fix | Delete
this.get_tab({
[95] Fix | Delete
n: [
[96] Fix | Delete
this.get_box_shadow()
[97] Fix | Delete
],
[98] Fix | Delete
h: [
[99] Fix | Delete
this.get_box_shadow('', 'sh', 'h')
[100] Fix | Delete
]
[101] Fix | Delete
})
[102] Fix | Delete
]),
[103] Fix | Delete
// Position
[104] Fix | Delete
this.get_expand('po', [this.get_css_position()]),
[105] Fix | Delete
//this.get_expand('disp', this.get_self_align()),
[106] Fix | Delete
this.get_expand('zi', [
[107] Fix | Delete
this.get_zindex('', 'custom_parallax_scroll_zindex')
[108] Fix | Delete
]
[109] Fix | Delete
),
[110] Fix | Delete
this.get_expand('tr', [
[111] Fix | Delete
this.get_tab({
[112] Fix | Delete
n: [
[113] Fix | Delete
this.get_transform()
[114] Fix | Delete
],
[115] Fix | Delete
h: [
[116] Fix | Delete
this.get_transform('', 'tr', 'h')
[117] Fix | Delete
]
[118] Fix | Delete
})
[119] Fix | Delete
])
[120] Fix | Delete
],
[121] Fix | Delete
highlightCode = [
[122] Fix | Delete
// Background
[123] Fix | Delete
this.get_expand('bg', [
[124] Fix | Delete
this.get_tab({
[125] Fix | Delete
n: [
[126] Fix | Delete
this.get_color(' .line-highlight', 'h_c_b_c', 'bg_c', 'background-color')
[127] Fix | Delete
],
[128] Fix | Delete
h: [
[129] Fix | Delete
this.get_color(' .line-highlight', 'h_c_b_c', 'bg_c', 'background-color', 'h')
[130] Fix | Delete
]
[131] Fix | Delete
})
[132] Fix | Delete
]), // Background
[133] Fix | Delete
// Shadow
[134] Fix | Delete
this.get_expand('sh', [
[135] Fix | Delete
this.get_tab({
[136] Fix | Delete
n: [
[137] Fix | Delete
this.get_box_shadow(' .line-highlight', 'h_c_b_sh')
[138] Fix | Delete
],
[139] Fix | Delete
h: [
[140] Fix | Delete
this.get_box_shadow(' .line-highlight', 'h_c_b_sh', 'h')
[141] Fix | Delete
]
[142] Fix | Delete
})
[143] Fix | Delete
]),
[144] Fix | Delete
// Filter
[145] Fix | Delete
this.get_expand('f_l', [
[146] Fix | Delete
this.get_tab({
[147] Fix | Delete
n: [
[148] Fix | Delete
this.get_blend(' .line-highlight', 'h_c_fl')
[149] Fix | Delete
],
[150] Fix | Delete
h: [
[151] Fix | Delete
this.get_blend(' .line-highlight', 'h_c_fl', 'h')
[152] Fix | Delete
]
[153] Fix | Delete
})
[154] Fix | Delete
])
[155] Fix | Delete
];
[156] Fix | Delete
return {
[157] Fix | Delete
type: 'tabs',
[158] Fix | Delete
options: {
[159] Fix | Delete
g: general,
[160] Fix | Delete
m_t: this.module_title_custom_style(),
[161] Fix | Delete
highlgtcode: highlightCode
[162] Fix | Delete
}
[163] Fix | Delete
};
[164] Fix | Delete
}
[165] Fix | Delete
}
[166] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function