hello
zdavis
you can fix it
open folder “page-animations-and-transitions” from plugin folder
now open file “page-animations-and-transitions.php”
see line number 110 to 130 and add code according to screen shot
https://s31.postimg.org/sawnr5ntn/demo.png
and save file
Thread Starter
zdavis
(@zdavis)
Thanks. That worked for the navigation arrows but clicking the closing “X” button on the lightbox still causes the page to reload. Any suggestions for this?
sorry for inconvenience
repeat previous process and add new code according to screen shot
https://s32.postimg.org/5l3bbka6d/demo.png
Thread Starter
zdavis
(@zdavis)
That didn’t work for me either but I did get this to work
:not([id="fancybox-close"])
It would be really cool if you added each of these “linkElement” options as check-boxes in the admin area so the user can decide which ones they want. Maybe even add a comma separated input for class names and ID names that they don’t want to include. Just a suggestion for a future add-on. Thanks for the support.
Thread Starter
zdavis
(@zdavis)
I added to the plugin the option to select each of these “linkElement” options. If you’re interested I could send you what I’ve got.
Also conflicts with “Responsive Lightbox” https://ww.wp.xz.cn/plugins/responsive-lightbox-lite/
The lightbox opens, then it redirects to the vimeo link.
I was able to add :not([data-type="vimeo"]) to line 125 of page-animations-and-transitions/page-animations-and-transitions.php to fix this, but I understand that that will be overwritten in future plugin updates…