agnes c Posted March 3, 2014 Share Posted March 3, 2014 hello, on my v.1.5.6.1 with block cms module it all works on explorer updated version but links are inactive with chrome and firefox all updated versions already tried with cancelling cookies and emptying cache and so on... URL: www.store.anyacamau.com someone has an idea? thank you Link to comment Share on other sites More sharing options...
vekia Posted March 3, 2014 Share Posted March 3, 2014 use this in css styles: #footer { color: #fff; background: none; display: block; clear: both; overflow: hidden; } global.css line 578 Link to comment Share on other sites More sharing options...
agnes c Posted March 4, 2014 Author Share Posted March 4, 2014 Thank you very much it works perfectly well, both on chrome and firefox too bad I had no answer from this module developper Link to comment Share on other sites More sharing options...
vekia Posted March 4, 2014 Share Posted March 4, 2014 you're very welcome indeed, it was easy fix, so they should fix it for you within several minutes i marked this thread as solved. with regards, Milos Link to comment Share on other sites More sharing options...
agnes c Posted March 4, 2014 Author Share Posted March 4, 2014 Sorry to ask you again to help me I have the same problem with autentication form, no way to fill-in this form both with chrome and firefox while it's Ok with IE do you have another magic formula? regards agnes URL: www.store.anyacamau.com Link to comment Share on other sites More sharing options...
vekia Posted March 4, 2014 Share Posted March 4, 2014 global.css line 43 add display:block; to: #columns { z-index: 1; } Link to comment Share on other sites More sharing options...
agnes c Posted March 5, 2014 Author Share Posted March 5, 2014 Great it's working now, thank you just one remark: when I add this code, it works on chrome and Firefox but header is not working anymore with IE so I tried to do the same for #header and now it's all OK Here is what I finally add to global.css from line 42 to 49 #header { z-index:10; display:block } #columns { z-index:1; display:block } I'm quite proud of it because I'm fashion designer and not developper at all!! wish you a good day although it's still night for you agnes 1 Link to comment Share on other sites More sharing options...
vekia Posted March 5, 2014 Share Posted March 5, 2014 very nice catch thank you for sharing detailed solution related to this problem if you will need any additional assistance in cases related to this topic - just let me know here with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts