dvorak Posted September 25, 2016 Share Posted September 25, 2016 Hello there Anyone knows a module (free or paid) that works something like this working page? http://store.santosshoes.com/pt/colecao/goodyear-welted/anil-sintra-fz234r2s-gdy-580-casto-6942 Click on product image and open a kind of full screen popup showing imagens from product? Any help will be apreciate Thanks Link to comment Share on other sites More sharing options...
vekia Posted September 26, 2016 Share Posted September 26, 2016 you can achieve almost the same effect with css modificaitons of default-bootstrap theme if you will add these styles to global.css .fancybox-overlay { opacity:1!important; background:#FFF!important; } .fancybox-title { display:none!important; } .fancybox-skin { box-shadow:none!important; } .fancybox-close { position: fixed!important; top: 20px!important; right: 40px!important; } the effect will be: 1 Link to comment Share on other sites More sharing options...
dvorak Posted September 26, 2016 Author Share Posted September 26, 2016 you can achieve almost the same effect with css modificaitons of default-bootstrap theme if you will add these styles to global.css .fancybox-overlay { opacity:1!important; background:#FFF!important; } .fancybox-title { display:none!important; } .fancybox-skin { box-shadow:none!important; } .fancybox-close { position: fixed!important; top: 20px!important; right: 40px!important; } the effect will be: Damn great! This will work also like slide pictures? Or just showing one by one after clicking? Thanks! Link to comment Share on other sites More sharing options...
vekia Posted September 26, 2016 Share Posted September 26, 2016 Damn great! This will work also like slide pictures? Or just showing one by one after clicking? Thanks! it has prev / next buttons to slide the pictures :-) Link to comment Share on other sites More sharing options...
dvorak Posted September 26, 2016 Author Share Posted September 26, 2016 it has prev / next buttons to slide the pictures :-) Thanks mate! I will try. Cheers! Link to comment Share on other sites More sharing options...
Gadem Posted April 16, 2019 Share Posted April 16, 2019 Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now