Copied to clipboard

Flag this post as spam?

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


  • Megan Fisher 2 posts 71 karma points
    Sep 15, 2015 @ 00:01
    Megan Fisher
    0

    Help with right side bar content

    Hi, I am trying to help someone change an email address on their website. They inherited the website from the last shop owner and we don't know much about Umbraco yet. We are currently creating a new site but until that goes live we need to change the email address found on the right side bar of the current site. I, for the life of me cannot figure out how and where I can change this email addy. Can someone please advise as to how I can do this? I have included a screen snap of the relevant code.

    The website is embroiderydendotcomdotau

    Many thanks, Megan

    screen snap

  • Megan Fisher 2 posts 71 karma points
    Sep 15, 2015 @ 01:56
    Megan Fisher
    0

    For more information it is the div with the ID = leftSide which nested under the div ID=cpRightSide

    I am wanting to change the email address inside the div ID=leftSide

  • Steve Morgan 1278 posts 4216 karma points c-trib
    Sep 15, 2015 @ 08:23
    Steve Morgan
    0

    HI Megan,

    Welcome to Our Umbraco!

    First off I take it you have a full admin user account and can log into to Umbraco. Can you see both a "Settings" section and a "Developer" as well as the website content?

    As a very brief overview to Umbraco there are three key bits that are used to make up a page. The "Document Type" (think of this as the fields you're given to add content) the "Template" (think of this as the blueprint used in which Umbraco fills in your content) and your Content.

    The key here is to find the area in the template where this email address is output. It might be "hardcoded" into the template or it might be a data field (which means you'll be able to change this in the Content section usually set in a settings node or at the root homepage node). I suspect it's hardcoded - which means you'll be able to change it directly in the template.

    To add to complexity a little (I hope you're still with me here!) the template is usually built from a "Master" or "Base" template with a child. This allows you to keep a consistent, side wide header, footer and probably the website navigation menu in the master.

    So job number one - go to the Settings section then click on Templates. Is there a Master template? If not have a look for Home / Homepage. Open this and you should find either the section that contains the email address or a bit of code that outputs it.

    If it's an email go and change it - if it's code and you want some more help screenshot that and someone here will help you change this!

    Kind regards

    Steve

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies