ArsalanAnsari Posted April 22, 2015 Share Posted April 22, 2015 Hi, The problem i facing is when i click on button "write your review" then it shows only back screen without fancy box popup window that problem happening only in chrome and IE but its working fine in firefox. When i try to open up the code window using inspect element its showing all the codes related to "Customer Commets" module but popup not showing. Please See image attached. Help Please. PS 1.6.0.9 (default-bootstrap theme) http://the-leather-shop.com/us/index.php?id_product=1&controller=product Link to comment Share on other sites More sharing options...
sandipchandela Posted April 22, 2015 Share Posted April 22, 2015 Check your console while inspect element. Enable guest comment/review for a while Thanks Link to comment Share on other sites More sharing options...
ArsalanAnsari Posted April 22, 2015 Author Share Posted April 22, 2015 (edited) Check your console while inspect element. Enable guest comment/review for a while Thanks thanks for the reply its enable now. I already checked the console but i didn't find any issue. maybe its some kind of css problem. BTW on my local its working fine on chrome. Edited April 22, 2015 by ArsalanAnsari (see edit history) Link to comment Share on other sites More sharing options...
sandipchandela Posted April 22, 2015 Share Posted April 22, 2015 #video_container conflicting with fancybox. #video_container { position: fixed; left: 0; right: 0; bottom: 0; top: 0; text-align: center; z-index: -2; display: none;} z-index: -2; remove this property from #video_container. This will sort out your issue. Thanks Link to comment Share on other sites More sharing options...
ArsalanAnsari Posted April 22, 2015 Author Share Posted April 22, 2015 #video_container conflicting with fancybox. #video_container { position: fixed; left: 0; right: 0; bottom: 0; top: 0; text-align: center; z-index: -2; display: none;} z-index: -2; remove this property from #video_container. This will sort out your issue. Thanks thank you so much ArchSandy. really appreciated. Link to comment Share on other sites More sharing options...
sandipchandela Posted April 22, 2015 Share Posted April 22, 2015 thank you so much ArchSandy. really appreciated. Pleased to help you a little. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts