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/module-s.../src
File: portfolio.mjs
]),
[500] Fix | Delete
// Shadow
[501] Fix | Delete
this.get_expand('sh', [
[502] Fix | Delete
this.get_tab({
[503] Fix | Delete
n: [
[504] Fix | Delete
this.get_box_shadow(' .more-link', 'sh_r_m')
[505] Fix | Delete
],
[506] Fix | Delete
h: [
[507] Fix | Delete
this.get_box_shadow(' .more-link', 'sh_r_m', 'h')
[508] Fix | Delete
]
[509] Fix | Delete
})
[510] Fix | Delete
])
[511] Fix | Delete
],
[512] Fix | Delete
pgContainer = [
[513] Fix | Delete
// Background
[514] Fix | Delete
this.get_expand('bg', [
[515] Fix | Delete
this.get_tab({
[516] Fix | Delete
n: [
[517] Fix | Delete
this.get_color(' .pagenav', 'b_c_pg_c', 'bg_c', 'background-color')
[518] Fix | Delete
],
[519] Fix | Delete
h: [
[520] Fix | Delete
this.get_color(' .pagenav', 'b_c_pg_c', 'bg_c', 'background-color', 'h')
[521] Fix | Delete
]
[522] Fix | Delete
})
[523] Fix | Delete
]),
[524] Fix | Delete
// Font
[525] Fix | Delete
this.get_expand('f', [
[526] Fix | Delete
this.get_tab({
[527] Fix | Delete
n: [
[528] Fix | Delete
this.get_font_family(' .pagenav', 'f_f_pg_c'),
[529] Fix | Delete
this.get_color(' .pagenav', 'f_c_pg_c'),
[530] Fix | Delete
this.get_font_size(' .pagenav', 'f_s_pg_c'),
[531] Fix | Delete
this.get_line_height(' .pagenav', 'l_h_pg_c'),
[532] Fix | Delete
this.get_letter_spacing(' .pagenav', 'l_s_pg_c'),
[533] Fix | Delete
this.get_text_align(' .pagenav', 't_a_pg_c'),
[534] Fix | Delete
this.get_font_style(' .pagenav', 'f_st_pg_c', 'f_b_pg_c')
[535] Fix | Delete
],
[536] Fix | Delete
h: [
[537] Fix | Delete
this.get_font_family(' .pagenav', 'f_f_pg_c', 'h'),
[538] Fix | Delete
this.get_color(' .pagenav', 'f_c_pg_c', 'h'),
[539] Fix | Delete
this.get_font_size(' .pagenav', 'f_s_pg_c', '', 'h'),
[540] Fix | Delete
this.get_font_style(' .pagenav', 'f_st_pg_c', 'f_b_pg_c', 'h')
[541] Fix | Delete
]
[542] Fix | Delete
})
[543] Fix | Delete
]),
[544] Fix | Delete
// Padding
[545] Fix | Delete
this.get_expand('p', [
[546] Fix | Delete
this.get_tab({
[547] Fix | Delete
n: [
[548] Fix | Delete
this.get_padding(' .pagenav', 'p_pg_c')
[549] Fix | Delete
],
[550] Fix | Delete
h: [
[551] Fix | Delete
this.get_padding(' .pagenav', 'p_pg_c', 'h')
[552] Fix | Delete
]
[553] Fix | Delete
})
[554] Fix | Delete
]),
[555] Fix | Delete
// Margin
[556] Fix | Delete
this.get_expand('m', [
[557] Fix | Delete
this.get_tab({
[558] Fix | Delete
n: [
[559] Fix | Delete
this.get_margin(' .pagenav', 'm_pg_c')
[560] Fix | Delete
],
[561] Fix | Delete
h: [
[562] Fix | Delete
this.get_margin(' .pagenav', 'm_pg_c', 'h')
[563] Fix | Delete
]
[564] Fix | Delete
})
[565] Fix | Delete
]),
[566] Fix | Delete
// Border
[567] Fix | Delete
this.get_expand('b', [
[568] Fix | Delete
this.get_tab({
[569] Fix | Delete
n: [
[570] Fix | Delete
this.get_border(' .pagenav', 'b_pg_c')
[571] Fix | Delete
],
[572] Fix | Delete
h: [
[573] Fix | Delete
this.get_border(' .pagenav', 'b_pg_c', 'h')
[574] Fix | Delete
]
[575] Fix | Delete
})
[576] Fix | Delete
]),
[577] Fix | Delete
// Rounded Corners
[578] Fix | Delete
this.get_expand('r_c', [
[579] Fix | Delete
this.get_tab({
[580] Fix | Delete
n: [
[581] Fix | Delete
this.get_border_radius(' .pagenav', 'r_c_pg_c')
[582] Fix | Delete
],
[583] Fix | Delete
h: [
[584] Fix | Delete
this.get_border_radius(' .pagenav', 'r_c_pg_c', 'h')
[585] Fix | Delete
]
[586] Fix | Delete
})
[587] Fix | Delete
]),
[588] Fix | Delete
// Shadow
[589] Fix | Delete
this.get_expand('sh', [
[590] Fix | Delete
this.get_tab({
[591] Fix | Delete
n: [
[592] Fix | Delete
this.get_box_shadow(' .pagenav', 'sh_pg_c')
[593] Fix | Delete
],
[594] Fix | Delete
h: [
[595] Fix | Delete
this.get_box_shadow(' .pagenav', 'sh_pg_c', 'h')
[596] Fix | Delete
]
[597] Fix | Delete
})
[598] Fix | Delete
])
[599] Fix | Delete
],
[600] Fix | Delete
pgNumbers = [
[601] Fix | Delete
// Background
[602] Fix | Delete
this.get_expand('bg', [
[603] Fix | Delete
this.get_tab({
[604] Fix | Delete
n: [
[605] Fix | Delete
this.get_color(' .pagenav a', 'b_c_pg_n', 'bg_c', 'background-color')
[606] Fix | Delete
],
[607] Fix | Delete
h: [
[608] Fix | Delete
this.get_color(' .pagenav a', 'b_c_pg_n', 'bg_c', 'background-color', 'h')
[609] Fix | Delete
]
[610] Fix | Delete
})
[611] Fix | Delete
]),
[612] Fix | Delete
// Font
[613] Fix | Delete
this.get_expand('f', [
[614] Fix | Delete
this.get_tab({
[615] Fix | Delete
n: [
[616] Fix | Delete
this.get_font_family(' .pagenav a', 'f_f_pg_n'),
[617] Fix | Delete
this.get_color(' .pagenav a', 'f_c_pg_n'),
[618] Fix | Delete
this.get_font_size(' .pagenav a', 'f_s_pg_n'),
[619] Fix | Delete
this.get_line_height(' .pagenav a', 'l_h_pg_n'),
[620] Fix | Delete
this.get_letter_spacing(' .pagenav a', 'l_s_pg_n'),
[621] Fix | Delete
this.get_font_style(' .pagenav a', 'f_st_pg_n', 'f_b_pg_n')
[622] Fix | Delete
],
[623] Fix | Delete
h: [
[624] Fix | Delete
this.get_font_family(' .pagenav a', 'f_f_pg_n', 'h'),
[625] Fix | Delete
this.get_color(' .pagenav a:hover', 'f_c_pg_n_h', null, null, ''),
[626] Fix | Delete
this.get_font_size(' .pagenav a', 'f_s_pg_n', '', 'h'),
[627] Fix | Delete
this.get_font_style(' .pagenav a', 'f_st_pg_n', 'f_b_pg_n', 'h')
[628] Fix | Delete
]
[629] Fix | Delete
})
[630] Fix | Delete
]),
[631] Fix | Delete
// Padding
[632] Fix | Delete
this.get_expand('p', [
[633] Fix | Delete
this.get_tab({
[634] Fix | Delete
n: [
[635] Fix | Delete
this.get_padding(' .pagenav a', 'p_pg_n')
[636] Fix | Delete
],
[637] Fix | Delete
h: [
[638] Fix | Delete
this.get_padding(' .pagenav a', 'p_pg_n', 'h')
[639] Fix | Delete
]
[640] Fix | Delete
})
[641] Fix | Delete
]),
[642] Fix | Delete
// Margin
[643] Fix | Delete
this.get_expand('m', [
[644] Fix | Delete
this.get_tab({
[645] Fix | Delete
n: [
[646] Fix | Delete
this.get_margin(' .pagenav a', 'm_pg_n')
[647] Fix | Delete
],
[648] Fix | Delete
h: [
[649] Fix | Delete
this.get_margin(' .pagenav a', 'm_pg_n', 'h')
[650] Fix | Delete
]
[651] Fix | Delete
})
[652] Fix | Delete
]),
[653] Fix | Delete
// Border
[654] Fix | Delete
this.get_expand('b', [
[655] Fix | Delete
this.get_tab({
[656] Fix | Delete
n: [
[657] Fix | Delete
this.get_border(' .pagenav a', 'b_pg_n')
[658] Fix | Delete
],
[659] Fix | Delete
h: [
[660] Fix | Delete
this.get_border(' .pagenav a', 'b_pg_n', 'h')
[661] Fix | Delete
]
[662] Fix | Delete
})
[663] Fix | Delete
]),
[664] Fix | Delete
// Rounded Corners
[665] Fix | Delete
this.get_expand('r_c', [
[666] Fix | Delete
this.get_tab({
[667] Fix | Delete
n: [
[668] Fix | Delete
this.get_border_radius(' .pagenav a', 'r_c_pg_n')
[669] Fix | Delete
],
[670] Fix | Delete
h: [
[671] Fix | Delete
this.get_border_radius(' .pagenav a', 'r_c_pg_n', 'h')
[672] Fix | Delete
]
[673] Fix | Delete
})
[674] Fix | Delete
]),
[675] Fix | Delete
// Shadow
[676] Fix | Delete
this.get_expand('sh', [
[677] Fix | Delete
this.get_tab({
[678] Fix | Delete
n: [
[679] Fix | Delete
this.get_box_shadow(' .pagenav a', 'sh_pg_n')
[680] Fix | Delete
],
[681] Fix | Delete
h: [
[682] Fix | Delete
this.get_box_shadow(' .pagenav a', 'sh_pg_n', 'h')
[683] Fix | Delete
]
[684] Fix | Delete
})
[685] Fix | Delete
])
[686] Fix | Delete
],
[687] Fix | Delete
pgActiveNumbers = [
[688] Fix | Delete
// Background
[689] Fix | Delete
this.get_expand('bg', [
[690] Fix | Delete
this.get_tab({
[691] Fix | Delete
n: [
[692] Fix | Delete
this.get_color(' .pagenav .current', 'b_c_pg_a_n', 'bg_c', 'background-color')
[693] Fix | Delete
],
[694] Fix | Delete
h: [
[695] Fix | Delete
this.get_color(' .pagenav .current', 'b_c_pg_a_n', 'bg_c', 'background-color', 'h')
[696] Fix | Delete
]
[697] Fix | Delete
})
[698] Fix | Delete
]),
[699] Fix | Delete
// Font
[700] Fix | Delete
this.get_expand('f', [
[701] Fix | Delete
this.get_tab({
[702] Fix | Delete
n: [
[703] Fix | Delete
this.get_font_family(' .pagenav .current', 'f_f_pg_a_n'),
[704] Fix | Delete
this.get_color(' .pagenav .current', 'f_c_pg_a_n'),
[705] Fix | Delete
this.get_font_size(' .pagenav .current', 'f_s_pg_a_n'),
[706] Fix | Delete
this.get_line_height(' .pagenav .current', 'l_h_pg_a_n'),
[707] Fix | Delete
this.get_letter_spacing(' .pagenav .current', 'l_s_pg_a_n'),
[708] Fix | Delete
this.get_font_style(' .pagenav .current', 'f_st_pg_a_n', 'f_b_pg_a_n')
[709] Fix | Delete
],
[710] Fix | Delete
h: [
[711] Fix | Delete
this.get_font_family(' .pagenav .current', 'f_f_pg_a_n', 'h'),
[712] Fix | Delete
this.get_color(' .pagenav .current', 'f_c_pg_a_n', 'h'),
[713] Fix | Delete
this.get_font_size(' .pagenav .current', 'f_s_pg_a_n', '', 'h'),
[714] Fix | Delete
this.get_font_style(' .pagenav .current', 'f_st_pg_a_n', 'f_b_pg_a_n', 'h')
[715] Fix | Delete
]
[716] Fix | Delete
})
[717] Fix | Delete
]),
[718] Fix | Delete
// Padding
[719] Fix | Delete
this.get_expand('p', [
[720] Fix | Delete
this.get_tab({
[721] Fix | Delete
n: [
[722] Fix | Delete
this.get_padding(' .pagenav .current', 'p_pg_a_n')
[723] Fix | Delete
],
[724] Fix | Delete
h: [
[725] Fix | Delete
this.get_padding(' .pagenav .current', 'p_pg_a_n', 'h')
[726] Fix | Delete
]
[727] Fix | Delete
})
[728] Fix | Delete
]),
[729] Fix | Delete
// Margin
[730] Fix | Delete
this.get_expand('m', [
[731] Fix | Delete
this.get_tab({
[732] Fix | Delete
n: [
[733] Fix | Delete
this.get_margin(' .pagenav .current', 'm_pg_a_n')
[734] Fix | Delete
],
[735] Fix | Delete
h: [
[736] Fix | Delete
this.get_margin(' .pagenav .current', 'm_pg_a_n', 'h')
[737] Fix | Delete
]
[738] Fix | Delete
})
[739] Fix | Delete
]),
[740] Fix | Delete
// Border
[741] Fix | Delete
this.get_expand('b', [
[742] Fix | Delete
this.get_tab({
[743] Fix | Delete
n: [
[744] Fix | Delete
this.get_border(' .pagenav .current', 'b_pg_a_n')
[745] Fix | Delete
],
[746] Fix | Delete
h: [
[747] Fix | Delete
this.get_border(' .pagenav .current', 'b_pg_a_n', 'h')
[748] Fix | Delete
]
[749] Fix | Delete
})
[750] Fix | Delete
]),
[751] Fix | Delete
// Rounded Corners
[752] Fix | Delete
this.get_expand('r_c', [
[753] Fix | Delete
this.get_tab({
[754] Fix | Delete
n: [
[755] Fix | Delete
this.get_border_radius(' .pagenav .current', 'r_c_pg_a_n')
[756] Fix | Delete
],
[757] Fix | Delete
h: [
[758] Fix | Delete
this.get_border_radius(' .pagenav .current', 'r_c_pg_a_n', 'h')
[759] Fix | Delete
]
[760] Fix | Delete
})
[761] Fix | Delete
]),
[762] Fix | Delete
// Shadow
[763] Fix | Delete
this.get_expand('sh', [
[764] Fix | Delete
this.get_tab({
[765] Fix | Delete
n: [
[766] Fix | Delete
this.get_box_shadow(' .pagenav .current', 'sh_pg_a_n')
[767] Fix | Delete
],
[768] Fix | Delete
h: [
[769] Fix | Delete
this.get_box_shadow(' .pagenav .current', 'sh_pg_a_n', 'h')
[770] Fix | Delete
]
[771] Fix | Delete
})
[772] Fix | Delete
])
[773] Fix | Delete
],
[774] Fix | Delete
ptFilter = [
[775] Fix | Delete
// Background
[776] Fix | Delete
this.get_expand('bg', [
[777] Fix | Delete
this.get_tab({
[778] Fix | Delete
n: [
[779] Fix | Delete
this.get_color(' .post-filter li a', 'b_c_pt_f', 'bg_c', 'background-color')
[780] Fix | Delete
],
[781] Fix | Delete
h: [
[782] Fix | Delete
this.get_color(' .post-filter li a', 'b_c_pt_f', 'bg_c', 'background-color', 'h')
[783] Fix | Delete
]
[784] Fix | Delete
})
[785] Fix | Delete
]),
[786] Fix | Delete
// Font
[787] Fix | Delete
this.get_expand('f', [
[788] Fix | Delete
this.get_tab({
[789] Fix | Delete
n: [
[790] Fix | Delete
this.get_font_family(' .post-filter li a', 'f_f_pt_f'),
[791] Fix | Delete
this.get_color(' .post-filter li a', 'f_c_pt_f'),
[792] Fix | Delete
this.get_font_size(' .post-filter li a', 'f_s_pt_f'),
[793] Fix | Delete
this.get_line_height(' .post-filter li a', 'l_h_pt_f'),
[794] Fix | Delete
this.get_letter_spacing(' .post-filter li a', 'l_s_pt_f'),
[795] Fix | Delete
this.get_font_style(' .post-filter li a', 'f_st_pt_f', 'f_b_pt_f'),
[796] Fix | Delete
this.get_text_align(' .post-filter', 't_a_pt_f'),
[797] Fix | Delete
this.get_text_shadow(' .post-filter li a', 't_sh_pt_f')
[798] Fix | Delete
],
[799] Fix | Delete
h: [
[800] Fix | Delete
this.get_font_family(' .post-filter li a', 'f_f_pt_f', 'h'),
[801] Fix | Delete
this.get_color(' .post-filter li a:hover', 'f_c_pt_f_h', null, null, 'h'),
[802] Fix | Delete
this.get_font_size(' .post-filter li a', 'f_s_pt_f', '', 'h'),
[803] Fix | Delete
this.get_font_style(' .post-filter li a', 'f_st_pt_f', 'f_b_pt_f', 'h'),
[804] Fix | Delete
this.get_text_shadow(' .post-filter li a', 't_sh_pt_f', 'h')
[805] Fix | Delete
]
[806] Fix | Delete
})
[807] Fix | Delete
]),
[808] Fix | Delete
// Padding
[809] Fix | Delete
this.get_expand('p', [
[810] Fix | Delete
this.get_tab({
[811] Fix | Delete
n: [
[812] Fix | Delete
this.get_padding(' .post-filter li a', 'p_pt_f')
[813] Fix | Delete
],
[814] Fix | Delete
h: [
[815] Fix | Delete
this.get_padding(' .post-filter li a', 'p_pt_f', 'h')
[816] Fix | Delete
]
[817] Fix | Delete
})
[818] Fix | Delete
]),
[819] Fix | Delete
// Margin
[820] Fix | Delete
this.get_expand('m', [
[821] Fix | Delete
this.get_tab({
[822] Fix | Delete
n: [
[823] Fix | Delete
this.get_margin(' .post-filter li a', 'm_pt_f')
[824] Fix | Delete
],
[825] Fix | Delete
h: [
[826] Fix | Delete
this.get_margin(' .post-filter li a', 'm_pt_f', 'h')
[827] Fix | Delete
]
[828] Fix | Delete
})
[829] Fix | Delete
]),
[830] Fix | Delete
// Border
[831] Fix | Delete
this.get_expand('b', [
[832] Fix | Delete
this.get_tab({
[833] Fix | Delete
n: [
[834] Fix | Delete
this.get_border(' .post-filter li a', 'b_pt_f')
[835] Fix | Delete
],
[836] Fix | Delete
h: [
[837] Fix | Delete
this.get_border(' .post-filter li a', 'b_pt_f', 'h')
[838] Fix | Delete
]
[839] Fix | Delete
})
[840] Fix | Delete
]),
[841] Fix | Delete
// Rounded Corners
[842] Fix | Delete
this.get_expand('r_c', [
[843] Fix | Delete
this.get_tab({
[844] Fix | Delete
n: [
[845] Fix | Delete
this.get_border_radius(' .post-filter li a', 'r_c_pt_f')
[846] Fix | Delete
],
[847] Fix | Delete
h: [
[848] Fix | Delete
this.get_border_radius(' .post-filter li a', 'r_c_pt_f', 'h')
[849] Fix | Delete
]
[850] Fix | Delete
})
[851] Fix | Delete
]),
[852] Fix | Delete
// Shadow
[853] Fix | Delete
this.get_expand('sh', [
[854] Fix | Delete
this.get_tab({
[855] Fix | Delete
n: [
[856] Fix | Delete
this.get_box_shadow(' .post-filter li a', 'sh_pt_f')
[857] Fix | Delete
],
[858] Fix | Delete
h: [
[859] Fix | Delete
this.get_box_shadow(' .post-filter li a', 'sh_pt_f', 'h')
[860] Fix | Delete
]
[861] Fix | Delete
})
[862] Fix | Delete
])
[863] Fix | Delete
],
[864] Fix | Delete
ptaFilter = [
[865] Fix | Delete
// Background
[866] Fix | Delete
this.get_expand('bg', [
[867] Fix | Delete
this.get_tab({
[868] Fix | Delete
n: [
[869] Fix | Delete
this.get_color(' .post-filter li.active a', 'b_c_pta_f', 'bg_c', 'background-color')
[870] Fix | Delete
],
[871] Fix | Delete
h: [
[872] Fix | Delete
this.get_color(' .post-filter li.active a', 'b_c_pta_f', 'bg_c', 'background-color', 'h')
[873] Fix | Delete
]
[874] Fix | Delete
})
[875] Fix | Delete
]),
[876] Fix | Delete
// Font
[877] Fix | Delete
this.get_expand('f', [
[878] Fix | Delete
this.get_tab({
[879] Fix | Delete
n: [
[880] Fix | Delete
this.get_font_family(' .post-filter li.active a', 'f_f_pta_f'),
[881] Fix | Delete
this.get_color(' .post-filter li.active a', 'f_c_pta_f'),
[882] Fix | Delete
this.get_font_size(' .post-filter li.active a', 'f_s_pta_f'),
[883] Fix | Delete
this.get_line_height(' .post-filter li.active a', 'l_h_pta_f'),
[884] Fix | Delete
this.get_letter_spacing(' .post-filter li.active a', 'l_s_pta_f'),
[885] Fix | Delete
this.get_font_style(' .post-filter li.active a', 'f_st_pta_f', 'f_b_pta_f'),
[886] Fix | Delete
this.get_text_shadow(' .post-filter li.active a', 't_sh_pta_f')
[887] Fix | Delete
],
[888] Fix | Delete
h: [
[889] Fix | Delete
this.get_font_family(' .post-filter li.active a', 'f_f_pta_f', 'h'),
[890] Fix | Delete
this.get_color(' .post-filter li.active a:hover', 'f_c_pta_f_h', null, null, 'h'),
[891] Fix | Delete
this.get_font_size(' .post-filter li.active a', 'f_s_pta_f', '', 'h'),
[892] Fix | Delete
this.get_font_style(' .post-filter li.active a', 'f_st_pta_f', 'f_b_pta_f', 'h'),
[893] Fix | Delete
this.get_text_shadow(' .post-filter li.active a', 't_sh_pta_f', 'h')
[894] Fix | Delete
]
[895] Fix | Delete
})
[896] Fix | Delete
])
[897] Fix | Delete
];
[898] Fix | Delete
[899] Fix | Delete
return {
[900] Fix | Delete
type: 'tabs',
[901] Fix | Delete
options: {
[902] Fix | Delete
g: general,
[903] Fix | Delete
m_t: this.module_title_custom_style(),
[904] Fix | Delete
conter: portfolioContainer,
[905] Fix | Delete
title: portfolioTitle,
[906] Fix | Delete
fimg: featuredImage,
[907] Fix | Delete
meta: portfolioMeta,
[908] Fix | Delete
date: portfolioDate,
[909] Fix | Delete
content: portfolioContent,
[910] Fix | Delete
rmore: readMore,
[911] Fix | Delete
pagincont: pgContainer,
[912] Fix | Delete
paginnum: pgNumbers,
[913] Fix | Delete
paginactiv: pgActiveNumbers,
[914] Fix | Delete
postf: ptFilter,
[915] Fix | Delete
postfact: ptaFilter
[916] Fix | Delete
}
[917] Fix | Delete
};
[918] Fix | Delete
}
[919] Fix | Delete
}
[920] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function