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
/home/sportsfe.../httpdocs/wp-conte.../plugins/themify-.../includes/tpl
File: tmpl-common.php
<?php
[0] Fix | Delete
$post_id = Themify_Builder::$builder_active_id;
[1] Fix | Delete
$is_admin = is_admin();
[2] Fix | Delete
$post_id = empty($post_id) && true === $is_admin && !empty($_GET['post']) ? $_GET['post'] : $post_id;
[3] Fix | Delete
$eye= themify_get_icon('eye','ti');
[4] Fix | Delete
$edit=themify_get_icon('pencil','ti');
[5] Fix | Delete
$clipboard=themify_get_icon('clipboard','ti');
[6] Fix | Delete
$files=themify_get_icon('files','ti');
[7] Fix | Delete
$brush=themify_get_icon('brush','ti');
[8] Fix | Delete
$settings=themify_get_icon('settings','ti');
[9] Fix | Delete
$import=themify_get_icon('import','ti');
[10] Fix | Delete
$export=themify_get_icon('export','ti');
[11] Fix | Delete
$window=themify_get_icon('new-window','ti');
[12] Fix | Delete
$move=themify_get_icon('move','ti');
[13] Fix | Delete
$more=themify_get_icon('more','ti');
[14] Fix | Delete
$save=themify_get_icon('save','ti');
[15] Fix | Delete
$duplicate=themify_get_icon('layers','ti');
[16] Fix | Delete
$gs=themify_get_icon('brush-alt','ti');
[17] Fix | Delete
$grip=themify_get_icon('grip','fa');;
[18] Fix | Delete
$module_categories = array(
[19] Fix | Delete
'general' => array(
[20] Fix | Delete
'label' => __( 'General', 'themify' ),
[21] Fix | Delete
'active' => true
[22] Fix | Delete
),
[23] Fix | Delete
'addon' => array(
[24] Fix | Delete
'label' => __( 'Addons', 'themify' ),
[25] Fix | Delete
'active' => true
[26] Fix | Delete
),
[27] Fix | Delete
'site' => array(
[28] Fix | Delete
'label' => __( 'Site', 'themify' ),
[29] Fix | Delete
'active' => true
[30] Fix | Delete
)
[31] Fix | Delete
);
[32] Fix | Delete
[33] Fix | Delete
$usedIcons = array('link', 'angle-up', 'layers-alt', 'check', 'star', 'folder','alert','info','split-h','split-v','palette', 'align-left', 'align-center', 'align-right', 'align-justify','info-alt');
[34] Fix | Delete
if($is_admin===true){
[35] Fix | Delete
$usedIcons[]='na';
[36] Fix | Delete
}
[37] Fix | Delete
foreach ($usedIcons as $icon) {
[38] Fix | Delete
themify_get_icon($icon, 'ti'); //used icons
[39] Fix | Delete
}
[40] Fix | Delete
[41] Fix | Delete
$usedIcons = null;
[42] Fix | Delete
$module_categories = apply_filters( 'themify_module_categories', $module_categories );
[43] Fix | Delete
$breakpoints = array('desktop' => '') + themify_get_breakpoints();
[44] Fix | Delete
$isGsPost=Themify_Global_Styles::$isGlobalEditPage===true?' gs_post':'';
[45] Fix | Delete
[46] Fix | Delete
?>
[47] Fix | Delete
<style id="module_lightbox_grid_style" type="text/template">
[48] Fix | Delete
<?php echo file_get_contents(THEMIFY_BUILDER_DIR . '/css/editor/components/lightbox-grid.css'); ?>
[49] Fix | Delete
</style>
[50] Fix | Delete
<div id="tb_main_toolbar_root" class="tf_w" style="display:none">
[51] Fix | Delete
<template shadowrootmode="open">
[52] Fix | Delete
<style id="tf_base">
[53] Fix | Delete
<?php echo file_get_contents(THEMIFY_DIR . '/css/base.min.css'); ?>
[54] Fix | Delete
</style>
[55] Fix | Delete
<style id="module_combine_style">
[56] Fix | Delete
<?php echo file_get_contents(THEMIFY_BUILDER_DIR . '/css/editor/components/combine.css'); ?>
[57] Fix | Delete
</style>
[58] Fix | Delete
<link href="<?php echo THEMIFY_BUILDER_URI ?>/css/editor/components/toolbar.css?ver<?php echo THEMIFY_VERSION?>" rel="stylesheet" id="module_toolbar_style">
[59] Fix | Delete
<?php if($is_admin):?>
[60] Fix | Delete
<link href="<?php echo THEMIFY_BUILDER_URI ?>/css/editor/backend/components/toolbar.css?ver<?php echo THEMIFY_VERSION?>" rel="stylesheet">
[61] Fix | Delete
<?php endif;?>
[62] Fix | Delete
<?php do_action('tb_toolbar_styles')?>
[63] Fix | Delete
<div id="toolbar" class="builder-breakpoint-desktop flex<?php echo $isGsPost?> tf_w">
[64] Fix | Delete
<button type="button" class="plus tf_plus_icon tf_rel"></button>
[65] Fix | Delete
<ul class="menu flex">
[66] Fix | Delete
<?php if ($is_admin === false): ?>
[67] Fix | Delete
<li class="zoom_menu">
[68] Fix | Delete
<a href="javascript:;" class="zoom zoom_toggle tb_tooltip btn" data-zoom="100" tabindex="-1">
[69] Fix | Delete
<?php echo themify_get_icon('zoom-in', 'ti') ?>
[70] Fix | Delete
<span><?php _e('Zoom', 'themify'); ?></span>
[71] Fix | Delete
</a>
[72] Fix | Delete
<ul class="submenu tf_abs_t tf_hide">
[73] Fix | Delete
<li><button type="button" class="zoom btn" data-zoom="50"><?php _e('50%', 'themify'); ?></button></li>
[74] Fix | Delete
<li><button type="button" class="zoom btn" data-zoom="75"><?php _e('75%', 'themify'); ?></button></li>
[75] Fix | Delete
<li><button type="button" class="zoom btn" data-zoom="100"><?php _e('100%', 'themify'); ?></button></li>
[76] Fix | Delete
</ul>
[77] Fix | Delete
</li>
[78] Fix | Delete
<li class="divider"></li>
[79] Fix | Delete
<li><button type="button" class="tb_tooltip preview btn"><?php echo themify_get_icon('layout-media-center-alt', 'ti') ?><span><?php _e('Preview', 'themify'); ?></span></button></li>
[80] Fix | Delete
<li class="divider"></li>
[81] Fix | Delete
<?php endif;?>
[82] Fix | Delete
<?php if ($is_admin===false): ?>
[83] Fix | Delete
<li><button type="button" class="tb_tooltip backend_mode btn"><?php echo themify_get_icon('view-list-alt', 'ti') ?><span><?php _e('Backend Mode','themify')?></span></button></li>
[84] Fix | Delete
<li class="divider"></li>
[85] Fix | Delete
<?php endif; ?>
[86] Fix | Delete
<?php
[87] Fix | Delete
$cus_css = get_post_meta($post_id, 'tbp_custom_css', true);
[88] Fix | Delete
?>
[89] Fix | Delete
<li class="breakpoint_switcher">
[90] Fix | Delete
<a href="javascript:;" class="tb_tooltip compact compact_switcher breakpoint-desktop btn tf_hide" tabindex="-1"><?php echo themify_get_icon('desktop', 'ti') ?>
[91] Fix | Delete
<span><?php _e('Desktop', 'themify'); ?></span>
[92] Fix | Delete
</a>
[93] Fix | Delete
<ul class="flex" tabindex="-1">
[94] Fix | Delete
<?php foreach ($breakpoints as $b => $v): ?>
[95] Fix | Delete
<li class="<?php echo strtolower($b); ?>">
[96] Fix | Delete
<a href="javascript:;" class="tb_tooltip breakpoint_switch btn breakpoint-<?php echo $b ?>" tabindex="-1"><?php echo themify_get_icon(($b === 'tablet_landscape' ? 'tablet' : $b), 'ti') ?>
[97] Fix | Delete
<span><?php echo $b === 'tablet_landscape' ? __('Tablet Landscape', 'themify') : ($b === 'tablet' ? __('Tablet Portrait', 'themify') : ucfirst($b)); ?></span>
[98] Fix | Delete
</a>
[99] Fix | Delete
</li>
[100] Fix | Delete
<?php endforeach; ?>
[101] Fix | Delete
</ul>
[102] Fix | Delete
</li>
[103] Fix | Delete
<li class="divider"></li>
[104] Fix | Delete
<li class="menu_undo">
[105] Fix | Delete
<a href="javascript:;" class="tb_tooltip compact compact_undo disabled tf_hide btn" tabindex="-1"><?php echo themify_get_icon('back-left', 'ti') ?><span><?php _e('Undo (CTRL+Z)', 'themify'); ?></span></a>
[106] Fix | Delete
<ul class="flex" tabindex="-1">
[107] Fix | Delete
<li><button type="button" class="tb_tooltip undo_redo undo disabled btn"><?php echo themify_get_icon('back-left', 'ti') ?><span><?php _e('Undo (CTRL+Z)', 'themify'); ?></span></button></li>
[108] Fix | Delete
<li><button type="button" class="tb_tooltip undo_redo redo disabled btn"><?php echo themify_get_icon('back-right', 'ti') ?><span><?php _e('Redo (CTRL+SHIFT+Z)', 'themify'); ?></span></button></li>
[109] Fix | Delete
</ul>
[110] Fix | Delete
</li>
[111] Fix | Delete
<li class="divider"></li>
[112] Fix | Delete
<li class="import">
[113] Fix | Delete
<a href="javascript:;" class="compact tb_tooltip btn tf_hide" tabindex="-1"><?php echo $import ?><span><?php _e('Import', 'themify'); ?></span></a>
[114] Fix | Delete
<ul class="flex">
[115] Fix | Delete
<li>
[116] Fix | Delete
<a href="javascript:;" class="tb_tooltip btn" tabindex="-1"><?php echo $import ?><span><?php _e('Import', 'themify'); ?></span></a>
[117] Fix | Delete
<ul class="submenu tf_abs_t tf_hide">
[118] Fix | Delete
<li><button type="button" data-type="file" class="btn"><?php _e('Import From File', 'themify'); ?></button></li>
[119] Fix | Delete
<li><button type="button" data-type="post" class="btn"><?php _e('Import From Posts or Pages', 'themify'); ?></button></li>
[120] Fix | Delete
</ul>
[121] Fix | Delete
</li>
[122] Fix | Delete
<li class="export">
[123] Fix | Delete
<button type="button" class="tb_tooltip btn">
[124] Fix | Delete
<?php echo $export ?>
[125] Fix | Delete
<span><?php _e('Export', 'themify'); ?></span>
[126] Fix | Delete
</button>
[127] Fix | Delete
</li>
[128] Fix | Delete
</ul>
[129] Fix | Delete
</li>
[130] Fix | Delete
<li class="divider"></li>
[131] Fix | Delete
<li class="layout">
[132] Fix | Delete
<a href="javascript:;" class="tb_tooltip btn" tabindex="-1"><?php echo themify_get_icon('layout', 'ti') ?><span><?php _e('Layouts', 'themify'); ?></span></a>
[133] Fix | Delete
<ul class="submenu tf_abs_t tf_hide">
[134] Fix | Delete
<li><button type="button" class="load_layout btn"><?php _e('Load Layout', 'themify'); ?></button></li>
[135] Fix | Delete
<li><button type="button" class="save_layout btn"><?php _e('Save as Layout', 'themify'); ?></button></li>
[136] Fix | Delete
</ul>
[137] Fix | Delete
</li>
[138] Fix | Delete
<li class="divider"></li>
[139] Fix | Delete
<li><button type="button" class="tb_tooltip duplicate btn"><?php echo $duplicate?><span><?php _e('Duplicate this page', 'themify'); ?></span></button></li>
[140] Fix | Delete
<li class="divider"></li>
[141] Fix | Delete
<li><button type="button" class="tb_tooltip custom_css btn<?php echo trim($cus_css) !== '' ? ' active' : ''; ?>"><span><?php _e('Custom CSS', 'themify'); ?></span><?php _e('CSS', 'themify'); ?></button></li>
[142] Fix | Delete
<li class="divider"></li>
[143] Fix | Delete
<li class="mode">
[144] Fix | Delete
<a href="javascript:;" class="tb_tooltip btn" tabindex="-1"><?php echo themify_get_icon('panel', 'ti') ?><span><?php _e('Interface Options', 'themify'); ?></span></a>
[145] Fix | Delete
<ul class="submenu tf_abs_t tf_hide">
[146] Fix | Delete
<li class="switch-wrapper right_click_wrap">
[147] Fix | Delete
<div class="tb_switcher">
[148] Fix | Delete
<label>
[149] Fix | Delete
<input type="checkbox" class="tb_checkbox toggle_switch right_click_mode tf_hide" checked="checked">
[150] Fix | Delete
<div data-on="<?php _e('Right Click', 'themify') ?>" data-off="<?php _e('Right Click', 'themify') ?>" class="switch_label"></div>
[151] Fix | Delete
</label>
[152] Fix | Delete
</div>
[153] Fix | Delete
</li>
[154] Fix | Delete
<?php if ($is_admin===false): ?>
[155] Fix | Delete
<li class="switch-wrapper">
[156] Fix | Delete
<div class="tb_switcher">
[157] Fix | Delete
<label>
[158] Fix | Delete
<input type="checkbox" class="tb_checkbox toggle_switch padding_dragging_mode tf_hide" checked="checked">
[159] Fix | Delete
<div data-on="<?php _e('Padding Dragging', 'themify') ?>" data-off="<?php _e('Padding Dragging', 'themify') ?>" class="switch_label"></div>
[160] Fix | Delete
</label>
[161] Fix | Delete
</div>
[162] Fix | Delete
</li>
[163] Fix | Delete
<li class="switch-wrapper">
[164] Fix | Delete
<div class="tb_switcher">
[165] Fix | Delete
<label>
[166] Fix | Delete
<input type="checkbox" class="tb_checkbox toggle_switch inline_editor_mode tf_hide" checked="checked">
[167] Fix | Delete
<div data-on="<?php _e('Inline Editor', 'themify') ?>" data-off="<?php _e('Inline Editor', 'themify') ?>" class="switch_label"></div>
[168] Fix | Delete
</label>
[169] Fix | Delete
</div>
[170] Fix | Delete
</li>
[171] Fix | Delete
<?php endif; ?>
[172] Fix | Delete
<li class="switch-wrapper">
[173] Fix | Delete
<div class="tb_switcher">
[174] Fix | Delete
<label>
[175] Fix | Delete
<input type="checkbox" class="tb_checkbox toggle_switch dark_mode tf_hide">
[176] Fix | Delete
<div data-on="<?php _e('Dark Mode', 'themify') ?>" data-off="<?php _e('Dark Mode', 'themify') ?>" class="switch_label"></div>
[177] Fix | Delete
</label>
[178] Fix | Delete
</div>
[179] Fix | Delete
</li>
[180] Fix | Delete
</ul>
[181] Fix | Delete
</li>
[182] Fix | Delete
<?php if($isGsPost==='' && false):?>
[183] Fix | Delete
<li><button type="button" class="tb_tooltip tree btn"><?php echo themify_get_icon('view-list-alt', 'ti') ?><span><?php _e('Tree View','themify')?></span></button></li>
[184] Fix | Delete
<li class="divider"></li>
[185] Fix | Delete
<?php endif; ?>
[186] Fix | Delete
<li class="divider"></li>
[187] Fix | Delete
<li><button type="button" class="tb_tooltip help btn"><?php echo themify_get_icon('help', 'ti') ?><span><?php _e('Help', 'themify'); ?></span></button></li>
[188] Fix | Delete
</ul>
[189] Fix | Delete
[190] Fix | Delete
<div class="save_wrap">
[191] Fix | Delete
<?php if (get_post_status($post_id) !== 'auto-draft'): ?>
[192] Fix | Delete
<?php if ($is_admin === true): ?>
[193] Fix | Delete
<a href="<?php echo get_permalink($post_id) ?>#builder_active" id="frontend" class="switch"><?php echo themify_get_icon('arrow-right', 'ti') ?><span><?php _e('Frontend', 'themify'); ?></span></a>
[194] Fix | Delete
<?php else: ?>
[195] Fix | Delete
<a href="<?php echo get_edit_post_link($post_id); ?>#builder_active" id="backend" class="switch"><?php echo themify_get_icon('arrow-left', 'ti') ?><span><?php esc_html_e('Backend', 'themify'); ?></span></a>
[196] Fix | Delete
<?php endif; ?>
[197] Fix | Delete
<?php endif; ?>
[198] Fix | Delete
<?php if ($is_admin===false): ?>
[199] Fix | Delete
<button type="button" class="tb_tooltip tf_close" title="<?php _e('ESC', 'themify') ?>"><span><?php _e('Close', 'themify'); ?></span></button>
[200] Fix | Delete
<?php endif; ?>
[201] Fix | Delete
<div class="save_btn_wrap tf_rel">
[202] Fix | Delete
<button type="button" class="save save_btn" title="<?php _e('Ctrl + S', 'themify') ?>"><?php _e('Save', 'themify'); ?></button>
[203] Fix | Delete
<div tabindex="-1" class="revision_btn">
[204] Fix | Delete
<?php echo themify_get_icon('angle-down', 'ti') ?>
[205] Fix | Delete
<ul class="submenu tf_abs_t tf_hide">
[206] Fix | Delete
<?php if(Themify_Builder_Revisions::is_revision_enabled($post_id)):?>
[207] Fix | Delete
<li><button type="button" class="save_revision btn"><?php _e('Save as Revision', 'themify'); ?></button></li>
[208] Fix | Delete
<?php endif;?>
[209] Fix | Delete
<li><button type="button" class="load_revision btn"><?php _e('Load Revision', 'themify'); ?></button></li>
[210] Fix | Delete
</ul>
[211] Fix | Delete
</div>
[212] Fix | Delete
</div>
[213] Fix | Delete
</div>
[214] Fix | Delete
<!-- Global Styles breadcrumb -->
[215] Fix | Delete
<?php
[216] Fix | Delete
unset($cus_css);
[217] Fix | Delete
if ($is_admin === false) {
[218] Fix | Delete
Themify_Global_Styles::breadcrumb();
[219] Fix | Delete
}
[220] Fix | Delete
?>
[221] Fix | Delete
<!-- /Global Styles breadcrumb -->
[222] Fix | Delete
</div>
[223] Fix | Delete
</template>
[224] Fix | Delete
</div>
[225] Fix | Delete
[226] Fix | Delete
<template id="tmpl-builder_lightbox">
[227] Fix | Delete
<?php //tabindex is need for detect keydown event ?>
[228] Fix | Delete
<div id="tb_lightbox_parent" class="themify_builder builder-lightbox <?php echo $isGsPost?> tf_text_dec tf_box tf_hide" tabindex="-1">
[229] Fix | Delete
<style id="module_breadcrumbs_style">
[230] Fix | Delete
<?php echo file_get_contents(THEMIFY_BUILDER_DIR.'/css/editor/components/breadcrumbs.css');?>
[231] Fix | Delete
</style>
[232] Fix | Delete
<div class="tb_action_breadcrumb tf_rel tf_scrollbar"></div>
[233] Fix | Delete
<div class="tb_lightbox_top_bar">
[234] Fix | Delete
<ul class="tb_options_tab"></ul>
[235] Fix | Delete
<div class="tb_lightbox_actions">
[236] Fix | Delete
<button type="button" class="builder_cancel_docked_mode tf_hide"><?php echo $window?></button>
[237] Fix | Delete
<div class="tb_close_lightbox tf_close"><span><?php _e('Cancel', 'themify') ?></span></div>
[238] Fix | Delete
<span class="tb_lightbox_actions_wrap"></span>
[239] Fix | Delete
</div>
[240] Fix | Delete
</div>
[241] Fix | Delete
<div id="tb_lightbox_container" class="tf_scrollbar tf_overflow tf_box"></div>
[242] Fix | Delete
<div class="tb_resizable tb_resizable_st" data-axis="-y"></div>
[243] Fix | Delete
<div class="tb_resizable tb_resizable_e" data-axis="x"></div>
[244] Fix | Delete
<div class="tb_resizable tb_resizable_s" data-axis="y"></div>
[245] Fix | Delete
<div class="tb_resizable tb_resizable_w" data-axis="w"></div>
[246] Fix | Delete
<div class="tb_resizable tb_resizable_se" data-axis="se"></div>
[247] Fix | Delete
<div class="tb_resizable tb_resizable_we" data-axis="sw"></div>
[248] Fix | Delete
<div class="tb_resizable tb_resizable_nw" data-axis="nw"></div>
[249] Fix | Delete
<div class="tb_resizable tb_resizable_ne" data-axis="ne"></div>
[250] Fix | Delete
</div>
[251] Fix | Delete
</template>
[252] Fix | Delete
<div id="tb_lite_lightbox_root" class="tf_hide tf_w tf_h" role="dialog">
[253] Fix | Delete
<template shadowrootmode="open">
[254] Fix | Delete
<link href="<?php echo THEMIFY_BUILDER_URI ?>/css/editor/components/lite-lightbox.css?ver<?php echo THEMIFY_VERSION?>" as="style" rel="preload" onload="this.rel = 'stylesheet'">
[255] Fix | Delete
<div id="wrapper" class="tf_w tf_h<?php echo $isGsPost?>"></div>
[256] Fix | Delete
</template>
[257] Fix | Delete
</div>
[258] Fix | Delete
<template id="tmpl-builder_row_item">
[259] Fix | Delete
<div class="tb_visibility_hint tf_overflow tf_abs_t tf_hide"><?php echo $eye;?></div>
[260] Fix | Delete
<div class="tb_row_info tf_overflow tf_abs_t">
[261] Fix | Delete
<span class="tb_row_id"></span>
[262] Fix | Delete
<span class="tb_row_anchor"></span>
[263] Fix | Delete
</div>
[264] Fix | Delete
<div class="row_inner tf_box tf_w tf_rel"></div>
[265] Fix | Delete
<div class="tb_action_wrap tb_row_action tf_abs_t tf_box tf_clear tf_hide"><?php echo $grip;?></div>
[266] Fix | Delete
</template>
[267] Fix | Delete
<template id="tmpl-builder_subrow_item">
[268] Fix | Delete
<div class="module_subrow themify_builder_sub_row">
[269] Fix | Delete
<span class="tb_visibility_hint tf_overflow tf_abs_t tf_hide"><?php echo $eye;?></span>
[270] Fix | Delete
<span class="tb_action_wrap tb_subrow_action tf_abs_t tf_box tf_hide"><?php echo $grip?></span>
[271] Fix | Delete
</div>
[272] Fix | Delete
</template>
[273] Fix | Delete
<template id="tmpl-builder_column_item">
[274] Fix | Delete
<div class="tb_col_side tb_col_side_left tf_abs_t tf_box tf_hide"></div>
[275] Fix | Delete
<div class="tb_col_side tb_col_side_right tf_abs_t tf_box tf_hide"></div>
[276] Fix | Delete
<div class="tb_grid_drag tb_drag_right tf_abs_t tf_h tf_hide" draggable></div>
[277] Fix | Delete
<div class="tb_grid_drag tb_drag_left tf_abs_t tf_h tf_hide" draggable></div>
[278] Fix | Delete
<div class="tb_holder"></div>
[279] Fix | Delete
<div class="tf_plus_icon tb_column_btn_plus tb_disable_sorting"></div>
[280] Fix | Delete
<div class="tb_action_wrap tb_column_action tf_abs_t tf_box tf_hide"><?php echo $grip?></div>
[281] Fix | Delete
</template>
[282] Fix | Delete
<template id="tmpl-builder_row_action">
[283] Fix | Delete
<style id="module_form_fields_style">
[284] Fix | Delete
<?php echo str_replace('img/',THEMIFY_BUILDER_URI.'/css/editor/img/',file_get_contents(THEMIFY_BUILDER_DIR.'/css/editor/components/form-fields.css'))?>
[285] Fix | Delete
</style>
[286] Fix | Delete
<style id="module_row_grids_style">
[287] Fix | Delete
<?php echo str_replace('img/',THEMIFY_BUILDER_URI.'/css/editor/img/',file_get_contents(THEMIFY_BUILDER_DIR.'/css/editor/components/row-grids.css'));?>
[288] Fix | Delete
</style>
[289] Fix | Delete
<div class="wrap<?php if($is_admin===true):?> backend<?php endif;?><?php echo $isGsPost?>">
[290] Fix | Delete
<ul class="dropdown row tf_box" part="dropdown">
[291] Fix | Delete
<li data-action="move" class="tb_move">
[292] Fix | Delete
<?php echo $move?>
[293] Fix | Delete
<div class="themify_tooltip"><?php _e('Move Row', 'themify') ?></div>
[294] Fix | Delete
</li>
[295] Fix | Delete
<li class="up_down tf_hide">
[296] Fix | Delete
<ul>
[297] Fix | Delete
<li data-action="up" class="arr up">
[298] Fix | Delete
<div class="themify_tooltip"><?php _e('Move Up', 'themify') ?></div>
[299] Fix | Delete
</li>
[300] Fix | Delete
<li data-action="down" class="arr down">
[301] Fix | Delete
<div class="themify_tooltip"><?php _e('Move Down', 'themify') ?></div>
[302] Fix | Delete
</li>
[303] Fix | Delete
</ul>
[304] Fix | Delete
</li>
[305] Fix | Delete
<li class="tb_row_settings" data-href="options" data-action="edit">
[306] Fix | Delete
<?php echo $settings; ?>
[307] Fix | Delete
<div class="themify_tooltip"><?php _e('Options', 'themify') ?></div>
[308] Fix | Delete
</li>
[309] Fix | Delete
<li data-action="styling">
[310] Fix | Delete
<?php echo $brush; ?>
[311] Fix | Delete
<div class="themify_tooltip"><?php _e('Styling', 'themify') ?></div>
[312] Fix | Delete
</li>
[313] Fix | Delete
<li data-action="duplicate">
[314] Fix | Delete
<?php echo $duplicate; ?>
[315] Fix | Delete
<div class="themify_tooltip"><?php _e('Duplicate', 'themify') ?></div>
[316] Fix | Delete
</li>
[317] Fix | Delete
<li class="tf_close" part="delete">
[318] Fix | Delete
<div class="themify_tooltip"><?php _e('Delete', 'themify') ?></div>
[319] Fix | Delete
</li>
[320] Fix | Delete
<li class="more">
[321] Fix | Delete
<?php echo $more; ?>
[322] Fix | Delete
<ul class="menu tf_box tf_hide" part="menu">
[323] Fix | Delete
<li data-action="save"><?php echo $save, __('Save', 'themify') ?></li>
[324] Fix | Delete
<li data-action="export"><?php echo $export,__('Export', 'themify') ?></li>
[325] Fix | Delete
<li data-action="import"><?php echo $import,__('Import', 'themify') ?></li>
[326] Fix | Delete
<li data-action="copy"><?php echo $files,__('Copy', 'themify') ?></li>
[327] Fix | Delete
<li class="inner_more">
[328] Fix | Delete
<?php echo $clipboard,__('Paste', 'themify') ?>
[329] Fix | Delete
<ul class="menu inner_menu tf_box tf_hide" part="menu inner_menu">
[330] Fix | Delete
<li data-action="paste"><?php _e('Paste', 'themify') ?></li>
[331] Fix | Delete
<li data-action="paste" class="style"><?php _e('Paste Styling', 'themify') ?></li>
[332] Fix | Delete
</ul>
[333] Fix | Delete
</li>
[334] Fix | Delete
<li data-action="visibility">
[335] Fix | Delete
<?php echo $eye,__('Visibility', 'themify') ?>
[336] Fix | Delete
</li>
[337] Fix | Delete
</ul>
[338] Fix | Delete
</li>
[339] Fix | Delete
</ul>
[340] Fix | Delete
<div id="options" class="tab tf_abs_t tf_box tf_hide">
[341] Fix | Delete
<span class="expand">
[342] Fix | Delete
<?php echo $window?>
[343] Fix | Delete
<span class="themify_tooltip"><?php _e('Edit Row', 'themify') ?></span>
[344] Fix | Delete
</span>
[345] Fix | Delete
<ul class="row_menu grid_layout">
[346] Fix | Delete
<li class="selected" data-href="grid"><?php _e('Grid', 'themify') ?></li>
[347] Fix | Delete
<li data-href="row_options"><?php _e('Row Options', 'themify') ?></li>
[348] Fix | Delete
</ul>
[349] Fix | Delete
<div id="grid" class="tf_hide selected"></div>
[350] Fix | Delete
<div id="row_options" class="tf_hide"></div>
[351] Fix | Delete
</div>
[352] Fix | Delete
</div>
[353] Fix | Delete
</template>
[354] Fix | Delete
<template id="tmpl-builder_column_action">
[355] Fix | Delete
<ul class="dropdown column<?php if($is_admin===true):?> backend<?php endif;?><?php echo $isGsPost?> tf_box" part="dropdown">
[356] Fix | Delete
<li class="more">
[357] Fix | Delete
<?php echo $more; ?>
[358] Fix | Delete
<ul class="menu tf_box tf_hide" part="menu">
[359] Fix | Delete
<li data-action="export">
[360] Fix | Delete
<?php echo $export, __('Export', 'themify'); ?>
[361] Fix | Delete
</li>
[362] Fix | Delete
<li data-action="import">
[363] Fix | Delete
<?php echo $import, __('Import', 'themify'); ?>
[364] Fix | Delete
</li>
[365] Fix | Delete
<li data-action="copy">
[366] Fix | Delete
<?php echo $files, __('Copy', 'themify'); ?>
[367] Fix | Delete
</li>
[368] Fix | Delete
<li class="inner_more">
[369] Fix | Delete
<?php echo $clipboard, __('Paste', 'themify'); ?>
[370] Fix | Delete
<ul class="menu inner_menu tf_box tf_hide" part="menu inner_menu">
[371] Fix | Delete
<li data-action="paste"><?php _e('Paste', 'themify') ?></li>
[372] Fix | Delete
<li data-action="paste" class="style"><?php _e('Paste Styling', 'themify') ?></li>
[373] Fix | Delete
</ul>
[374] Fix | Delete
</li>
[375] Fix | Delete
</ul>
[376] Fix | Delete
</li>
[377] Fix | Delete
<li class="tf_close" part="delete">
[378] Fix | Delete
<div class="themify_tooltip"><?php _e('Delete', 'themify') ?></div>
[379] Fix | Delete
</li>
[380] Fix | Delete
<li data-action="styling">
[381] Fix | Delete
<?php echo $brush; ?>
[382] Fix | Delete
<div class="themify_tooltip"><?php _e('Styling', 'themify') ?></div>
[383] Fix | Delete
</li>
[384] Fix | Delete
<li class="edit" data-action="edit">
[385] Fix | Delete
<?php echo $settings; ?>
[386] Fix | Delete
<div class="themify_tooltip"><?php _e('Edit', 'themify') ?></div>
[387] Fix | Delete
</li>
[388] Fix | Delete
<li class="plus" part="add_col">
[389] Fix | Delete
<div class="themify_tooltip"><?php _e('Add Column', 'themify') ?></div>
[390] Fix | Delete
</li>
[391] Fix | Delete
<li data-action="move" class="tb_move">
[392] Fix | Delete
<?php echo $move?>
[393] Fix | Delete
<div class="themify_tooltip"><?php _e('Move Column', 'themify') ?></div>
[394] Fix | Delete
</li>
[395] Fix | Delete
</ul>
[396] Fix | Delete
</template>
[397] Fix | Delete
<template id="tmpl-builder_subrow_action">
[398] Fix | Delete
<div class="wrap<?php if($is_admin===true):?> backend<?php endif;?><?php echo $isGsPost?>">
[399] Fix | Delete
<ul class="dropdown subrow tf_box" part="dropdown">
[400] Fix | Delete
<li data-action="move" class="tb_move">
[401] Fix | Delete
<?php echo $move; ?>
[402] Fix | Delete
<div class="themify_tooltip"><?php _e('Move Subrow', 'themify') ?></div>
[403] Fix | Delete
</li>
[404] Fix | Delete
<li class="tb_row_settings" data-href="grid" data-action="edit">
[405] Fix | Delete
<?php echo $settings; ?>
[406] Fix | Delete
<div class="themify_tooltip"><?php _e('Options', 'themify') ?></div>
[407] Fix | Delete
</li>
[408] Fix | Delete
<li data-action="styling">
[409] Fix | Delete
<?php echo $brush; ?>
[410] Fix | Delete
<div class="themify_tooltip"><?php _e('Styling', 'themify') ?></div>
[411] Fix | Delete
</li>
[412] Fix | Delete
<li data-action="duplicate">
[413] Fix | Delete
<?php echo $duplicate; ?>
[414] Fix | Delete
<div class="themify_tooltip"><?php _e('Duplicate', 'themify') ?></div>
[415] Fix | Delete
</li>
[416] Fix | Delete
<li class="tf_close" part="delete">
[417] Fix | Delete
<div class="themify_tooltip"><?php _e('Delete', 'themify') ?></div>
[418] Fix | Delete
</li>
[419] Fix | Delete
<li class="more">
[420] Fix | Delete
<?php echo $more; ?>
[421] Fix | Delete
<ul class="menu tf_box tf_hide" part="menu">
[422] Fix | Delete
<li data-action="export">
[423] Fix | Delete
<?php echo $export, __('Export', 'themify'); ?>
[424] Fix | Delete
</li>
[425] Fix | Delete
<li data-action="import">
[426] Fix | Delete
<?php echo $import, __('Import', 'themify'); ?>
[427] Fix | Delete
</li>
[428] Fix | Delete
<li data-action="copy">
[429] Fix | Delete
<?php echo $files, __('Copy', 'themify'); ?>
[430] Fix | Delete
</li>
[431] Fix | Delete
<li class="inner_more">
[432] Fix | Delete
<?php echo $clipboard, __('Paste', 'themify'); ?>
[433] Fix | Delete
<ul class="menu inner_menu tf_box tf_hide" part="menu inner_menu">
[434] Fix | Delete
<li data-action="paste"><?php _e('Paste', 'themify') ?></li>
[435] Fix | Delete
<li data-action="paste" class="style"><?php _e('Paste Styling', 'themify') ?></li>
[436] Fix | Delete
</ul>
[437] Fix | Delete
</li>
[438] Fix | Delete
<li data-action="visibility">
[439] Fix | Delete
<?php echo $eye, __('Visibility', 'themify'); ?>
[440] Fix | Delete
</li>
[441] Fix | Delete
</ul>
[442] Fix | Delete
</li>
[443] Fix | Delete
</ul>
[444] Fix | Delete
<div id="grid" class="tab tf_abs_t tf_box tf_hide">
[445] Fix | Delete
<span class="expand" data-action="edit">
[446] Fix | Delete
<?php echo $window?>
[447] Fix | Delete
<span class="themify_tooltip"><?php _e('Edit Subrow', 'themify') ?></span>
[448] Fix | Delete
</span>
[449] Fix | Delete
</div>
[450] Fix | Delete
</div>
[451] Fix | Delete
</template>
[452] Fix | Delete
<template id="tmpl-builder_module_action">
[453] Fix | Delete
<style id="action_bar_style">
[454] Fix | Delete
<?php echo file_get_contents(THEMIFY_BUILDER_DIR.'/css/editor/components/action-bar.css');?>
[455] Fix | Delete
</style>
[456] Fix | Delete
<?php do_action('tb_bar_styles')?>
[457] Fix | Delete
<ul class="dropdown module<?php if($is_admin===true):?> backend<?php endif;?><?php echo $isGsPost?> tf_box" part="dropdown">
[458] Fix | Delete
<li class="edit" data-action="edit">
[459] Fix | Delete
<?php echo $edit; ?>
[460] Fix | Delete
<div class="themify_tooltip"><?php _e('Edit', 'themify') ?></div>
[461] Fix | Delete
</li>
[462] Fix | Delete
<?php if($is_admin===false):?>
[463] Fix | Delete
<li class="swap tf_hide" part="swap">
[464] Fix | Delete
<?php echo $settings; ?>
[465] Fix | Delete
<div class="themify_tooltip"><?php _e('Options', 'themify') ?></div>
[466] Fix | Delete
</li>
[467] Fix | Delete
<?php endif;?>
[468] Fix | Delete
<li data-action="styling">
[469] Fix | Delete
<?php echo $brush; ?>
[470] Fix | Delete
<div class="themify_tooltip"><?php _e('Styling', 'themify') ?></div>
[471] Fix | Delete
</li>
[472] Fix | Delete
<li data-action="duplicate">
[473] Fix | Delete
<?php echo $duplicate; ?>
[474] Fix | Delete
<div class="themify_tooltip"><?php _e('Duplicate', 'themify') ?></div>
[475] Fix | Delete
</li>
[476] Fix | Delete
<li class="tf_close" part="delete">
[477] Fix | Delete
<div class="themify_tooltip"><?php _e('Delete', 'themify') ?></div>
[478] Fix | Delete
</li>
[479] Fix | Delete
<li part="nested">
[480] Fix | Delete
<?php echo themify_get_icon('widgetized','ti')?>
[481] Fix | Delete
<div class="themify_tooltip"><?php _e('Structure', 'themify') ?></div>
[482] Fix | Delete
</li>
[483] Fix | Delete
<li class="more">
[484] Fix | Delete
<?php echo $more; ?>
[485] Fix | Delete
<ul class="menu tf_box tf_hide" part="menu">
[486] Fix | Delete
<li data-action="save"><?php echo $save,__('Save', 'themify') ?></li>
[487] Fix | Delete
<li data-action="export">
[488] Fix | Delete
<?php echo $export,__('Export', 'themify') ?>
[489] Fix | Delete
</li>
[490] Fix | Delete
<li data-action="import">
[491] Fix | Delete
<?php echo $import,__('Import', 'themify') ?>
[492] Fix | Delete
</li>
[493] Fix | Delete
<li data-action="copy">
[494] Fix | Delete
<?php echo $files,__('Copy', 'themify') ?>
[495] Fix | Delete
</li>
[496] Fix | Delete
<li class="inner_more">
[497] Fix | Delete
<?php echo $clipboard,__('Paste', 'themify') ?>
[498] Fix | Delete
<ul class="menu inner_menu tf_box tf_hide" part="menu inner_menu">
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function