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,11 @@
<div class="tve-parallax-controls">
<div class="tve-control tve-parallax-effect-type drop-panel-control" data-key="ParallaxEffects" data-name="<?php esc_attr_e( 'Effect', 'thrive-cb' ); ?>"></div>
<div class="tve-control tve-parallax-effect-direction drop-panel-control" data-key="ParallaxDirection" data-name="<?php esc_attr_e( 'Type', 'thrive-cb' ); ?>"></div>
<div class="if-perspective">
<div class="tve-control tve-parallax-effect-perspective-angle drop-panel-control" data-name="<?php esc_attr_e( 'Degrees', 'thrive-cb' ); ?>"></div>
<div class="tve-control tve-parallax-effect-perspective drop-panel-control" data-name="<?php esc_attr_e( 'Perspective', 'thrive-cb' ); ?>"></div>
</div>
<div class="tve-control tve-parallax-effect-speed drop-panel-control"></div>
<div class="tve-control tve-parallax-effect-viewport-start drop-panel-control" data-name="<?php esc_attr_e( 'Viewport Start', 'thrive-cb' ); ?>"></div>
<div class="tve-control tve-parallax-effect-viewport-end drop-panel-control" data-name="<?php esc_attr_e( 'Viewport End', 'thrive-cb' ); ?>"></div>
</div>

View File

@@ -0,0 +1,8 @@
<div class="control-grid full-width pb-0">
<span>
<?php echo esc_html__( 'This sets the viewport region where the parallax effect takes place. Start position is distance from the bottom of viewport. End position is distance from the top.', 'thrive-cb' ); ?>
</span>
<a href="https://thrivethemes.com/tkb_item/how-to-use-the-parallax-feature" class="blue-text mt-5" target="_blank">
<?php echo esc_html__( 'Read the FAQ for more information.', 'thrive-cb' ); ?>
</a>
</div>