: 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
wrap_class: 'unstick_when_wr',
id: 'unstick_when_element'+postfix,
wrap_class: 'unstick_opt_wr tf_inline_b',
id: 'unstick_when_el_row_id'+postfix,
wrap_class: 'unstick_row',
id: 'unstick_when_el_mod_id'+postfix,
wrap_class: 'unstick_module',
id: 'unstick_when_condition'+postfix,
id: 'unstick_when_pos'+postfix,
hide: 'unstick_when_pos_val'+postfix
show: 'unstick_when_pos_val'+postfix
show: 'unstick_when_pos_val'+postfix
id: 'unstick_when_pos_val'+postfix,
this.static.animation = [
id: 'animation_effect_delay',
id: 'animation_effect_repeat',
type: 'animation_select',
id: 'hover_animation_effect'
id: 'animation_effect_tab',
if (options[data] !== undefined) {
if (this.static[data] !== undefined) {
return this.static[data];
for (let i in this.static) {
if (data.type === 'custom_css') {
if (data.type === 'title') {
return data.label !== undefined ? (i18n[data.label] !== undefined ? i18n[data.label] : data.label) : false;
const sw = createElement('','tb_lightbox_switcher'),
breakpoints = this.breakpointsReverse;
for (let i = breakpoints.length - 1; i > -1; --i) {
btn = createElement('button',{class:'tab_' + b,'data-href':'#' + b,title:b === 'tablet_landscape' ? i18n.table_landscape : (b.charAt(0).toUpperCase() + b.substr(1))});
btn.appendChild(api.Helper.getIcon('ti-' + (b === 'tablet_landscape' ? 'tablet' : b)));
return sw.tfOn(_CLICK_, function (e) {
e.stopImmediatePropagation();
const id = e.target.closest('button')?.dataset.href.replace('#', '');
if (id && id !== api.activeBreakPoint) {
api.ToolBar.breakpointSwitcher(id);
_binding(_this, data, val, context) {
const {binding,type} = data;
if (type === 'select' && val == 0) {
const provider = Themify.parseVideo(val);
if (provider.type === 'youtube' || provider.type === 'vimeo') {
logic = binding.external;
logic = false !== url && topWindow.location.hostname === url.hostname ? binding.local : binding.empty;
} else if (!val && binding.empty !== undefined) {