Copied to clipboard

Flag this post as spam?

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


  • eddi 3 posts 73 karma points
    Aug 30, 2018 @ 10:29
    eddi
    0

    How to edit a footer notice ??

    How can I edit this footer notice ??(see the pic below) It's not in the "footer" register card. There you can create footer links and footer content. And if it's in the template how do I get there?

    enter image description here

    Thanks for your help!

  • DonZalmrol 220 posts 833 karma points
    Aug 30, 2018 @ 13:28
    DonZalmrol
    0

    You should be able to change your footer in your master template page. On my umbraco site this is normally located on my master template page near the bottom.

    e.g. my master page location: enter image description here

    The code for my footer:

                    <div class="col-sm-10">
                        <p>&#169; 2011 - @DateTime.Now.ToString("yyyy") <a target="_blank" href="http://www.don-zalmrol.be/" title="">Laurens Gregoir</a> | All Rights Reserved
                        <br />Last update happily happened on @Umbraco.Field("updateDate", formatAsDate:true)</p>
                    </div>
    
                    <div class="col-sm-2">
                        <center><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons-Licentie"
                            style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
                        <br /><a href="/Sitemap/">Sitemap</a> | <a href="/Disclaimer/">Disclaimer</a></center>
                    </div>
    
                </div>
            </div>
        </footer>
        <!--/#footer-->
    

    So it really depends on how your template is configured for your use.

    Goodluck!

  • DonZalmrol 220 posts 833 karma points
    Sep 03, 2018 @ 13:07
    DonZalmrol
    0

    Any luck?

  • DonZalmrol 220 posts 833 karma points
    Sep 18, 2018 @ 15:42
    DonZalmrol
    0

    Any luck?

Please Sign in or register to post replies

Write your reply to:

Draft