Fix: Poner HTML del CTA Box directamente en single.php
PROBLEMA: - get_template_part no cargaba el archivo content-cta-box.php SOLUCIÓN TEMPORAL: - HTML del CTA Box colocado directamente en single.php - Eliminado get_template_part para debugging 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -198,8 +198,14 @@ get_header();
|
||||
<div class="sidebar-sticky">
|
||||
<?php get_template_part('template-parts/content', 'toc'); ?>
|
||||
|
||||
<!-- CTA Box -->
|
||||
<?php get_template_part('template-parts/content', 'cta-box'); ?>
|
||||
<!-- CTA Box Sidebar -->
|
||||
<div class="cta-box-sidebar">
|
||||
<h5 class="cta-box-title">¿Listo para potenciar tus proyectos?</h5>
|
||||
<p class="cta-box-text">Accede a nuestra biblioteca completa de APUs y herramientas profesionales.</p>
|
||||
<button class="btn btn-cta-box w-100" data-bs-toggle="modal" data-bs-target="#contactModal">
|
||||
Solicitar Información
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user