Hi,
Could you please explain us here what exactly do you mean by "
while this document type called my webpart"? When using CSS List menu web part, this web part renders the same type of HTML code for each of the menu items, regardless of items document type, so none of the transformations is used:
http://devnet.kentico.com/docs/controls/cmslistmenu_getting_started.htmHowever, what you can do is to style the menu according your needs:
http://devnet.kentico.com/docs/controls/cmslistmenu_appearance_and_styling_horizontal_menu.htmIf your menu web part is not displayed any data, then please check following web part properties:
Path: (if you would use /% expression here, web part will display all of the documents from your content tree of type specified in "Document types" property)
Document types: (please make sure that your custom document type is specified here as well as all document types of documents that are in path)
Select only published: (you can set it to false in your case)
Show for document types: Empty
At this point the web part should show at least some data (menu items).
Best regards,
Miro Remias.