Skip to content Skip to sidebar Skip to footer

Basic Nyromodal Functionality Not Working

I am unable to get nyroModal to work. this is my code HTML: Click Here JS: $(function() { $('.nyroModal').nyroModal();

Solution 1:

Did you add the link filter on nyroModal? It's required in order to make a cliquable anchor to work with nyroModal

Solution 2:

Go to: http://nyromodal.nyrodev.com/

Click on:

Create your own build

Make sure that Link filter is selected

In downloaded files you will find file jquery.nyroModal.custom.min.js that should have this line:

jQuery(function ($, undefined) { $.nmFilters({ link: { is: function (nm) ...

Post a Comment for "Basic Nyromodal Functionality Not Working"