Files
roi-theme/wp-content/plugins/thrive-visual-editor/inc/backbone/controls/scroll/parallax-effect.phtml
root a22573bf0b 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>
2025-11-03 21:04:30 -06:00

11 lines
1.1 KiB
PHTML
Executable File

<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>