I followed your instructions to enable Joomla Debug and Maximum Error Reporting and checked the browser Console both on page load and immediately after clicking a gallery image. There are no JavaScript errors.I inspected the Gallery HTML and the thumbnail is generating the expected CB Gallery modal trigger, including:
Code:
data-cbgallery-modal="true"
and
Code:
data-cbgallery-modal-data="..."
Clicking the image does not change the browser URL, so the link is apparently being intercepted as intended. However, no
or other
modal element is added to the DOM after clicking.Instead, the image appears over the existing page as if the modal is only partially being rendered. Clicking the X immediately removes it and reveals the page underneath, with no page reload or network request.The site is running Joomla 6,1 Community Builder 2.1.1 and CB Gallery 4.0.0.Could you advise what would cause the CB Gallery modal trigger to be present and intercepted, but the actual modal container not to be initialized/inserted,
without producing a JavaScript console error?I can provide the relevant HTML/Inspector screenshots if helpful.
Thanks again.