Floating button
- Posted by ow (10) Offline
The topic has been marked as resolved.
- Posted by TemplatePlazza (5318) Offline
Ah, I forgot that casiopea doesn't load jQuery. I have created template override for the module and load jQuery from it using:Seems working good now. Please check
2 years 3 months ago #14
by TemplatePlazza
use Joomla\CMS\Factory; $wa = Factory::getApplication()->getDocument()->getWebAssetManager(); $wa->useScript('jquery');
The topic has been marked as resolved.
- Posted by ow (10) Offline
The topic has been marked as resolved.