Page 1 of 1

Which design is 'active'

Posted: Mon Jan 14, 2019 12:42 pm
by cawstein
Only one Design is marked as 'Default'. I want to know which Design is 'Active' (I.e. which templates and stylesheets are attached to my website.)
Do you think by 'Default' the document write meant 'Active?

(I change the Navigator::Navigation template attached to my design from one template to another and nothing changes to the appearance of the site.)

Re: Which design is 'active'

Posted: Mon Jan 14, 2019 2:02 pm
by chrisbt
Starting with your 'home' page check which 'Design' & 'Template' are selected for that page. For that 'Design' use Design Manager to see which Stylesheets are attached to that 'Design'.

Each page can use a different 'Design' & 'Template' (if you wish to), but all pages are probably using the same 'Design' & 'Template' unless you have changed them.

Navigator Template - this will depend on the code in the page 'Template' being used. If the 'default' Navigator template is being used, i.e. just the {Navigator} tag is used in the template. Then you can change the Navigator template being used simply by changing the 'default' Navigator template in the Design Manager. Or use {Navigator template='new-navigator-template'} in the page template.

Re: Which design is 'active'

Posted: Mon Jan 14, 2019 4:33 pm
by DIGI3
The Designs feature is mostly for grouping templates and attaching stylesheets, it's not quite the same as some other CMSs where you have a 'live' design and others that aren't live. In CMSMS they're all active, setting one to default mostly just means when you're creating a page, it will default to that design and its default page template.

Re: Which design is 'active'

Posted: Tue Jan 22, 2019 10:27 am
by cawstein
Thanks both. Problem solved. That problem is simple once you bump into the solution; completely insoluble till then. I think I now have a working 'site'. A step on the way anyway.

Re: Which design is 'active'

Posted: Tue Feb 26, 2019 10:47 am
by jamesmccoy
Hi there,

How do I change the Navigator template in the Design Manager? If I need to create a design color scheme for color blind users, for instance?
Thanks.

Re: Which design is 'active'

Posted: Tue Feb 26, 2019 3:18 pm
by DIGI3
You edit one or create your own, then either set it to default for your design, or reference it in the tag {Navigator template='mynavtemplate'}

Re: Which design is 'active'

Posted: Wed Feb 27, 2019 8:24 am
by jamesmccoy
DIGI3 Dev Team Member pro
You edit one or create your own, then either set it to default for your design, or reference it in the tag {Navigator template='mynavtemplate'}
Thanks. Will try to create my own template then.