How to open Overlay Section Plugin By Clicking on the Custom Link?
Step 1. Add link using Gridbox plugin Custom HTML
<a class="my-link">#</a>
Pay Attention - link include custom class "my-link"
Step 2. Open Gridbox JavaScript Editor and add next code:
jQuery('a.my-link').on('click', function(event){
event.preventDefault();
jQuery('#item-14990685630 a').trigger('click');
})
Where
#item-14990685630 it's an
ID of the plugin overlay section, you can find it using developer console
Step 3. Save Page and Enjoy
NOTE: JavaScript works only on the Frontend, so results you need to check at the front