Close

Profile: Slotraccoon

Avatar

User posts

9 years ago

I must be doing something wrong. So my code is now

<li><a href="@Url.RouteUrl("Topic", new { SeName = Html.GetTopicSeName("homepagetext") })">Home</a></li>

I have checked that the Search Engine Friendly page name is homepagetext but I am still getting the same error. What am I missing?

9 years ago

So what was:

<li><a href="@Url.RouteUrl("Topic", new { SystemName = "HomePageText" })">@T("Home")</a></li>

Should now be:

<li><a href="@Url.RouteUrl("Topic", new { SeName = Html.GetTopicSeName("HomePageText") })">Home</a></li>

Is that right as I get an error?

9 years ago

Hi

So has this changed since version 3.2? It all worked fine then.

Regards

Rob

9 years ago

Hi

I am using nopCommerce 3.30 and nop Categories Header Menu 3.3. My additional links are not working although they are identical to those used with nopCommerce 3.2 and Header Menu 3.2

<li><a href="@Url.RouteUrl("Topic", new { SystemName = "MyTopic" })">@T("My Topic")</a></li>

The text appears in the menu but the link does not work. Plasecan someone suggest what I am doing wrong.

Regards

Rob

Which Theme
10 years ago

Thank you. It is working perfectly now.

Which Theme
10 years ago

Which theme does nop Categories Header Menu use by default? I have created a new theme in nopCommerce which is a mild change to the DefaultClean theme just changing some colours and given it a new name.

Do I just create a new theme for the nop Categories Header Menu with the same name and edit that jquery.superfish.css file or is there some otherway to tell the menu which theme to pick up?

11 years ago

Hi

I need to get going quickly with my project and some help would be appreciated. To get started I just want to swap the standard menu with the dropdown version.


Is it better to put @Html.Action("CategoriesHeaderMenu", "CategoriesHeaderMenu") into _Root.cshtml and then add @Html.Action("SearchBox", "Catalog")into this, or, as I have done so far, to add @Html.Action("SearchBox", "Catalog") into HeaderMenu.cshtml to replace  @Html.Action("Menu", "Common").

I am having difficulty getting a straight replacement with the menus right justified as before. Then I can tweak the styles.

Any help would be appreciated.

Rob