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,12 @@
<div class="pt-5">
<?php echo esc_html_e( 'Post text:', 'thrive-cb' ) ?>
<textarea rows="3" data-setting="post" class="keyup post" data-fn="char_count"><#=this.data.post#></textarea>
<div class="row middle-xs">
<div class="col-xs-9">
<div class="bluesky-message inline-message" style="padding:0"></div>
</div>
<div class="col-xs-3">
<div id="bluesky-counter" class="tcb-text-right"></div>
</div>
</div>
</div>

View File

@@ -0,0 +1,40 @@
<?php $modify_facebook_options = apply_filters( 'tcb_modify_facebook_share_options', false ); ?>
<?php if ( $modify_facebook_options ) : ?>
<?php if ( 1 === 2 ) : //No longer supported by facebook ?>
<div class="pt-5">
<?php echo __( 'App ID', 'thrive-cb' ) ?>
<input type="text" class="change" data-fn="validate_app_id" value="<#=TVE.CONST.social_fb_app_id#>">
<div class="fb-message inline-message pt-5"></div>
<div>
<a class="help-link" href="https://thrivethemes.com/tkb_item/facebook-app-id/" target="_blank">
<span style="font-size: 16px"><?php tcb_icon( 'info' ); ?></span>
<?php echo __( 'Learn how to set up a Facebook App.', 'thrive-cb' ) ?>
</a>
</div>
</div>
<?php endif; ?>
<?php if ( 1 === 2 ) : //No longer supported by facebook ?>
<div class="pt-10">
<?php echo __( 'Link title', 'thrive-cb' ) ?>
<input class="text" type="text" data-setting="name" value="<#=this.data.name#>">
</div>
<?php endif; ?>
<?php if ( 1 === 2 ) : //No longer supported by facebook ?>
<div class="pt-10">
<?php echo __( 'Caption', 'thrive-cb' ) ?>
<input class="text" type="text" data-setting="caption" value="<#=this.data.caption#>">
</div>
<?php endif; ?>
<div class="pt-10">
<?php echo __( 'Description', 'thrive-cb' ) ?>
<textarea rows="3" data-setting="description"><#=this.data.description#></textarea>
</div>
<?php if ( 1 === 2 ) : //No longer supported by facebook ?>
<div class="pt-10"><?php echo __( 'Custom image', 'thrive-cb' ) ?></div>
<div class="fb-image-upload"></div>
<?php endif; ?>
<?php endif; ?>

View File

@@ -0,0 +1,9 @@
<div class="tcb-social-network-container control-grid wrap">
<# _.each( networks, function ( network, k ) { #>
<span class="tcb-social-network-wrapper click" data-fn="itemToggle" data-value="<#= k #>">
<#= TVE.icon(k.replace('_share',''),'svg', 'sidebar','tcb-preview-network') #>
<input type="checkbox" class="s-network" value="<#= k #>">
<span> <#= network #> </span>
</span>
<# }); #>
</div>

View File

@@ -0,0 +1,7 @@
<div class="panel-text n-title">
<#=this.title#>
</div>
<div class="n-settings"></div>
<div class="full-width"><label><?php echo __( 'Button label', 'thrive-cb' ) ?></label></div>
<div class="full-width"><input type="text" class="text" data-setting="label" value="<#=this.data.label#>"></div>

View File

@@ -0,0 +1,6 @@
<div class="pt-5">
<?php echo __( 'Description:', 'thrive-cb' ) ?>
<textarea rows="3" data-setting="description" class="keyup tweet" data-fn="char_count"><#=this.data.description#></textarea>
</div>
<div class="pt-10"><?php echo __( 'Image', 'thrive-cb' ) ?></div>
<div class="pin-image-upload"></div>

View File

@@ -0,0 +1,23 @@
<div class="pt-5">
<?php echo __( 'Tweet text:', 'thrive-cb' ) ?>
<textarea rows="3" data-setting="tweet" class="keyup tweet" data-fn="char_count"><#=this.data.tweet#></textarea>
<div class="row middle-xs">
<div class="col-xs-9">
<div class="t-message inline-message" style="padding:0"></div>
</div>
<div class="col-xs-3">
<div id="t-counter" class="tcb-text-right"></div>
</div>
</div>
</div>
<div class="pt-10">
<div class="row middle-xs">
<div class="col-xs-1">
via:
</div>
<div class="col-xs-1" style="padding-left:.8rem">@</div>
<div class="col-xs-10">
<input data-setting="via" class="keyup via" data-fn="char_count" value="<#=this.data.via#>">
</div>
</div>
</div>

View File

@@ -0,0 +1,23 @@
<div class="pt-5">
<?php echo __( 'Post text:', 'thrive-cb' ) ?>
<textarea rows="3" data-setting="post" class="keyup post" data-fn="char_count"><#=this.data.post#></textarea>
<div class="row middle-xs">
<div class="col-xs-9">
<div class="x-message inline-message" style="padding:0"></div>
</div>
<div class="col-xs-3">
<div id="x-counter" class="tcb-text-right"></div>
</div>
</div>
</div>
<div class="pt-10">
<div class="row middle-xs">
<div class="col-xs-1">
via:
</div>
<div class="col-xs-1" style="padding-left:.8rem">@</div>
<div class="col-xs-10">
<input data-setting="via" class="keyup via" data-fn="char_count" value="<#=this.data.via#>">
</div>
</div>
</div>