Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Add JS for make a modal in a plugin

Started by andre_ani 7 years ago · 0 replies · 731 views
7 years ago

Hello,

I need to add a modal on a image when we clic on it, in a plugin.

I look at this : https://learn.getgrav.org/15/themes/asset-manager
And I tried this example : https://sabe.io/tutorials/how-to-create-modal-popup-box
I add a custom CSS, HTML and JS in a file add in the JS directory of the theme, like this
{% do assets.addJs('theme://js/modal.js', {'priority':102, 'pipeline':false, 'loading':'async', 'group':'bottom'}) %}

I have the button for the modal, but no modal when I clic on it, and no error message.

What's wrong with this ? Do I put JS in the wrong directory ?

Thanks in advance,
andre_ani

Suggested topics

Topic Participants Replies Views Activity
Support · by Marcel, 5 days ago
0 84 5 days ago
Support · by JakobDB, 6 days ago
1 91 6 days ago
Support · by ramenos, 7 days ago
3 103 6 days ago
Support · by gravinator, 2 weeks ago
3 229 7 days ago
Support · by Roger Parkinson, 2 weeks ago
3 308 2 weeks ago