Group: Forum Members
Last Active: Mon 21 May 2018
Posts: 94,
Visits: 266
|
Ha!
Worked like a dream, Thanks!
|
Group: Administrators
Last Active: Sun 27 Sep 2015
Posts: 115,
Visits: 706
|
Replacing the web.config file will do an automatic restart for the application.
So in your case, you can do that through FTP, just copy your web.config somewhere in your local machine, then copy it back to the hosting folder, it will ask to replace ... choose yes.
|
Group: Forum Members
Last Active: Mon 21 May 2018
Posts: 94,
Visits: 266
|
Aha...Unfortunately, I don't think that's going to work on my shared hosting package.
|
Group: Administrators
Last Active: Sun 27 Sep 2015
Posts: 115,
Visits: 706
|
What Neil said is correct, but after changing/adding links in web_menu.sitemap you need to restart your application (IIS) to let the site take effect from the sitemap changes.
|
Group: Forum Members
Last Active: Mon 21 May 2018
Posts: 94,
Visits: 266
|
I tried to do this with the web_menu.sitemap file in the root of my installation and it didn't work.
I even deleted that file completely and it showed no difference whatsover to the top navigation menu. (I also restored it after!)
I am working with a custom theme but I have't deleted anything that would appear to affect the top menu.
I assume that the code in the Master Page:
<user:NavigationMenu ID="UC_NavigationMenu" runat="server" />
Generates the top navigation menu.
I can't find anything in the backend or the user manual to suggest how to control a level for the number of nested lists that are generated in the top navigation menu.
I really need to do this as I want switch off the nested lists that are generated in the top navigation menu at the moment.
|
Group: Forum Members
Last Active: Sat 3 Nov 2018
Posts: 192,
Visits: 5,220
|
Hi Adrian,
You can edit these links in web_menu.sitemap in the root of your site.
|
Group: Forum Members
Last Active: Thu 17 Jun 2010
Posts: 10,
Visits: 16
|
Is it possible to add/remove links in the main navigation of the shop, such as Home, Products, contact etc.
|