Jump to content

[Solved] Navigation Doesn't display in IE Internet Explorer


Recommended Posts

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

website is https://www.sognami.ca

it 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

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

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

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

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

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 :S

im 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

×
×
  • Create New...