How to Disable "Preview Mode-click to end" link from Umbraco site
Hii all,
This is Ravindra, i have been using umbraco 7.1.4 and i made few site using this.the problem is "Preview Mod-click to end" link comes every time when i preview my site.infact it's irritating me..so i want to disable this..can anyone help me out!
<!-- The html injected into a (x)html page if Umbraco is running in preview mode --> <PreviewBadge><![CDATA[<aid="umbracoPreviewBadge"style="position: absolute; top:0; right:0; border:0; width:149px; height:149px; background: url('')no-repeat;"href="{0}/endPreview.aspx?redir={2}"><spanstyle="display:none;">In Preview Mode - click to end</span></a>]]></PreviewBadge>
Or you could go to the folder \Umbraco_Client\Preview in your installation and override the image with a transpantent one, so keep the configuration as it is by default, and then just use a transparent image, as badge.
Could you please mark the questions as solve, so other with same issue can see what works for you. You have a green tick over each post, and you should the the green tick for the post that gives you the answer or a hint to solve your issue.
I think that you should start a new topic in the forum about your question about creating multi-language sites. So we donĀ“t mix to different topics.
How to Disable "Preview Mode-click to end" link from Umbraco site
Hii all,
This is Ravindra, i have been using umbraco 7.1.4 and i made few site using this.the problem is "Preview Mod-click to end" link comes every time when i preview my site.infact it's irritating me..so i want to disable this..can anyone help me out!
Thank...cheers
Ravindra
Hi Ravindra.
You can customize the preview badge being shown when you're previewing a node.
If go to the config folder in your Umbraco installation, and open up the file named umbracoSettings.config.
In the file search for PreviewBadge, after done that you will find this:
Then you can customize the preview badge being shown when you're previewing a node.
Hope this helps,
/Dennis
Hii Dennis..
Thanks for your Response but it didn't work out!
i commented entire thing likes but not working!
<!--<PreviewBadge><![CDATA[<a id="umbracoPreviewBadge" style="position: absolute; top: 0; right: 0; border: 0; width: 149px; height: 149px; background: url('{1}/preview/previewModeBadge.png') no-repeat;" href="{0}/endPreview.aspx?redir={2}"><span style="display:none;">In Preview Mode - click to end</span></a>]]></PreviewBadge>-->
Regards...,
Ravindra!
Hi Ravindra,
Here is one way that you could do it:
Or you could go to the folder \Umbraco_Client\Preview in your installation and override the image with a transpantent one, so keep the configuration as it is by default, and then just use a transparent image, as badge.
Hope this helps,
/Dennis
My problem was clicking it did nothing as well, which was strange but have just taken out the image :(
Hii Dennis,
Thank you very much for your response!
It's really working....
thanks alot.
Can you suggest me any example sites for creating "multi-language sites" actually i am using Umbraco 7.1.4
Regards...,
Ravindra
Hi Ravindra,
Good to hear.
Could you please mark the questions as solve, so other with same issue can see what works for you. You have a green tick over each post, and you should the the green tick for the post that gives you the answer or a hint to solve your issue.
I think that you should start a new topic in the forum about your question about creating multi-language sites. So we donĀ“t mix to different topics.
I would love to help you as much as I can.
/Dennis
Hii Dennis,
Ok i will start new topic..thanks
Thanks and Regards,
Ravindra
is working on a reply...