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: map.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('', 'background_color', 'bg_c', 'background-color')
[8] Fix | Delete
],
[9] Fix | Delete
h: [
[10] Fix | Delete
this.get_color('', 'bg_c', 'bg_c', 'background-color', 'h')
[11] Fix | Delete
]
[12] Fix | Delete
})
[13] Fix | Delete
]),
[14] Fix | Delete
// Padding
[15] Fix | Delete
this.get_expand('p', [
[16] Fix | Delete
this.get_tab({
[17] Fix | Delete
n: [
[18] Fix | Delete
this.get_padding()
[19] Fix | Delete
],
[20] Fix | Delete
h: [
[21] Fix | Delete
this.get_padding('', 'p', 'h')
[22] Fix | Delete
]
[23] Fix | Delete
})
[24] Fix | Delete
]),
[25] Fix | Delete
// Margin
[26] Fix | Delete
this.get_expand('m', [
[27] Fix | Delete
this.get_tab({
[28] Fix | Delete
n: [
[29] Fix | Delete
this.get_margin()
[30] Fix | Delete
],
[31] Fix | Delete
h: [
[32] Fix | Delete
this.get_margin('', 'm', 'h')
[33] Fix | Delete
]
[34] Fix | Delete
})
[35] Fix | Delete
]),
[36] Fix | Delete
// Border
[37] Fix | Delete
this.get_expand('b', [
[38] Fix | Delete
this.get_tab({
[39] Fix | Delete
n: [
[40] Fix | Delete
this.get_border()
[41] Fix | Delete
],
[42] Fix | Delete
h: [
[43] Fix | Delete
this.get_border('', 'b', 'h')
[44] Fix | Delete
]
[45] Fix | Delete
})
[46] Fix | Delete
]),
[47] Fix | Delete
// Filter
[48] Fix | Delete
this.get_expand('f_l', [
[49] Fix | Delete
this.get_tab({
[50] Fix | Delete
n: [
[51] Fix | Delete
this.get_blend()
[52] Fix | Delete
[53] Fix | Delete
],
[54] Fix | Delete
h: [
[55] Fix | Delete
this.get_blend('', '', 'h')
[56] Fix | Delete
]
[57] Fix | Delete
})
[58] Fix | Delete
]),
[59] Fix | Delete
// Width
[60] Fix | Delete
this.get_expand('w', [
[61] Fix | Delete
this.get_width('', 'w')
[62] Fix | Delete
]),
[63] Fix | Delete
// Height & Min Height
[64] Fix | Delete
this.get_expand('ht', [
[65] Fix | Delete
this.get_height()
[66] Fix | Delete
]),
[67] Fix | Delete
// Rounded Corners
[68] Fix | Delete
this.get_expand('r_c', [
[69] Fix | Delete
this.get_tab({
[70] Fix | Delete
n: [
[71] Fix | Delete
this.get_border_radius()
[72] Fix | Delete
],
[73] Fix | Delete
h: [
[74] Fix | Delete
this.get_border_radius('', 'r_c', 'h')
[75] Fix | Delete
]
[76] Fix | Delete
})
[77] Fix | Delete
]),
[78] Fix | Delete
// Shadow
[79] Fix | Delete
this.get_expand('sh', [
[80] Fix | Delete
this.get_tab({
[81] Fix | Delete
n: [
[82] Fix | Delete
this.get_box_shadow()
[83] Fix | Delete
],
[84] Fix | Delete
h: [
[85] Fix | Delete
this.get_box_shadow('', 'sh', 'h')
[86] Fix | Delete
]
[87] Fix | Delete
})
[88] Fix | Delete
]),
[89] Fix | Delete
// this.get_expand('disp', this.get_self_align()),
[90] Fix | Delete
this.get_expand('zi', [
[91] Fix | Delete
this.get_zindex('', 'custom_parallax_scroll_zindex')
[92] Fix | Delete
]
[93] Fix | Delete
),
[94] Fix | Delete
this.get_expand('tr', [
[95] Fix | Delete
this.get_tab({
[96] Fix | Delete
n: [
[97] Fix | Delete
this.get_transform()
[98] Fix | Delete
],
[99] Fix | Delete
h: [
[100] Fix | Delete
this.get_transform('', 'tr', 'h')
[101] Fix | Delete
]
[102] Fix | Delete
})
[103] Fix | Delete
])
[104] Fix | Delete
];
[105] Fix | Delete
[106] Fix | Delete
return {
[107] Fix | Delete
type: 'tabs',
[108] Fix | Delete
options: {
[109] Fix | Delete
g: general,
[110] Fix | Delete
m_t: this.module_title_custom_style()
[111] Fix | Delete
}
[112] Fix | Delete
};
[113] Fix | Delete
}
[114] Fix | Delete
}
[115] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function