RadioActiveLamb
|
I've searched high & low. Where do I toggle breadcrumbs on/off in v4?
|
|
Curt
|
I asked that also.
i got this reply from Aristeer;
Artisteer 4 doesn't support Breadcrumbs feature.
You can add it manually after exporting by editing page.ascx file.
Best regards,
Elvira B
Extensoft, Inc.
And this one about adding it back;
I've added your request to our wish list for the possible future consideration.
Please let us know if you have any other questions/issues.
Best regards,
Helga D.
Extensoft, Inc.
|
|
RadioActiveLamb
|
Thanks Curt. Did you get instructions for adding breadcrumbs into the page.ascx file?
|
|
Dwilson
|
Just open your page.ascx
and place the code under the nav or inside the sheet.
</header> <nav class="nav clearfix"> <dnn:menu menustyle="Menu" runat="server"> <templatearguments> <dnn:templateargument name="class" value="hmenu"></dnn:templateargument> </templatearguments> </dnn:menu> </nav> <div class="sheet clearfix">
<!-- Breadcrumb Code -->
<dnn:TEXT runat="server" id="dnnTEXT" Text="You are here >" ResourceKey="Breadcrumb" /> <dnn:BREADCRUMB ID="dnnBREADCRUMB" RootLevel="0" Separator=" > " runat="server" />
<!-- Breadcrumb Code -->
You can also wrap this code in CSS and place it anywhere on the page or style it.
|
|
Dwilson
|
I also forgot to mention, you can just cut and paste this into Artisteer 4Beta, so at export it is already in the ascx file.
I always put extra CSS and html in before I export it minimizes the page.ascx edits between versions.
|
|