Hello-
I've been trying to edit my CategoryMenuTemplate.WithoutPictures.cshtml to have it display my categories in columns with their subcategories listed under them...but I'm not having any luck with it.
I see it is possible because Yves accomplished it on his site at www.usnautic.com
I actually thought that's what it would do by default, but not.
I think this would be a great addition to a future update of the NopMegaMenu.
In the meantime, can anyone share how this can be accomplished for me and other developers?
Thanks,
Steve
@Html.Action("PopularProductTags", "Catalog")
@Html.Action("PopularProductTags", "Catalog")
<li>
<a href="#">@T("Products.Tags.Popular")</a>
@Html.Action("PopularProductTags", "Catalog");
</li>
Hello-
I'm trying to add a tag cloud to my topic content, but not having any luck.
While editing my content topic in the admin area, I'm just including the following line of code in the table cell where I want the tag cloud to appear:
@Html.Action("PopularProductTags", "Catalog")
Hello-
I'm wanting my drop downs to be the full width of the menu itself so that all the page content beneath it is hidden...from one side to the other.
I see the following item in the styles.css:
}
.mega-menu .dropdown.fullWidth {
left: 0;
width: 950px;
margin-left: -1px;
border-radius: 5px;
}
Hello-
I followed Ivan's advice and re-downloaded the electronics theme and replaced it on my site, except for the /themes/electronics/content/styles.css
I disabled the categoryheadermenu and set the mega menu as active. I edited the mega menu settings a little and edited the mega menu content topic.
The categoriesheadermenu no longer appears, but the mega menu still doesn't appear on my site.... it's just showing the standard header buttons...
You can see my site here.
I can't figure out what I'm missing...
Thanks for your help!
Steve
Hello again-
I'm wondering how to enable the categories widget that appears on the left column on the default nopcommerce theme, but doesn't appear now with the electronics theme. I know it is possible to enable it because I see it on Yves' site, and he is using the electronics theme as well.
Can somebody tell me how to turn it back on please?
Thanks,
Steve
<li><a href="@Url.RouteUrl("HomePage")">@T("HomePage")</a></li>
<li><a href="@Url.RouteUrl("Blog")">@T("Blog")</a></li>
<li><a href="@Url.RouteUrl("Blog")">@T("Blog")</a></li>
<li><a href="@Url.RouteUrl("Blog")">@T("KnowledgeBase")</a></li>