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: lottie.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
return [
[3] Fix | Delete
this.get_expand('asp', [
[4] Fix | Delete
this.get_tab({
[5] Fix | Delete
n: [
[6] Fix | Delete
this.get_aspect_ratio(' tf-lottie')
[7] Fix | Delete
],
[8] Fix | Delete
h: [
[9] Fix | Delete
this.get_aspect_ratio(' tf-lottie', '', 'h')
[10] Fix | Delete
]
[11] Fix | Delete
})
[12] Fix | Delete
]),
[13] Fix | Delete
// Width
[14] Fix | Delete
this.get_expand('w', [
[15] Fix | Delete
this.get_tab({
[16] Fix | Delete
n: [
[17] Fix | Delete
this.get_width('', 'w')
[18] Fix | Delete
],
[19] Fix | Delete
h: [
[20] Fix | Delete
this.get_width('', 'w', 'h')
[21] Fix | Delete
]
[22] Fix | Delete
})
[23] Fix | Delete
]),
[24] Fix | Delete
// Background
[25] Fix | Delete
this.get_expand('bg', [
[26] Fix | Delete
this.get_tab({
[27] Fix | Delete
n: [
[28] Fix | Delete
this.get_image()
[29] Fix | Delete
],
[30] Fix | Delete
h: [
[31] Fix | Delete
this.get_image('', 'b_i', 'bg_c', 'b_r', 'b_p', 'h')
[32] Fix | Delete
]
[33] Fix | Delete
})
[34] Fix | Delete
]),
[35] Fix | Delete
// Font
[36] Fix | Delete
this.get_expand('f', [
[37] Fix | Delete
this.get_tab({
[38] Fix | Delete
n: [
[39] Fix | Delete
this.get_font_family(['', ' .module-title']),
[40] Fix | Delete
this.get_color(['', ' .module-title'], 'st_g'),
[41] Fix | Delete
this.get_font_size(['', ' .module-title']),
[42] Fix | Delete
this.get_line_height(['', ' .module-title']),
[43] Fix | Delete
this.get_letter_spacing(['', ' .module-title']),
[44] Fix | Delete
this.get_text_align(['', ' .module-title']),
[45] Fix | Delete
this.get_text_transform(['', ' .module-title']),
[46] Fix | Delete
this.get_font_style(['', ' .module-title']),
[47] Fix | Delete
this.get_text_shadow(['', ' .module-title'])
[48] Fix | Delete
],
[49] Fix | Delete
h: [
[50] Fix | Delete
this.get_font_family(['', ' .module-title'], 'f_f_h'),
[51] Fix | Delete
this.get_color(['', ' .module-title'], 'f_c_h', null, null, 'h'),
[52] Fix | Delete
this.get_font_size(['', ' .module-title'], 'f_s', '', 'h'),
[53] Fix | Delete
this.get_line_height(['', ' .module-title'], 'l_h', 'h'),
[54] Fix | Delete
this.get_letter_spacing(['', ' .module-title'], 'l_s', 'h'),
[55] Fix | Delete
this.get_text_align(['', ' .module-title'], 't_a', 'h'),
[56] Fix | Delete
this.get_text_transform(['', ' .module-title'], 't_t', 'h'),
[57] Fix | Delete
this.get_font_style(['', ' .module-title'], 'f_st', 'f_w', 'h'),
[58] Fix | Delete
this.get_text_shadow(['', ' .module-title'], 't_sh', 'h')
[59] Fix | Delete
]
[60] Fix | Delete
})
[61] Fix | Delete
]),
[62] Fix | Delete
// Padding
[63] Fix | Delete
this.get_expand('p', [
[64] Fix | Delete
this.get_tab({
[65] Fix | Delete
n: [
[66] Fix | Delete
this.get_padding()
[67] Fix | Delete
],
[68] Fix | Delete
h: [
[69] Fix | Delete
this.get_padding('', 'p', 'h')
[70] Fix | Delete
]
[71] Fix | Delete
})
[72] Fix | Delete
]),
[73] Fix | Delete
// Margin
[74] Fix | Delete
this.get_expand('m', [
[75] Fix | Delete
this.get_tab({
[76] Fix | Delete
n: [
[77] Fix | Delete
this.get_margin()
[78] Fix | Delete
],
[79] Fix | Delete
h: [
[80] Fix | Delete
this.get_margin('', 'm', 'h')
[81] Fix | Delete
]
[82] Fix | Delete
})
[83] Fix | Delete
]),
[84] Fix | Delete
// Border
[85] Fix | Delete
this.get_expand('b', [
[86] Fix | Delete
this.get_tab({
[87] Fix | Delete
n: [
[88] Fix | Delete
this.get_border()
[89] Fix | Delete
],
[90] Fix | Delete
h: [
[91] Fix | Delete
this.get_border('', 'b', 'h')
[92] Fix | Delete
]
[93] Fix | Delete
})
[94] Fix | Delete
]),
[95] Fix | Delete
// Filter
[96] Fix | Delete
this.get_expand('f_l', [
[97] Fix | Delete
this.get_tab({
[98] Fix | Delete
n: [
[99] Fix | Delete
this.get_blend()
[100] Fix | Delete
[101] Fix | Delete
],
[102] Fix | Delete
h: [
[103] Fix | Delete
this.get_blend('', '', 'h')
[104] Fix | Delete
]
[105] Fix | Delete
})
[106] Fix | Delete
]),
[107] Fix | Delete
// Rounded Corners
[108] Fix | Delete
this.get_expand('r_c', [
[109] Fix | Delete
this.get_tab({
[110] Fix | Delete
n: [
[111] Fix | Delete
this.get_border_radius()
[112] Fix | Delete
],
[113] Fix | Delete
h: [
[114] Fix | Delete
this.get_border_radius('', 'r_c', 'h')
[115] Fix | Delete
]
[116] Fix | Delete
})
[117] Fix | Delete
]),
[118] Fix | Delete
// Shadow
[119] Fix | Delete
this.get_expand('sh', [
[120] Fix | Delete
this.get_tab({
[121] Fix | Delete
n: [
[122] Fix | Delete
this.get_box_shadow()
[123] Fix | Delete
],
[124] Fix | Delete
h: [
[125] Fix | Delete
this.get_box_shadow('', 'sh', 'h')
[126] Fix | Delete
]
[127] Fix | Delete
})
[128] Fix | Delete
]
[129] Fix | Delete
),
[130] Fix | Delete
// Position
[131] Fix | Delete
this.get_expand('po', [this.get_css_position()]),
[132] Fix | Delete
// this.get_expand('disp', this.get_self_align()),
[133] Fix | Delete
this.get_expand('zi', [
[134] Fix | Delete
this.get_zindex('', 'custom_parallax_scroll_zindex')
[135] Fix | Delete
]
[136] Fix | Delete
),
[137] Fix | Delete
this.get_expand('tr', [
[138] Fix | Delete
this.get_tab({
[139] Fix | Delete
n: [
[140] Fix | Delete
this.get_transform()
[141] Fix | Delete
],
[142] Fix | Delete
h: [
[143] Fix | Delete
this.get_transform('', 'tr', 'h')
[144] Fix | Delete
]
[145] Fix | Delete
})
[146] Fix | Delete
])
[147] Fix | Delete
];
[148] Fix | Delete
}
[149] Fix | Delete
}
[150] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function