Commit inicial - WordPress Análisis de Precios Unitarios

- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-03 21:04:30 -06:00
commit a22573bf0b
24068 changed files with 4993111 additions and 0 deletions

View File

@@ -0,0 +1,77 @@
<style type="text/css">
#wpadminbar {
z-index: 999992 !important;
}
</style>
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_01 tve_white"
style="background-image: url('<?php echo TVE_Ult_Const::plugin_url( "tcb-bridge/editor-templates/css/images/tvu_set1_bg.jpg" ) ?>'); background-size:cover; background-position: center center;">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 class="tve_p_right tvu-heading" style="color: #d7fe3a; font-size: 26px;margin-top: 20px;margin-bottom: 0;">
Time before this offer runs out:
</h5>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_black tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">days</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">hours</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">minutes</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">seconds</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">Get it Now!</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,74 @@
<style type="text/css">
#wpadminbar {
z-index: 999992 !important;
}
</style>
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_02 tve_red">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 class="rft tvu-heading" style="color: #fff; font-size: 48px;margin-top: 10px;margin-bottom: 0;">
Beauty voucher expires in:
</h5>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_red tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">days</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">hours</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">minutes</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">seconds</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">Get it Now!</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,75 @@
<style type="text/css">
#wpadminbar {
z-index: 999992 !important;
}
</style>
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_03 tve_red">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<h5 class="rft tvu-heading" style="color: #fff; font-size: 30px;margin-top: 15px;margin-bottom: 0;">
This Offer expires in:
</h5>
</div>
</div>
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_white tve_countdown_1"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center" style="margin-top: 5px;">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">D</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">H</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">M</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">S</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">Get this Offer Now</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,80 @@
<style type="text/css">
#wpadminbar {
z-index: 999992 !important;
}
</style>
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_04 tve_blue">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-75">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<h5 style="color: #fff; font-size: 26px;margin-top: 10px;margin-bottom: 0;" class="tvu-heading">
Get 50% Off Before it's too Late!
</h5>
<p style="color: #fff; font-size: 17px;margin-top: 10px;margin-bottom: 0;">
<span class="bold_text">Quick:</span> you can now get our top-selling product at a massive discount! But this offer
will go away in:
</p>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_white tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center" style="margin-top: 5px;">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-25">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">GET THE OFFER NOW</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,75 @@
<style type="text/css">
#wpadminbar {
z-index: 999992!important;
}
</style>
<?php
$timezone_offset = get_option('gmt_offset');
$sign = ($timezone_offset < 0 ? '-' : '+');
$min = abs($timezone_offset) * 60;
$hour = floor($min / 60);
$tzd = $sign . str_pad($hour, 2, '0', STR_PAD_LEFT) . ':' . str_pad($min % 60, 2, '0', STR_PAD_LEFT);
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_05 tve_red" >
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 class="tve_p_right tvu-heading" style="color: #000; font-size: 26px;margin-top: 20px;margin-bottom: 0;">
Time before this offer runs out:
</h5>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_black tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">days</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">hours</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">minutes</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">seconds</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">Get it Now!</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,85 @@
<style type="text/css">
#wpadminbar {
z-index: 999992 !important;
}
</style>
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_06 tve_red">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 style="color: #fff; font-size: 26px;margin-top: 5px;margin-bottom: 0;" class="tvu-heading">
This Offer expires in:
</h5>
<p class="tvu-text" style="color: #fff; font-size: 22px;margin-top: 10px;margin-bottom: 0;">
See "general" feedback above.
</p>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_white tve_countdown_3"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center" style="margin-top: 5px;">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div style="width: 115px;position:absolute;top:0;left:0;margin-top: -12px;" class="thrv_wrapper tve_image_caption alignleft set-06-arrow">
<span class="tve_image_frame">
<img class="tve_image"
src="<?php echo TVE_Ult_Const::plugin_url( 'tcb-bridge/editor-templates/css/images/tvu_set6_arrows.png' ) ?>"
style="width: 115px"/>
</span>
</div>
<div class="thrv_wrapper thrv-button">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">Get this Offer Now</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,75 @@
<style type="text/css">
#wpadminbar {
z-index: 999992!important;
}
</style>
<?php
$timezone_offset = get_option('gmt_offset');
$sign = ($timezone_offset < 0 ? '-' : '+');
$min = abs($timezone_offset) * 60;
$hour = floor($min / 60);
$tzd = $sign . str_pad($hour, 2, '0', STR_PAD_LEFT) . ':' . str_pad($min % 60, 2, '0', STR_PAD_LEFT);
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_07 tve_blue">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 style="color: #fff; font-size: 30px;margin-top: 27px;margin-bottom: 0;" class="tvu-heading tve_p_center">
This Offer expires in:
</h5>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_white tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center" style="margin-top: 5px;">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button" style="margin-top: 18px;">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">GET THIS OFFER NOW</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,75 @@
<style type="text/css">
#wpadminbar {
z-index: 999992 !important;
}
</style>
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_08 tve_blue"
style="background-image: url('<?php echo TVE_Ult_Const::plugin_url( 'tcb-bridge/editor-templates/css/images/62_set_bg.png' ) ?>');background-position: center top;background-repeat: no-repeat;background-size: auto 100%;">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 style="color: #fff; font-size: 34px;margin-top: 25px;margin-bottom: 0;" class="tvu-heading tve_p_center">
This Offer expires in:
</h5>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_red tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center" style="margin-top: 5px;">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button" style="margin-top: 20px;">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">Get this Offer Now</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,76 @@
<style type="text/css">
#wpadminbar {
z-index: 999992 !important;
}
</style>
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_09 tve_blue">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 style="color: #fff; font-size: 34px;margin-top: 25px;margin-bottom: 0;" class="tvu-heading tve_p_center">
<span class="bold_text">
This Offer
</span> expires in:
</h5>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_green tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center" style="margin-top: 5px;">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button" style="margin-top: 18px;">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">Get this offer now</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,78 @@
<style type="text/css">
#wpadminbar {
z-index: 999992 !important;
}
</style>
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_10 tve_teal"
style="background-image: url('<?php echo TVE_Ult_Const::plugin_url( 'tcb-bridge/editor-templates/css/images/64_set_bg.png' ) ?>');background-position: left top;background-repeat: no-repeat;">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 style="color: #0d0d0d; font-size: 34px;margin-top: 25px;margin-bottom: 0;"
class="tvu-heading tve_p_center">
This Offer expires in:
</h5>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div
class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_white tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center"
style="margin-top: 5px;">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button" style="margin-top: 16px;">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">Get this Offer Now</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,75 @@
<style type="text/css">
#wpadminbar {
z-index: 999992 !important;
}
</style>
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_11 tve_black">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 style="color: #fff; font-size: 34px;margin-top: 23px;margin-bottom: 0;" class="tvu-heading tve_p_center">
This Offer
<span class="bold_text">{ expires }</span> in:
</h5>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_white tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center" style="margin-top: 5px;">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button" style="margin-top: 15px;">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">GET IT NOW</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,74 @@
<style type="text/css">
#wpadminbar {
z-index: 999992 !important;
}
</style>
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_12 tve_teal">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 style="color: #fff; font-size: 34px;margin-top: 25px;margin-bottom: 0;" class="tvu-heading tve_p_center">
This Offer expires in:
</h5>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_white tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center" style="margin-top: 5px;">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button" style="margin-top: 17px;">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">Get this Offer Now</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,75 @@
<style type="text/css">
#wpadminbar {
z-index: 999992 !important;
}
</style>
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_13 tve_teal">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 style="color: #202020; font-size: 34px;margin-top: 28px;margin-bottom: 0;" class="tvu-heading tve_p_center">
This Offer expires in:
</h5>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_white tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center" style="margin-top: 5px;">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button" style="margin-top: 7px;">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">Buy</span><span
class="tcb-secondary-text thrv-inline-text">now</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,75 @@
<style type="text/css">
#wpadminbar {
z-index: 999992 !important;
}
</style>
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_14 tve_teal"
style="background-image: url('<?php echo TVE_Ult_Const::plugin_url( 'tcb-bridge/editor-templates/css/images/set_68_bg.png' ) ?>');background-position: left top;background-repeat: no-repeat;">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 style="color: #fff; font-size: 34px;margin-top: 28px;margin-bottom: 0;" class="tvu-heading tve_p_center">
This Offer expires in:
</h5>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_white tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center" style="margin-top: 5px;">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button" style="margin-top: 20px;">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">GET IT NOW</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,75 @@
<style type="text/css">
#wpadminbar {
z-index: 999992!important;
}
</style>
<?php
$timezone_offset = get_option('gmt_offset');
$sign = ($timezone_offset < 0 ? '-' : '+');
$min = abs($timezone_offset) * 60;
$hour = floor($min / 60);
$tzd = $sign . str_pad($hour, 2, '0', STR_PAD_LEFT) . ':' . str_pad($min % 60, 2, '0', STR_PAD_LEFT);
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_15 tve_orange">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 style="color: #000; font-size: 34px;margin-top: 27px;margin-bottom: 0;" class="tvu-heading tve_p_center">
This Offer expires in:
</h5>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_white tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center" style="margin-top: 5px;">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button tcb-quotes" style="margin-top: 20px;">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">GET IT NOW</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

View File

@@ -0,0 +1,77 @@
<style type="text/css">
#wpadminbar {
z-index: 999992 !important;
}
</style>
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_bar tve_no_drag tve_no_icons tve_element_hover thrv_wrapper tvu_set_16 tve_black"
style="background-image: url('<?php echo TVE_Ult_Const::plugin_url( 'tcb-bridge/editor-templates/css/images/set_70_bg.jpg' ) ?>');background-position: center center;background-size:cover;">
<div class="tve-ult-bar-content tve_editor_main_content">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col c-66">
<div class="tcb-col">
<div class="thrv_wrapper thrv-columns" style="margin-top: 0;margin-bottom: 0;">
<div class="tcb-flex-row tcb--cols--2 tcb-medium-wrap" style="padding-top:0;padding-bottom: 0;">
<div class="tcb-flex-col">
<div class="tcb-col">
<h5 style="color: #fff; font-size: 34px;margin-top: 26px;margin-bottom: 0;"
class="tvu-heading tve_p_center">
This Offer expires in:
</h5>
</div>
</div>
<div class="tcb-flex-col">
<div class="tcb-col">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_white tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center"
style="margin-top: 5px;">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tcb-flex-col c-33">
<div class="tcb-col">
<div class="thrv_wrapper thrv-button" style="margin-top: 21px;">
<a href="#" class="tcb-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">GET IT NOW</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="tve-ult-bar-close" title="Close">x</a>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB