I have a site that is running DotNetNuke 4.5.5. Users who use IE10 can’t see the site main menu. Any clue why this happening, and where to look for solutions?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume you are using SolPartMenu which is not compatible with IE10. Besides the main menu, containers’ action menus are also not visible.
I recommend upgrading to DDRMenu, which has been the default navigation provider since DNN 6. There is an install package available for DNN 4.5.0 and above, so you don’t have to upgrade DotNetNuke just because of the menu.
DDRMenu provides a simple way to upgrade your SolPartMenu skins and containers, using a compatibility template, which supports many, but not all SolPartMenu properties.
To upgrade a SolPart menu, edit your skin’s ASCX files and replace:
with
Upgrading a container is a similar process, replace:
with
See also:
DDRMenu user guide