Hi guys iam new to umbraco,can u tell me how to create a new website using web matrix.
Whenever i am using webmatrix to create a new site i am given an option to use the use the templates from website or site from template.
i chose "site from template " and applied the empty template. and when i run it it is displaying 404 page.
so can u please explain me how to create a new site,
right now i am creating a site from "template from website" and then deleting all the css,templates ,document types and replacing them with my own .i dont think this is the correct way so please guide me..Thanks in advance
You will be able to do this by clicking on the icon Settings on your umbraco dashboard , then Document Types and Create one which will creat an associated Template in the Template folder.
What i will also strongly advise you is to get an account on umbraco tv.
the page im using now,if i go to a specific page through a hyperlink the styles are not applied to the page,but if i give the id of the page the the syyles are applied can u explain y??
EX :(NOT WORKING IF NAVIGATION IS LIKE)
http://localhost:9595/world/inida.aspx ---------------------only some styles are being applied,here i used a tab control that is developed in javascript ,those tabs are not working .The page is shown like a regular page
Create a new site
Hi guys iam new to umbraco,can u tell me how to create a new website using web matrix.
Whenever i am using webmatrix to create a new site i am given an option to use the use the templates from website or site from template.
i chose "site from template " and applied the empty template. and when i run it it is displaying 404 page.
so can u please explain me how to create a new site,
right now i am creating a site from "template from website" and then deleting all the css,templates ,document types and replacing them with my own .i dont think this is the correct way so please guide me..Thanks in advance
Hi Aditya,
You need to start by creating document type and in there create all the associated dynamic fields.
//fuji
where should i do that???
Hi Aditya,
You will be able to do this by clicking on the icon Settings on your umbraco dashboard , then Document Types and Create one which will creat an associated Template in the Template folder.
What i will also strongly advise you is to get an account on umbraco tv.
http://umbraco.com/help-and-support/video-tutorials/introduction-to-umbraco/sitebuilder-introduction/document-types
//fuji
k thanks ,i will do it
the page im using now,if i go to a specific page through a hyperlink the styles are not applied to the page,but if i give the id of the page the the syyles are applied can u explain y??
EX :(NOT WORKING IF NAVIGATION IS LIKE)
http://localhost:9595/world/inida.aspx ---------------------only some styles are being applied,here i used a tab control that is developed in javascript ,those tabs are not working .The page is shown like a regular page
WORKING IF NAVIGATION IS LIKE
http://localhost:9595/1093.aspx -------- where as 1093 is the id of inida.aspx document.
The same page is looking good if i have preview in the browser individually.
The last question has been answered in this post: http://our.umbraco.org/forum/developers/api-questions/20784-My-java-sccript-tabs-are-not-working
/Jan
is working on a reply...