goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

jquery fancybox #164

Closed orazionelson closed 8 years ago

orazionelson commented 8 years ago

The jquery.fancybox called in grocerycrud in last master version doesn't show the close button, and there are no relevant messages in console. schermata da 2016-06-19 02 16 35

In the edit mode is the same.

orazionelson commented 8 years ago

I found a patch on this page: https://github.com/nvidoni/fancybox/issues/2

The file to edit is assets/grocery_crud/js/jquery_plugins/jquery.fancybox-1.3.4.js

This fix worked for me at line 570: //content.get(0).style.removeAttribute('filter'); //wrap.get(0).style.removeAttribute('filter'); $('#fancybox-content').css('filter', 0); $('#fancybox-wrap').css('filter', 0);

goFrendiAsgard commented 8 years ago

Fixed. Thank you very much https://github.com/goFrendiAsgard/No-CMS/commit/faebc715dab4d36d44ffc8619f41c59d5d3d7368