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,22 @@
<div class="custom-fields-options mt-5 full-width">
<label><?php echo __( 'Custom Source', 'thrive-cb' ); ?></label>
<select data-fn="selectCustomField" class="change"></select>
</div>
<div class="tve-advanced-controls custom-fields-more-options full-width">
<div class="dropdown-header" data-prop="advanced">
<span>
<?php echo __( 'More Options', 'thrive-cb' ); ?>
</span>
</div>
<div class="dropdown-content pt-0">
<label><?php echo __( 'If not available', 'thrive-cb' ); ?></label>
<select class="custom-fields-placeholder-options change mb-5" data-fn="selectPlaceholder">
<option value="hide"><?php echo __( 'Hide element', 'thrive-cb' ); ?></option>
<option value="replace"><?php echo __( 'Show Default', 'thrive-cb' ); ?></option>
</select>
<div class="custom-fields-placeholder-input">
<label><?php echo __( 'Default', 'thrive-cb' ); ?></label>
<div class="image-picker-input"></div>
</div>
</div>
</div>

View File

@@ -0,0 +1,40 @@
<div class="tve-custom-fields-tabs"></div>
<div class="tve-advanced-controls custom-fields-state p-10 mb-5" data-state="dynamic">
<div class="mb-10 dynamic-fields-options">
<label><?php echo __( 'Dynamic source', 'thrive-cb' ); ?></label>
<select data-fn="selectDynamicField" class="change"></select>
</div>
<div class="custom-fields-options">
<label><?php echo __( 'Custom source', 'thrive-cb' ); ?></label>
<select data-fn="selectCustomField" class="change"></select>
</div>
<div class="custom-fields-extra-options">
<div class="rating-options">
<label><?php echo __( 'Max rating', 'thrive-cb' ); ?></label>
<select class="rating-max change" data-fn="changeRatingMax"></select>
</div>
</div>
</div>
<div class="tve-advanced-controls custom-fields-more-options mb-10" hidden style="margin-top: -5px">
<div class="dropdown-header" data-prop="advanced">
<span>
<?php echo __( 'More options', 'thrive-cb' ); ?>
</span>
</div>
<div class="dropdown-content pt-0">
<label><?php echo __( 'If not available', 'thrive-cb' ); ?><span class="acf-image-placeholder-tooltip click tve-cb-img-info ml-5" data-fn="openTooltip"><?php tcb_icon( 'info-circle-solid' ); ?></span></label>
<select class="custom-fields-placeholder-options change mb-5" data-fn="selectPlaceholder">
<option value="hide"><?php echo __( 'Hide element', 'thrive-cb' ); ?></option>
<option value="replace"><?php echo __( 'Show default', 'thrive-cb' ); ?></option>
</select>
<div class="custom-fields-placeholder-input">
<label><?php echo __( 'Default', 'thrive-cb' ); ?></label>
<input type="number" class="tve-input input change width-input has-um" data-fn-input="onNumberInput">
<div class="audio-picker-input"></div>
<div class="responsivevideo-picker-input"></div>
<div class="image-picker-input"></div>
<input type="text" class="tve-input input change width-input has-um" data-fn-input="onTextInput">
</div>
</div>
</div>

View File

@@ -0,0 +1,22 @@
<div class="custom-fields-options mt-5 full-width">
<label><?php echo __( 'Custom source', 'thrive-cb' ); ?></label>
<select data-fn="selectCustomField" class="change"></select>
</div>
<div class="tve-advanced-controls custom-fields-more-options full-width">
<div class="dropdown-header" data-prop="advanced">
<span>
<?php echo __( 'More options', 'thrive-cb' ); ?>
</span>
</div>
<div class="dropdown-content pt-0">
<label><?php echo __( 'If not available', 'thrive-cb' ); ?></label>
<select class="custom-fields-placeholder-options change mb-5" data-fn="selectPlaceholder">
<option value="hide"><?php echo __( 'Hide element', 'thrive-cb' ); ?></option>
<option value="replace"><?php echo __( 'Show default', 'thrive-cb' ); ?></option>
</select>
<div class="custom-fields-placeholder-input">
<label><?php echo __( 'Default', 'thrive-cb' ); ?></label>
<div class="image-picker-input"></div>
</div>
</div>
</div>

View File

@@ -0,0 +1,20 @@
<div class="tve-custom-fields-data-options flex space-between wrap">
<span class="label"><#= this.model.config.label #></span>
<div class="tve-cf-tabs"></div>
<div class="tve-cf-notice info-text"></div>
<div class="tve-cf-boxes">
<div data-tab="static" style="display: none;"></div>
<div class="mb-10" data-tab="dynamic">
<div class="tve-cf-type"></div>
<div class="tve-cf-data"></div>
<div class="tve-cf-value"></div>
<div class="tve-cf-default-value"></div>
<div class="tcb-flex space-between tcb-dynamic-data-buttons">
<div id="apply-dynamic" class="tve-button click" data-fn="setDynamicData"><?php echo __( 'Insert', 'thrive-cb' ); ?></div>
<div id="remove-dynamic" class="tve-button tve-remove click has-dynamic" data-fn="removeDynamicData"><?php echo __( 'Remove', 'thrive-cb' ); ?></div>
<div id="modify-dynamic" class="tve-button click has-dynamic" data-fn="setDynamicData"><?php echo __( 'Update', 'thrive-cb' ); ?></div>
</div>
</div>
</div>
</div>