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 (Zatvorena) (Mono Support )

37099 put(a) pogledan, 3 odgovor(a) 4.10.2012. 11:32:44Kreirao(la) Clipflair1

Povezane teme

Clipflair1

Clipflair1

4.10.2012. 11:39:11
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
Ovaj sadržaj još nije ocijenjen. 
159 Reputacija 18 Ukupno objava
khorvat

khorvat

4.10.2012. 11:52:31
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
Ocjena 5,00, 1 glas(ova). 
15993 Reputacija 2214 Ukupno objava
Clipflair1

Clipflair1

4.10.2012. 12:46:21
Thank you very much!
Done!!
Ovaj sadržaj još nije ocijenjen. 
159 Reputacija 18 Ukupno objava