For example the picture above, when I create a Menu called Curriculum shown on the left, but on the Page Title on the right, it has got a full stop "." at the end. Could you point out where could I find how to remove the full stop please?
Login to the back end, find the node with the 'Curriculum' content, look under the properites tab and see what template this node is using.
Once you've found this, go to the settings section and look to see where this is being rendered, search for H1 and H2, it will either be a item in the template or maybe as external macro / xslt / razor file, either way this shouldn't be too hrad to track down, or all else fails search the template for "."
As Rich mentions, that is a good way to track it down, the fullstop is in the template for the page and by the looks of your screenshot it is a textpage document type. So the template for this page is the CWS_Textpage.master found in the masterpages folder, or latenatively under the Templates folder in the umbraco back office within the settings section.
As you can see on the third line after the </umbraco:item> and before the </strong> you will see the fullstop that you want to remove. Simply remove it and save the template.
The fullstop may be used in other templates for the page name, so you will have to do a similar thing to remove them.
How can I remove dot (".") or full stop located after the Page Title?
In CWS Starter theme.
The title of the page has a "." dot - full stop added at the end, could you please help me of how to remove this dot? Where does it locate?
Thank you very much for your help in advance.
Supawat
Hello Supawat,
On what page are you refeferring to in the starter site?
Thanks,
Warren
For example the picture above, when I create a Menu called Curriculum shown on the left, but on the Page Title on the right, it has got a full stop "." at the end. Could you point out where could I find how to remove the full stop please?
Hi,
Login to the back end, find the node with the 'Curriculum' content, look under the properites tab and see what template this node is using.
Once you've found this, go to the settings section and look to see where this is being rendered, search for H1 and H2, it will either be a item in the template or maybe as external macro / xslt / razor file, either way this shouldn't be too hrad to track down, or all else fails search the template for "."
Rich
As Rich mentions, that is a good way to track it down, the fullstop is in the template for the page and by the looks of your screenshot it is a textpage document type.
So the template for this page is the CWS_Textpage.master found in the masterpages folder, or latenatively under the Templates folder in the umbraco back office within the settings section.
Inside this template you will see the following:
As you can see on the third line after the </umbraco:item> and before the </strong> you will see the fullstop that you want to remove.
Simply remove it and save the template.
The fullstop may be used in other templates for the page name, so you will have to do a similar thing to remove them.
Thanks,
Warren :)
Yes, it's disppeared now. Thank you very much for your help - Warren and Rich.
Happy New Year :D
is working on a reply...