Template Gallery

Telerik RadMenu Nightmare

Hi All,

I am trying to edit the new 1700 template to fit with a website I am building. Most of the conversion is going well and I have to say that the new 1700 template is a lot cleaner and easier to understand than the previous templates. However, I am running into a lot of problems around the RadMenu component for the navigation.

RadMenu is inserting it's own styles and I can't find any way to override certain things like the background images.

Removing left nav from 1600 Template

I am working on template 1600 in iMIS 15.1.2.5901.

Customer would like to get rid of the left navigation. We have the drop down menus working on the horizontal menu, and consider the left nav redundant.

I tried editing the master page by removing the div and/or the panel for the left nav. In both cases iMIS threw an "unexpected error".

Any ideas on how to replace that panel with another content area?

Style not affecting login text

I am using template design 1510.

I changed the background color of the top nav.

I was able to change the font color in the utilitynav_style to blue, but when I change the color of LoginStatusMenu it does not change.

Here is the code for the login:

<asp:LoginStatus ID="LoginStatus1" runat="server" LoginText="Log On" LogoutText="Log Off" AccessKey="l" OnLoggedOut="LoginStatus1_OnLoggedOut" CssClass="LoginStatusMenu" />