: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
const {BaseStyles} = await import('../../editor/base-styles.mjs');
export class Module extends BaseStyles {
this.get_image('', 'b_i', 'bg_c', 'b_r', 'b_p', 'h')
this.get_color_type([' .themify_image_title', ' .themify_image_caption', ' .gallery-showcase-title-text']),
this.get_line_height(' .gallery-caption'),
this.get_letter_spacing(),
this.get_text_align(' .gallery-caption'),
this.get_text_transform(),
this.get_text_decoration(' .gallery-caption', 'text_decoration_regular'),
this.get_font_family('', 'f_f', 'h'),
this.get_color_type([':hover .themify_image_title', ':hover .themify_image_caption', ':hover .gallery-showcase-title-text'], '', 'f_c_t_h', 'f_c_h', 'f_g_c_h'),
this.get_font_size('', 'f_s', '', 'h'),
this.get_font_style('', 'f_st', 'f_w', 'h'),
this.get_text_decoration(' .gallery-caption', 't_d_r', 'h'),
this.get_text_shadow('', 't_sh', 'h')
this.get_color(' a', 'link_color'),
this.get_text_decoration(' a')
this.get_color(' a', 'link_color', null, null, 'hover'),
this.get_text_decoration(' a', 't_d', 'h')
this.get_padding('', 'p', 'h')
this.get_margin('', 'm', 'h')
this.get_border('', 'b', 'h')
this.get_blend('', '', 'h')
this.get_border_radius('', 'r_c', 'h')
this.get_box_shadow('', 'sh', 'h')
//this.get_expand('disp', this.get_self_align()),
this.get_zindex('', 'custom_parallax_scroll_zindex')
this.get_transform('', 'tr', 'h')
this.get_color('.module-gallery .gallery-icon img', 'g_i_bg_c', 'bg_c', 'background-color')
this.get_color('.module-gallery .gallery-icon img', 'g_i_bg_c', 'bg_c', 'background-color', 'h')
this.get_gap(' .module-gallery-grid', 'gr_ga_c','--galg', '', {'%':'',px:{max: 1000}}, 'hgap'),
this.get_gap(' .module-gallery-grid', 'gr_ga_r','--galh', '', {em:{max: 50},px:{max: 1000}}, 'vgap')
this.get_padding('.module-gallery .gallery-icon img', 'g_i_p')
this.get_padding('.module-gallery .gallery-icon img', 'g_i_p', 'h')
this.get_margin('.module-gallery .gallery-icon img', 'g_i_m')
this.get_margin('.module-gallery .gallery-icon img', 'g_i_m', 'h')
this.get_border('.module-gallery .gallery-icon img', 'g_i_b')
this.get_border('.module-gallery .gallery-icon img', 'g_i_b', 'h')
this.get_border_radius('.module-gallery .gallery-icon img', 'g_i_r_c')
this.get_border_radius('.module-gallery .gallery-icon img', 'g_i_r_c', 'h')
this.get_box_shadow('.module-gallery .gallery-icon img', 'g_i_b_sh')
this.get_box_shadow('.module-gallery .gallery-icon img', 'g_i_b_sh', 'h')
m_t: this.module_title_custom_style(),