Changing Category Menu type


https://forum.kartris.com/Topic3563.aspx
Print Topic | Close Window

By Obaid - Sun 18 Jan 2015
I see the category user control in Template.master:
<!--
MENU OPTIONS:
CategoryMenu
CategoryMenuAccordion
CategoryMenuDropDownSelect

-->
Template.master, user:CategoryMenu ID=
<user:CategoryMenu ID="UC_CategoryMenuCSSFoldout" runat="server" EnableViewState="False"
Visible="true" />

Could you tell me how to change it to CategoryMenuDropDownSelect?

Thank you.
By Obaid - Sun 18 Jan 2015
Answered, I think:

Replace the following in Template.master:
<user:CategoryMenu ID="UC_CategoryMenuCSSFoldout" runat="server" EnableViewState="False"
Visible="true" />

with category meny controls found in Skin folder (e.g. CategoryMenuAccordion.ascx)
You may have to add
EnableViewState="False"
as this was not added by the VS2012.