MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

monoX demo site label removal (Closed) (Mono Support )

Viewed 33937 time(s), 3 post(s) 10/4/2012 11:32:44 AMby Clipflair1

Related topics

Clipflair1

Clipflair1

10/4/2012 11:39:11 AM
Hello,

I started a new theme by modifying MonoX's default theme. Could you please tell me the way to remove this demo site notice: ""This is a dmo site for MonoX. Please visit Mono Software for more info"(please refer to the attached image as well)?

Thank you in advance,
Panos
This content has not been rated yet. 
159 Reputation 18 Total posts
khorvat

khorvat

10/4/2012 11:52:31 AM
Hi,

this is placed in the ~\Portal\MonoX\MasterPages\PageFooter.ascx control so please remove the following:
ORIGINAL
<%@ Register TagPrefix="MonoX" TagName="DemoIndicator" Src="/MonoX/MasterPages/DemoIndicator.ascx" %>
<%@ Register Src="/MonoX/controls/SeoLoginStatus.ascx" TagPrefix="monox" TagName="SeoLoginStatus" %>
 
<MonoX:DemoIndicator ID="ctlDemo" runat="server"></MonoX:DemoIndicator>
<div class="footer-wrapper">
 
REMOVED
<%@ Register Src="/MonoX/controls/SeoLoginStatus.ascx" TagPrefix="monox" TagName="SeoLoginStatus" %>
 
<div class="footer-wrapper">
Regards
Rated 5.00, 1 vote(s). 
15993 Reputation 2214 Total posts
Clipflair1

Clipflair1

10/4/2012 12:46:21 PM
Thank you very much!
Done!!
This content has not been rated yet. 
159 Reputation 18 Total posts