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: testimonial-slider.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
[3] Fix | Delete
const general = [
[4] Fix | Delete
// Background
[5] Fix | Delete
this.get_expand('bg', [
[6] Fix | Delete
this.get_tab({
[7] Fix | Delete
n: [
[8] Fix | Delete
this.get_color('', 'background_color', 'bg_c', 'background-color')
[9] Fix | Delete
],
[10] Fix | Delete
h: [
[11] Fix | Delete
this.get_color('', 'bg_c', 'bg_c', 'background-color', 'h')
[12] Fix | Delete
]
[13] Fix | Delete
})
[14] Fix | Delete
]),
[15] Fix | Delete
// Font
[16] Fix | Delete
this.get_expand('f', [
[17] Fix | Delete
this.get_tab({
[18] Fix | Delete
n: [
[19] Fix | Delete
this.get_font_family(),
[20] Fix | Delete
this.get_color_type([' .tb_text_wrap', '.module .testimonial-title', ' .person-name', ' .person-position', ' .person-company', ' .person-company a']),
[21] Fix | Delete
this.get_font_size([' .post', ' .testimonial-title', ' .testimonial-entry-content', ' .testimonial-author .person-name', ' .testimonial-author .person-position', ' .testimonial-author .person-company']),
[22] Fix | Delete
this.get_line_height(' .post'),
[23] Fix | Delete
this.get_letter_spacing(' .post'),
[24] Fix | Delete
this.get_text_align(' .post'),
[25] Fix | Delete
this.get_text_transform(' .post'),
[26] Fix | Delete
this.get_font_style(),
[27] Fix | Delete
this.get_text_decoration('', 'text_decoration_regular'),
[28] Fix | Delete
this.get_text_shadow()
[29] Fix | Delete
],
[30] Fix | Delete
h: [
[31] Fix | Delete
this.get_font_family('', 'f_f', 'h'),
[32] Fix | Delete
this.get_color_type([':hover .tb_text_wrap', '.module:hover .testimonial-title', ':hover .person-name', ':hover .person-position', ':hover .person-company', ':hover .person-company a'], '', 'f_c_t_h', 'f_c_h', 'f_g_c_h'),
[33] Fix | Delete
this.get_font_size([' .post', ' .testimonial-title', ' .testimonial-entry-content', ' .testimonial-author .person-name', ' .testimonial-author .person-position', ' .testimonial-author .person-company'], 'f_s', 'h'),
[34] Fix | Delete
this.get_font_style('', 'f_st', 'f_w', 'h'),
[35] Fix | Delete
this.get_text_decoration('', 't_d_r', 'h'),
[36] Fix | Delete
this.get_text_shadow('', 't_sh', 'h')
[37] Fix | Delete
]
[38] Fix | Delete
})
[39] Fix | Delete
]),
[40] Fix | Delete
// Link
[41] Fix | Delete
this.get_expand('l', [
[42] Fix | Delete
this.get_tab({
[43] Fix | Delete
n: [
[44] Fix | Delete
this.get_color(' a', 'link_color'),
[45] Fix | Delete
this.get_text_decoration(' a')
[46] Fix | Delete
],
[47] Fix | Delete
h: [
[48] Fix | Delete
this.get_color(' a', 'link_color', null, null, 'hover'),
[49] Fix | Delete
this.get_text_decoration(' a', 't_d', 'h')
[50] Fix | Delete
]
[51] Fix | Delete
})
[52] Fix | Delete
]),
[53] Fix | Delete
// Padding
[54] Fix | Delete
this.get_expand('p', [
[55] Fix | Delete
this.get_tab({
[56] Fix | Delete
n: [
[57] Fix | Delete
this.get_padding()
[58] Fix | Delete
],
[59] Fix | Delete
h: [
[60] Fix | Delete
this.get_padding('', 'p', 'h')
[61] Fix | Delete
]
[62] Fix | Delete
})
[63] Fix | Delete
]),
[64] Fix | Delete
// Margin
[65] Fix | Delete
this.get_expand('m', [
[66] Fix | Delete
this.get_tab({
[67] Fix | Delete
n: [
[68] Fix | Delete
this.get_margin()
[69] Fix | Delete
],
[70] Fix | Delete
h: [
[71] Fix | Delete
this.get_margin('', 'm', 'h')
[72] Fix | Delete
]
[73] Fix | Delete
})
[74] Fix | Delete
]),
[75] Fix | Delete
// Border
[76] Fix | Delete
this.get_expand('b', [
[77] Fix | Delete
this.get_tab({
[78] Fix | Delete
n: [
[79] Fix | Delete
this.get_border()
[80] Fix | Delete
],
[81] Fix | Delete
h: [
[82] Fix | Delete
this.get_border('', 'b', 'h')
[83] Fix | Delete
]
[84] Fix | Delete
})
[85] Fix | Delete
]),
[86] Fix | Delete
// Filter
[87] Fix | Delete
this.get_expand('f_l', [
[88] Fix | Delete
this.get_tab({
[89] Fix | Delete
n: [
[90] Fix | Delete
this.get_blend()
[91] Fix | Delete
],
[92] Fix | Delete
h: [
[93] Fix | Delete
this.get_blend('', '', 'h')
[94] Fix | Delete
]
[95] Fix | Delete
})
[96] Fix | Delete
]),
[97] Fix | Delete
// Width
[98] Fix | Delete
this.get_expand('w', [
[99] Fix | Delete
this.get_width('', 'w')
[100] Fix | Delete
]),
[101] Fix | Delete
// Rounded Corners
[102] Fix | Delete
this.get_expand('r_c', [
[103] Fix | Delete
this.get_tab({
[104] Fix | Delete
n: [
[105] Fix | Delete
this.get_border_radius()
[106] Fix | Delete
],
[107] Fix | Delete
h: [
[108] Fix | Delete
this.get_border_radius('', 'r_c', 'h')
[109] Fix | Delete
]
[110] Fix | Delete
})
[111] Fix | Delete
]),
[112] Fix | Delete
// Shadow
[113] Fix | Delete
this.get_expand('sh', [
[114] Fix | Delete
this.get_tab({
[115] Fix | Delete
n: [
[116] Fix | Delete
this.get_box_shadow()
[117] Fix | Delete
],
[118] Fix | Delete
h: [
[119] Fix | Delete
this.get_box_shadow('', 'sh', 'h')
[120] Fix | Delete
]
[121] Fix | Delete
})
[122] Fix | Delete
]),
[123] Fix | Delete
//this.get_expand('disp', this.get_self_align()),
[124] Fix | Delete
this.get_expand('zi', [
[125] Fix | Delete
this.get_zindex('', 'custom_parallax_scroll_zindex')
[126] Fix | Delete
]
[127] Fix | Delete
),
[128] Fix | Delete
this.get_expand('tr', [
[129] Fix | Delete
this.get_tab({
[130] Fix | Delete
n: [
[131] Fix | Delete
this.get_transform()
[132] Fix | Delete
],
[133] Fix | Delete
h: [
[134] Fix | Delete
this.get_transform('', 'tr', 'h')
[135] Fix | Delete
]
[136] Fix | Delete
})
[137] Fix | Delete
])
[138] Fix | Delete
],
[139] Fix | Delete
testimonialTitle = [
[140] Fix | Delete
// Font
[141] Fix | Delete
this.get_seperator('f'),
[142] Fix | Delete
this.get_tab({
[143] Fix | Delete
n: [
[144] Fix | Delete
this.get_font_family('.module .testimonial-title', 'font_family_title'),
[145] Fix | Delete
this.get_color('.module .testimonial-title', 'font_color_title'),
[146] Fix | Delete
this.get_font_size('.module .testimonial-title', 'font_size_title'),
[147] Fix | Delete
this.get_line_height('.module .testimonial-title', 'line_height_title'),
[148] Fix | Delete
this.get_letter_spacing('.module .testimonial-title', 'letter_spacing_title'),
[149] Fix | Delete
this.get_text_transform('.module .testimonial-title', 'text_transform_title'),
[150] Fix | Delete
this.get_font_style('.module .testimonial-title', 'font_style_title', 'font_title_bold'),
[151] Fix | Delete
this.get_text_shadow('.module .testimonial-title', 't_sh_t')
[152] Fix | Delete
],
[153] Fix | Delete
h: [
[154] Fix | Delete
this.get_font_family('.module .testimonial-title', 'f_f_t', 'h'),
[155] Fix | Delete
this.get_color('.module .testimonial-title', 'f_c_t', null, null, 'h'),
[156] Fix | Delete
this.get_font_size('.module .testimonial-title', 'f_s_t', '', 'h'),
[157] Fix | Delete
this.get_font_style('.module .testimonial-title', 'f_st_t', 'f_t_b', 'h'),
[158] Fix | Delete
this.get_text_shadow('.module .testimonial-title', 't_sh_t', 'h')
[159] Fix | Delete
]
[160] Fix | Delete
})
[161] Fix | Delete
],
[162] Fix | Delete
image = [
[163] Fix | Delete
// Background
[164] Fix | Delete
this.get_expand('bg', [
[165] Fix | Delete
this.get_tab({
[166] Fix | Delete
n: [
[167] Fix | Delete
this.get_color(' .testimonial-image img', 'i_bg_c', 'bg_c', 'background-color')
[168] Fix | Delete
],
[169] Fix | Delete
h: [
[170] Fix | Delete
this.get_color(' .testimonial-image img', 'i_bg_c', 'bg_c', 'background-color', 'h')
[171] Fix | Delete
]
[172] Fix | Delete
})
[173] Fix | Delete
]),
[174] Fix | Delete
// Padding
[175] Fix | Delete
this.get_expand('p', [
[176] Fix | Delete
this.get_tab({
[177] Fix | Delete
n: [
[178] Fix | Delete
this.get_padding(' .testimonial-image img', 'i_p')
[179] Fix | Delete
],
[180] Fix | Delete
h: [
[181] Fix | Delete
this.get_padding(' .testimonial-image img', 'i_p', 'h')
[182] Fix | Delete
]
[183] Fix | Delete
})
[184] Fix | Delete
]),
[185] Fix | Delete
// Margin
[186] Fix | Delete
this.get_expand('m', [
[187] Fix | Delete
this.get_tab({
[188] Fix | Delete
n: [
[189] Fix | Delete
this.get_margin(' .testimonial-image img', 'i_m')
[190] Fix | Delete
],
[191] Fix | Delete
h: [
[192] Fix | Delete
this.get_margin(' .testimonial-image img', 'i_m', 'h')
[193] Fix | Delete
]
[194] Fix | Delete
})
[195] Fix | Delete
]),
[196] Fix | Delete
// Border
[197] Fix | Delete
this.get_expand('b', [
[198] Fix | Delete
this.get_tab({
[199] Fix | Delete
n: [
[200] Fix | Delete
this.get_border(' .testimonial-image img', 'i_b')
[201] Fix | Delete
],
[202] Fix | Delete
h: [
[203] Fix | Delete
this.get_border(' .testimonial-image img', 'i_b', 'h')
[204] Fix | Delete
]
[205] Fix | Delete
})
[206] Fix | Delete
]),
[207] Fix | Delete
// Rounded Corners
[208] Fix | Delete
this.get_expand('r_c', [
[209] Fix | Delete
this.get_tab({
[210] Fix | Delete
n: [
[211] Fix | Delete
this.get_border_radius(' .testimonial-image img', 'i_r_c')
[212] Fix | Delete
],
[213] Fix | Delete
h: [
[214] Fix | Delete
this.get_border_radius(' .testimonial-image img', 'i_r_c', 'h')
[215] Fix | Delete
]
[216] Fix | Delete
})
[217] Fix | Delete
]),
[218] Fix | Delete
// Shadow
[219] Fix | Delete
this.get_expand('sh', [
[220] Fix | Delete
this.get_tab({
[221] Fix | Delete
n: [
[222] Fix | Delete
this.get_box_shadow(' .testimonial-image img', 'i_b_sh')
[223] Fix | Delete
],
[224] Fix | Delete
h: [
[225] Fix | Delete
this.get_box_shadow(' .testimonial-image img', 'i_b_sh', 'h')
[226] Fix | Delete
]
[227] Fix | Delete
})
[228] Fix | Delete
])
[229] Fix | Delete
],
[230] Fix | Delete
testimonialContent = [
[231] Fix | Delete
// Background
[232] Fix | Delete
this.get_expand('bg', [
[233] Fix | Delete
this.get_tab({
[234] Fix | Delete
n: [
[235] Fix | Delete
this.get_color(' .testimonial-content', 'background_color_content', 'bg_c', 'background-color')
[236] Fix | Delete
],
[237] Fix | Delete
h: [
[238] Fix | Delete
this.get_color(' .testimonial-content', 'b_c_c', 'bg_c', 'background-color', 'h')
[239] Fix | Delete
]
[240] Fix | Delete
})
[241] Fix | Delete
]),
[242] Fix | Delete
// Font
[243] Fix | Delete
this.get_expand('f', [
[244] Fix | Delete
this.get_tab({
[245] Fix | Delete
n: [
[246] Fix | Delete
this.get_font_family(' .testimonial-content', 'font_family_content'),
[247] Fix | Delete
this.get_color(' .testimonial-content', 'font_color_content'),
[248] Fix | Delete
this.get_font_size(' .testimonial-content', 'font_size_content'),
[249] Fix | Delete
this.get_font_style(' .testimonial-content', 'f_fs_c', 'f_fw_c'),
[250] Fix | Delete
this.get_line_height(' .testimonial-content', 'line_height_content'),
[251] Fix | Delete
this.get_text_shadow(' .testimonial-content', 't_sh_c')
[252] Fix | Delete
],
[253] Fix | Delete
h: [
[254] Fix | Delete
this.get_font_family(' .testimonial-content', 'f_f_c', 'h'),
[255] Fix | Delete
this.get_color(' .testimonial-content', 'f_c_c', null, null, 'h'),
[256] Fix | Delete
this.get_font_size(' .testimonial-content', 'f_s_c', '', 'h'),
[257] Fix | Delete
this.get_font_style(' .testimonial-content', 'f_fs_c', 'f_fw_c', 'h'),
[258] Fix | Delete
this.get_text_shadow(' .testimonial-content', 't_sh_c', 'h')
[259] Fix | Delete
]
[260] Fix | Delete
})
[261] Fix | Delete
]),
[262] Fix | Delete
// Padding
[263] Fix | Delete
this.get_expand('p', [
[264] Fix | Delete
this.get_tab({
[265] Fix | Delete
n: [
[266] Fix | Delete
this.get_padding(' .testimonial-content', 'content_padding')
[267] Fix | Delete
],
[268] Fix | Delete
h: [
[269] Fix | Delete
this.get_padding(' .testimonial-content', 'c_p', 'h')
[270] Fix | Delete
]
[271] Fix | Delete
})
[272] Fix | Delete
]),
[273] Fix | Delete
// Border
[274] Fix | Delete
this.get_expand('b', [
[275] Fix | Delete
this.get_tab({
[276] Fix | Delete
n: [
[277] Fix | Delete
this.get_border(' .testimonial-content', 'content_border')
[278] Fix | Delete
],
[279] Fix | Delete
h: [
[280] Fix | Delete
this.get_border(' .testimonial-content', 'c_b', 'h')
[281] Fix | Delete
]
[282] Fix | Delete
})
[283] Fix | Delete
])
[284] Fix | Delete
],
[285] Fix | Delete
testimonialContainer = [
[286] Fix | Delete
// Background
[287] Fix | Delete
this.get_expand('bg', [
[288] Fix | Delete
this.get_tab({
[289] Fix | Delete
n: [
[290] Fix | Delete
this.get_color(' .testimonial-item', 'b_c_container', 'bg_c', 'background-color')
[291] Fix | Delete
],
[292] Fix | Delete
h: [
[293] Fix | Delete
this.get_color(':hover .testimonial-item', 'b_c_co', 'bg_c', 'background-color')
[294] Fix | Delete
]
[295] Fix | Delete
})
[296] Fix | Delete
]),
[297] Fix | Delete
// Padding
[298] Fix | Delete
this.get_expand('p', [
[299] Fix | Delete
this.get_tab({
[300] Fix | Delete
n: [
[301] Fix | Delete
this.get_padding(' .testimonial-item', 'p_container')
[302] Fix | Delete
],
[303] Fix | Delete
h: [
[304] Fix | Delete
this.get_padding(' .testimonial-item', 'p_c', 'h')
[305] Fix | Delete
]
[306] Fix | Delete
})
[307] Fix | Delete
]),
[308] Fix | Delete
// Border
[309] Fix | Delete
this.get_expand('b', [
[310] Fix | Delete
this.get_tab({
[311] Fix | Delete
n: [
[312] Fix | Delete
this.get_border(' .testimonial-item', 'b_container')
[313] Fix | Delete
],
[314] Fix | Delete
h: [
[315] Fix | Delete
this.get_border(' .testimonial-item', 'b_co', 'h')
[316] Fix | Delete
]
[317] Fix | Delete
})
[318] Fix | Delete
]),
[319] Fix | Delete
// Rounded Corners
[320] Fix | Delete
this.get_expand('r_c', [
[321] Fix | Delete
this.get_tab({
[322] Fix | Delete
n: [
[323] Fix | Delete
this.get_border_radius(' .testimonial-item', 'r_c_cn')
[324] Fix | Delete
],
[325] Fix | Delete
h: [
[326] Fix | Delete
this.get_border_radius(' .testimonial-item', 'r_c_cn', 'h')
[327] Fix | Delete
]
[328] Fix | Delete
})
[329] Fix | Delete
]),
[330] Fix | Delete
// Shadow
[331] Fix | Delete
this.get_expand('sh', [
[332] Fix | Delete
this.get_tab({
[333] Fix | Delete
n: [
[334] Fix | Delete
this.get_box_shadow(' .testimonial-item', 'b_sh_cn')
[335] Fix | Delete
],
[336] Fix | Delete
h: [
[337] Fix | Delete
this.get_box_shadow(' .testimonial-item', 'b_sh_cn', 'h')
[338] Fix | Delete
]
[339] Fix | Delete
})
[340] Fix | Delete
])
[341] Fix | Delete
],
[342] Fix | Delete
personInfo = [
[343] Fix | Delete
// Font
[344] Fix | Delete
this.get_expand('name', [
[345] Fix | Delete
this.get_tab({
[346] Fix | Delete
n: [
[347] Fix | Delete
this.get_font_family('.module .person-name', 'font_family_person_name'),
[348] Fix | Delete
this.get_color('.module .person-name', 'font_color_person_name'),
[349] Fix | Delete
this.get_font_size('.module .person-name', 'font_size_person_name'),
[350] Fix | Delete
this.get_line_height('.module .person-name', 'line_height_person_name'),
[351] Fix | Delete
this.get_text_transform('.module .person-name', 'text_transform_person_name'),
[352] Fix | Delete
this.get_font_style('.module .person-name', 'font_style_person_name', 'f_w_p_n'),
[353] Fix | Delete
this.get_text_shadow('.module .person-name', 't_sh_i')
[354] Fix | Delete
],
[355] Fix | Delete
h: [
[356] Fix | Delete
this.get_font_family('.module .person-name', 'f_f_p_n', 'h'),
[357] Fix | Delete
this.get_color('.module .person-name', 'f_c_p_n', null, null, 'h'),
[358] Fix | Delete
this.get_font_size('.module .person-name', 'f_s_p_n', '', 'h'),
[359] Fix | Delete
this.get_font_style('.module .person-name', 'f_st_p_n', 'f_w_p_n', 'h'),
[360] Fix | Delete
this.get_text_shadow('.module .person-name', 't_sh_i', 'h')
[361] Fix | Delete
]
[362] Fix | Delete
})
[363] Fix | Delete
]),
[364] Fix | Delete
// Font
[365] Fix | Delete
this.get_expand('po', [
[366] Fix | Delete
this.get_tab({
[367] Fix | Delete
n: [
[368] Fix | Delete
this.get_font_family('.module .person-position', 'font_family_person_position'),
[369] Fix | Delete
this.get_color('.module .person-position', 'font_color_person_position'),
[370] Fix | Delete
this.get_font_size('.module .person-position', 'font_size_person_position'),
[371] Fix | Delete
this.get_line_height('.module .person-position', 'line_height_person_position'),
[372] Fix | Delete
this.get_text_transform('.module .person-position', 'text_transform_person_position'),
[373] Fix | Delete
this.get_font_style('.module .person-position', 'font_style_person_position', 'f_w_p_p'),
[374] Fix | Delete
this.get_text_shadow('.module .person-position', 't_sh_p_i')
[375] Fix | Delete
],
[376] Fix | Delete
h: [
[377] Fix | Delete
this.get_font_family('.module .person-position', 'f_f_p_p', 'h'),
[378] Fix | Delete
this.get_color('.module .person-position', 'f_c_p_p', null, null, 'h'),
[379] Fix | Delete
this.get_font_size('.module .person-position', 'f_s_p_p', '', 'h'),
[380] Fix | Delete
this.get_font_style('.module .person-position', 'f_st_p_p', 'f_w_p_p', 'h'),
[381] Fix | Delete
this.get_text_shadow('.module .person-position', 't_sh_p_i', 'h')
[382] Fix | Delete
]
[383] Fix | Delete
})
[384] Fix | Delete
]),
[385] Fix | Delete
// Font
[386] Fix | Delete
this.get_expand('company', [
[387] Fix | Delete
this.get_tab({
[388] Fix | Delete
n: [
[389] Fix | Delete
this.get_font_family('.module .person-company', 'font_family_company'),
[390] Fix | Delete
this.get_color(['.module .person-company', '.module .person-company a'], 'font_color_company'),
[391] Fix | Delete
this.get_font_size('.module .person-company', 'font_size_company'),
[392] Fix | Delete
this.get_line_height('.module .person-company', 'line_height_company'),
[393] Fix | Delete
this.get_text_transform('.module .person-company', 'text_transform_company'),
[394] Fix | Delete
this.get_font_style('.module .person-company', 'font_style_company', 'f_w_c'),
[395] Fix | Delete
this.get_text_shadow('.module .person-company', 't_sh_p_c')
[396] Fix | Delete
],
[397] Fix | Delete
h: [
[398] Fix | Delete
this.get_font_family('.module .person-company', 'f_f_c', 'h'),
[399] Fix | Delete
this.get_color(['.module .person-company', '.module .person-company a'], 'f_c_c', null, null, 'h'),
[400] Fix | Delete
this.get_font_size('.module .person-company', 'f_s_c', '', 'h'),
[401] Fix | Delete
this.get_font_style('.module .person-company', 'f_st_c', 'f_w_c', 'h'),
[402] Fix | Delete
this.get_text_shadow('.module .person-company', 't_sh_p_c', 'h')
[403] Fix | Delete
]
[404] Fix | Delete
})
[405] Fix | Delete
])
[406] Fix | Delete
],
[407] Fix | Delete
controls = [
[408] Fix | Delete
// Arrows
[409] Fix | Delete
this.get_expand('arr', [
[410] Fix | Delete
this.get_tab({
[411] Fix | Delete
n: [
[412] Fix | Delete
this.get_color([' .carousel-prev', ' .carousel-next'], 'background_color_arrows_controls', 'bg_c', 'background-color'),
[413] Fix | Delete
this.get_color([' .carousel-prev::before', ' .carousel-next::before'], 'font_color_arrows_controls'),
[414] Fix | Delete
this.get_width([' .carousel-prev', ' .carousel-next'], 'w_arr_ctrl'),
[415] Fix | Delete
this.get_height([' .carousel-prev', ' .carousel-next'], 'h_arr_ctrl')
[416] Fix | Delete
],
[417] Fix | Delete
h: [
[418] Fix | Delete
this.get_color([' .carousel-prev:hover', ' .carousel-next:hover'], 'background_color_hover_arrows_controls', 'bg_c', 'background-color'),
[419] Fix | Delete
this.get_color([' .carousel-prev:hover::before', ' .carousel-next:hover::before'], 'font_color_arrows_controls_hover')
[420] Fix | Delete
]
[421] Fix | Delete
})
[422] Fix | Delete
]),
[423] Fix | Delete
// Pager
[424] Fix | Delete
this.get_expand('pager', [
[425] Fix | Delete
this.get_tab({
[426] Fix | Delete
n: [
[427] Fix | Delete
this.get_color(' .carousel-pager a', 'font_color_pager_controls')
[428] Fix | Delete
],
[429] Fix | Delete
h: [
[430] Fix | Delete
this.get_color([' .carousel-pager a:hover', ' .carousel-pager a.selected'], 'font_color_hover_pager_controls')
[431] Fix | Delete
]
[432] Fix | Delete
})
[433] Fix | Delete
])
[434] Fix | Delete
],
[435] Fix | Delete
ratingStar = [
[436] Fix | Delete
//Gaps
[437] Fix | Delete
this.get_expand('m', [
[438] Fix | Delete
this.get_margin(' .tb_rating_wrap .tf_fa ', 'r_m')
[439] Fix | Delete
]),
[440] Fix | Delete
// Star Base Color
[441] Fix | Delete
this.get_expand('strbasec', [
[442] Fix | Delete
this.get_tab({
[443] Fix | Delete
n: [
[444] Fix | Delete
this.get_color(' .tb_rating_wrap', 'st_c')
[445] Fix | Delete
],
[446] Fix | Delete
h: [
[447] Fix | Delete
this.get_color(' .tb_rating_wrap', 'st_c', null, null, 'hover')
[448] Fix | Delete
]
[449] Fix | Delete
})
[450] Fix | Delete
]),
[451] Fix | Delete
// Star Highlight Color
[452] Fix | Delete
this.get_expand('strhghlghtc', [
[453] Fix | Delete
this.get_tab({
[454] Fix | Delete
n: [
[455] Fix | Delete
this.get_color(' .tb_rating_fill', 'st_h_c')
[456] Fix | Delete
],
[457] Fix | Delete
h: [
[458] Fix | Delete
this.get_color(' .tb_rating_fill', 'st_h_c', null, null, 'hover')
[459] Fix | Delete
]
[460] Fix | Delete
})
[461] Fix | Delete
])
[462] Fix | Delete
];
[463] Fix | Delete
[464] Fix | Delete
return {
[465] Fix | Delete
type: 'tabs',
[466] Fix | Delete
options: {
[467] Fix | Delete
g: general,
[468] Fix | Delete
m_t: this.module_title_custom_style(),
[469] Fix | Delete
conter: testimonialContainer,
[470] Fix | Delete
title: testimonialTitle,
[471] Fix | Delete
image: image,
[472] Fix | Delete
content: testimonialContent,
[473] Fix | Delete
persinfo: personInfo,
[474] Fix | Delete
slctrols: controls,
[475] Fix | Delete
rstar: ratingStar
[476] Fix | Delete
}
[477] Fix | Delete
};
[478] Fix | Delete
}
[479] Fix | Delete
}
[480] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function