Nadie?
Intente añadir otro código pero me reporta un error de codigo js como si debería añadir "prototype" en lugar de "document.addEventListener"
https://developer.mozilla.org/es/doc...Not_a_function
Este es mi codigo añadido en el custom.js:
document.addEventListener("DOMContentLoaded", function (event) {
$("a.fancybox").fancybox();
});
En el ProductController.php añadí;
public function initContent()
{
$this->addJqueryPlugin('fancybox');
y el enlace es: <a class="fancybox" title="Popup test window" href="http://localhost/cas/content/1-entrega?content_only=1">Condiciones</a>