deafmouse Posted May 30, 2011 Share Posted May 30, 2011 the template a bought has a module called permanent links for the navigation. Now that I'm done i noticed when i goto Internet Explorer it doesn't display the navigation. I'm on a mac so it's hard for me to diagnose as i don't have access to the browser. here is the code from the tpl file: ><!-- Block permanent links module HEADER --!> </pre> <ul> {l s='home' mod='blockpermanentlinks'} {l s='about us' mod='blockpermanentlinks'} {l s='shop online' mod='blockpermanentlinks'} {l s='specials' mod='blockpermanentlinks'} {l s='bra basics' mod='blockpermanentlinks'} {l s='events' mod='blockpermanentlinks'} {l s='offers' mod='blockpermanentlinks'} {l s='contact' mod='blockpermanentlinks'} </ul> <br><!-- Block permanent links module HEADER - i can post the php code as well if anyone wants to see it and the live site is www.sognami.ca . help is always appreciated. Link to comment Share on other sites More sharing options...
deafmouse Posted May 30, 2011 Author Share Posted May 30, 2011 i tried posting the php code but its not spacing out correctly on the forum and looks like one big block Link to comment Share on other sites More sharing options...
Dreamtheme Posted May 30, 2011 Share Posted May 30, 2011 This is not a navigation block. Post screenshot from IE and URL. Link to comment Share on other sites More sharing options...
deafmouse Posted May 30, 2011 Author Share Posted May 30, 2011 website is https://www.sognami.cait is indeed the navigation block. let me repost the code as i put the in quote tags. Didn't see they have code tags which is why the code is not appearing right in the post. ><!-- Block permanent links module HEADER --!> </pre> <ul> home about us shop online specials bra basics events offers contact </ul> <br><br><!-- Block permanent links module HEADER - Link to comment Share on other sites More sharing options...
Dreamtheme Posted May 30, 2011 Share Posted May 30, 2011 Its seems this module don't load in IE at all, also its seems that your theme is missing files, do you have changed the theme paths or something? Link to comment Share on other sites More sharing options...
deafmouse Posted May 30, 2011 Author Share Posted May 30, 2011 no haven't changed any paths. I'm not sure what you mean by missing files as i never got a warning or missing pages. is this just a guess or do you get a warning?site works perfect in every other browser, just as soon as i tried in IE top navigation disappears. PS. im working on posting some screens for everyone, but right now im on a mac. Link to comment Share on other sites More sharing options...
Dreamtheme Posted May 30, 2011 Share Posted May 30, 2011 in your style.css file there is an div div#wrapper2 { background: url("../img/bg_main_top.jpg") no-repeat scroll 50% 0 transparent; position: relative; text-align: left; that image declared as background is missing or it is with wrong path and can't be loaded. Link to comment Share on other sites More sharing options...
deafmouse Posted May 30, 2011 Author Share Posted May 30, 2011 ok i just fixed that, but i don't think that is related to why my navigation doesn't load :S grrr i always have problems with Internet Explorer Link to comment Share on other sites More sharing options...
Dreamtheme Posted May 30, 2011 Share Posted May 30, 2011 Well that warper is just before your code get missing. However the code you post is the code that don't load at all in IE.Its seems that it is commented out.Try to remove that on top and at the bottom of that file. <!-- Block permanent links module HEADER --!> Link to comment Share on other sites More sharing options...
deafmouse Posted May 30, 2011 Author Share Posted May 30, 2011 ok i might have a break through. i ask the office next to me to uses his computer and managed to view the source code in internet explorer. it appears as if the module shows up as a comment. which means i did the comment syntax wrong which just happens to work in every other browser. Link to comment Share on other sites More sharing options...
Dreamtheme Posted May 30, 2011 Share Posted May 30, 2011 well i just post your solution Link to comment Share on other sites More sharing options...
deafmouse Posted May 30, 2011 Author Share Posted May 30, 2011 lol yea sorry i didn't refresh the browser. thank you though, just talking about it made me look deeper into the problem. im still little confused why it works in other browsers if the code is wrong. html is weird :Sim just waiting for a my friend to confirm it's working on his computer, and ill mark it as solved Link to comment Share on other sites More sharing options...
Dreamtheme Posted May 30, 2011 Share Posted May 30, 2011 Cause firefox ignores that at mistake and continue and ie mark it is mistake and stops IE sux Link to comment Share on other sites More sharing options...
Recommended Posts