I am editing a site that was made by someone else on Umbraco. There is a paragraph, just above the footer that I am unable to find. it is not in the template or even in the Main code files. Is anyone able to help me with this? or give me a contact method for Umbraco?
This forum is the main channel for (unpaid) support.
Since umbraco is "just" a CMS, the content of every site is rarely structured 100% same as another umbraco site. I would suggest you get a developer to look at the site, or contact the person(s) who made it.
Sometimes developers use other nodes in the content tree to save shared texts. If it is just a simple text, it may be stored as a dictionary item. Can you showsome of the code that renders the HTML for the "paragraph, just above the footer"?
I see you have chosen umbraco 8 as your version. This version still in development - are you sure you are on version 8?
trying to edit text on home page, cant get to it
I am editing a site that was made by someone else on Umbraco. There is a paragraph, just above the footer that I am unable to find. it is not in the template or even in the Main code files. Is anyone able to help me with this? or give me a contact method for Umbraco?
Hi Charlotte,
This forum is the main channel for (unpaid) support.
Since umbraco is "just" a CMS, the content of every site is rarely structured 100% same as another umbraco site. I would suggest you get a developer to look at the site, or contact the person(s) who made it.
Sometimes developers use other nodes in the content tree to save shared texts. If it is just a simple text, it may be stored as a dictionary item. Can you showsome of the code that renders the HTML for the "paragraph, just above the footer"?
I see you have chosen umbraco 8 as your version. This version still in development - are you sure you are on version 8?
Hi there,
It might be made on Version 7 Sorry. I will post the main code here.
I think I am needing to get into the Developer area which I don't appear to be.
<%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" AutoEventWireup="true" %>
How do you get access to Developer areas? is it possible to set up? I think this is a part of the issue
well, you login as an administrator and grant the users access.
There are package like this https://our.umbraco.com/packages/developer-tools/umbraco-admin-reset/ that may help
is working on a reply...