Files
roi-theme/wp-content/plugins/thrive-visual-editor/inc/backbone/controls/tooltip/menu-hamburger-edit-mode.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

17 lines
706 B
PHTML
Executable File

<div class="tcb-tooltip tcb-hamburger-edit-mode-tooltip">
<div class="tcb-tooltip-text center-text">
<p class="mb-5">
<?php echo __( 'When Edit Mode is enabled for the Custom Menu element, you will be able to drag & drop elements inside the Menu Box area for each device type.', 'thrive-cb' ); ?>
</p>
<a href="https://help.thrivethemes.com/en/articles/7220881-customizing-a-hamburger-menu-for-each-device-type" class="blue-text" target="_blank">
<?php echo __( 'Click here to learn more', 'thrive-cb' ); ?>
</a>
</div>
<div class="tcb-tooltip-buttons">
<a href="#" class="tcb-button-dismiss click" data-fn="dismiss">
<?php echo __( 'GOT IT', 'thrive-cb' ); ?>
</a>
</div>
</div>