broncom
Forum Replies Created
-
Hello @wpkube ,
Maybe you managed to do something about it?Hi @wpkube , thanks for the reply
While the site is working locally, I tried everything I could, found that the plugin works, but only on the recent posts page. Should the plugin work with recent posts block in Gutenberg editor? On my static page, this block is displayed by default and the plugin does not work with it.
Forum: Plugins
In reply to: [Firelight Lightbox] callbacksThank you very much for your help,
1. the plugin will “overwrite” your javascript …
Remove the fancybox-inline class …
AND adapt your script snippet to use the ID …Thats it) Now all work.
All the best @ravanh !
Forum: Plugins
In reply to: [Firelight Lightbox] callbacksThank You, but unfortunately, I can’t do it anyway)
I have a button that opens a form and this works perfectly.<a href="#contact_form_pop" id="send_request" class="fancybox-inline wp-block-button__link has-white-color has-vivid-cyan-blue-background-color has-text-color has-background">Send Request</a>For her, I use this code and it does not work, please tell me what I am doing wrong
$(".fancybox-inline").fancybox({ openEffect : 'elastic', closeEffect : 'elastic', width : '70%', onComplete: function(){ console.log('open'); } });