Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...IE10 made my navigation menu disappear?IE10 made my navigation menu disappear?
Previous
 
Next
New Post
5/1/2013 12:59 PM
 

I have a DNN site that when viewed in IE10 the navigation menu goes away... in anything else it appears fine.

 Here is a screenshot for IE10:  http://i.imgur.com/uZB2OEQ.jpg

 http://www.mctaworkforce.org/

Thoughts? Thanks!

 
New Post
5/1/2013 1:36 PM
 

Your skin is using Solpart Menu it seems.
That's the old default Dotnetnuke menu and it's not developed any more.
It used browser specific rendering which is why it has issues with the new IE version.
The new default menu is the DDR menu.

There are two ways to solve this:
A. Use the new DDR menu's Solpart replacement.
For this you need to upgrade to DNN  5+ and...

Edit your skin's ASCX files, replace

<%@ Register TagPrefix="dnn" TagName="..." src="~/Admin/Skins/SolPartMenu.ascx" %>
with
<%@ Register TagPrefix="dnn" TagName="..." src="~/DesktopModules/DDRMenu/SolPartMenu.ascx" %>

B. Use a cleaner version of DDR menu and create you CSS from scratch.
http://www.dotnetnuke.com/Resources/W...

 HTH

 
New Post
5/6/2013 3:28 PM
 
You can also add some code to your skin to FORCE Compatibility View in Internet Explorer to resolve the issue.
 
New Post
5/6/2013 3:29 PM
 
     <script runat="server">
 Protected Sub Page_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreRender
        Dim meta As Literal = New Literal()
        meta.Text = "<meta http-equiv=""X-UA-Compatible"" content=""IE=EmulateIE8"" />"
        Me.Page.Header.Controls.AddAt(1, meta)    
    End Sub
 </script>
 
New Post
5/7/2013 2:36 AM
 
True, but the way forward is not to use Solpart menu any more IMO
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...IE10 made my navigation menu disappear?IE10 made my navigation menu disappear?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out