Mono Support monoX demo site label removal (Closed)

Viewed 35551 time(s), 3 post(s), 10/4/2012 11:32:44 AM - by Clipflair1
10/4/2012 11:39:11 AM
159 Reputation 18 Total posts

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

1
10/4/2012 11:52:31 AM
15993 Reputation 2214 Total posts

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

2
10/4/2012 12:46:21 PM
159 Reputation 18 Total posts

Thank you very much!
Done!!

3
This is a demo site for MonoX. Please visit Mono Software for more info.