Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • supawat sulamnart 8 posts 28 karma points
    Jan 04, 2012 @ 13:12
    supawat sulamnart
    0

    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

  • Warren Buckley 2106 posts 4836 karma points MVP ∞ admin hq c-trib
    Jan 04, 2012 @ 14:56
    Warren Buckley
    0

    Hello Supawat,
    On what page are you refeferring to in the starter site?

    Thanks,
    Warren 

  • supawat sulamnart 8 posts 28 karma points
    Jan 04, 2012 @ 15:14
    supawat sulamnart
    0

    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?

  • Rich Green 2246 posts 4008 karma points
    Jan 04, 2012 @ 15:21
    Rich Green
    0

    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

  • Warren Buckley 2106 posts 4836 karma points MVP ∞ admin hq c-trib
    Jan 04, 2012 @ 15:34
    Warren Buckley
    0

    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:

    <!-- One Column content -->
    <h2 class="flashHeader">
    <strong><umbraco:Item field="pageName" runat="server"></umbraco:Item>.</strong>
    <umbraco:Item field="headerText" stripParagraph="true" runat="server"></umbraco:Item>
    </h2>

    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 :) 

  • supawat sulamnart 8 posts 28 karma points
    Jan 04, 2012 @ 16:50
    supawat sulamnart
    0

    Yes, it's disppeared now. Thank you very much for your help - Warren and Rich.

    Happy New Year :D

Please Sign in or register to post replies

Write your reply to:

Draft