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,26 @@
<?php $is_ttb_active = tve_dash_is_ttb_active() ?>
<div class="<?php echo $is_ttb_active ? '' : 'inherit-typography' ?>" <?php echo $is_ttb_active ? '' : 'data-paneltlt-hover data-fn="openTooltip"' ?>>
<div class="tve-inherit-typography <?php echo $is_ttb_active ? '' : 'tcb-disabled' ?>"></div>
</div>
<div id="settings" class="tcb-relative <?php echo $is_ttb_active ? 'tcb-hidden' : '' ?>">
<div class="state-lp-settings state settings">
<hr>
<div class="list">
<a href="#" class="click s-setting" data-fn="toggleThemeCss" data-do="disable">
<span class="s-name"><?php echo esc_html__( 'Disable Theme CSS', 'thrive-cb' ); ?></span>
<?php echo tcb_icon( 'toggle-off-regular' ); ?>
</a>
<a href="#" class="click s-setting tcb-disabled" data-fn="toggleThemeCss" data-do="enable">
<span class="s-name"><?php echo esc_html__( 'Enable Theme CSS', 'thrive-cb' ); ?></span>
<?php echo tcb_icon( 'toggle-on-regular' ); ?>
</a>
</div>
</div>
</div>
<?php if ( tcb_editor()->is_landing_page() ) : ?>
<div class="p-texts center-text <?php echo tve_dash_is_ttb_active() ? 'typography-button' : '' ?>" <?php echo tve_dash_is_ttb_active() ? 'data-fn="openTooltip"' : '' ?>>
<button class="style-input lp-typography-button tve-button click " data-fn="f:main.sidebar_extra.settings.landingPageFonts">
<?php echo esc_html__( 'Edit landing page typography', 'thrive-cb' ); ?>
</button>
</div>
<?php endif; ?>

View File

@@ -0,0 +1,4 @@
<div class="tcb-flex flex-dir-column">
<div class="c-s-p-section-title mb-10"><?php echo __( 'Master Template Colors', 'thrive-cb' ); ?></div>
<div class="c-s-p-section-description"><?php echo __( 'Easily customize whole ranges of colors used in the current template', 'thrive-cb' ); ?></div>
</div>

View File

@@ -0,0 +1,4 @@
<div class="tcb-flex space-between mt-10 c-s-p-sep click" data-fn="dom_toggle_other_variables">
<div class="c-s-p-section-title"><?php echo __( 'Other Template Colors', 'thrive-cb' ); ?></div>
<span class="c-s-p-other-icon pr-10"><?php tcb_icon('a_down'); ?></span>
</div>

View File

@@ -0,0 +1,7 @@
<div class="tcb-flex flex-dir-column mt-10">
<div class="tcb-flex space-between tcb-relative">
<select id="c-s-p-palettes-select" class="change" data-fn="dom_change_palette"></select>
<span class="palettes-arrow"><?php tcb_icon('a_down'); ?></span>
<a href="javascript:void(0);" class="palettes-action-btn click" data-fn="domResetActivePalette" data-position="top" data-tooltip="<?php echo __( 'Reset Active Palette', 'thrive-cb' ); ?>"><?php tcb_icon('sync-regular'); ?></a>
</div>
</div>

View File

@@ -0,0 +1,6 @@
<svg class="tcb-icon tcb-icon-central-style-panel tooltip-image-align">
<use xlink:href="#icon-central-style-panel"></use>
</svg>
<p class="tooltip-header tcb-tooltip text-green tooltip-text-align"><?php echo __( 'Quickly Style the General Look of this page.', 'thrive-cb' ); ?></p>
<p class="tooltip-text-typography"><?php echo __( 'With this style editor you can reuse elements and styles, control colors and typography
or inherit them from your active theme.', 'thrive-cb' ); ?></p>

After

Width:  |  Height:  |  Size: 500 B