After the user has opened the quick view window, click in the product image (what in normal product catalog view would show fullscreen view) it loads fullscreen mode but in the back window, it also makes all images be blank.
Well I was able to fix it just changing in:
Base module, the file _mfp.less (Boolfly/Base/view/base/web/css/source/module/_mfp.less) all z-index 100 points less for example:
z-index: 1042 is now 942
z-index: 1043 is now 943
I did 5 changes.
I opened a issue to ask if: it can broke something?
by default the css .fotorama--fullscreen (div which open fullscreen view) has:
z-index: 1000 !important;
This is why i had to use value less than 1000
AAH another one thing:
file quick-view.js should be: 'jquery-ui-modules/widget', instead of jquery/ui
Would be nice if the quick view windows have a close button, You know, user is user...
After the user has opened the quick view window, click in the product image (what in normal product catalog view would show fullscreen view) it loads fullscreen mode but in the back window, it also makes all images be blank. Well I was able to fix it just changing in: Base module, the file _mfp.less (Boolfly/Base/view/base/web/css/source/module/_mfp.less) all z-index 100 points less for example: z-index: 1042 is now 942 z-index: 1043 is now 943 I did 5 changes. I opened a issue to ask if: it can broke something?
by default the css .fotorama--fullscreen (div which open fullscreen view) has: z-index: 1000 !important; This is why i had to use value less than 1000
AAH another one thing: file quick-view.js should be: 'jquery-ui-modules/widget', instead of jquery/ui Would be nice if the quick view windows have a close button, You know, user is user...