Close

Help required on the new NOPMega menu Plugin

nirmaljoseph
11 years ago
#1470 Quote
Avatar
  • 15
Hi,
I downloaded the new NOP Megamenu Plugin for my 2.65 version NOPCommerce.It works perfectly as it should.But now what is seen is that there are two menus at the top.One is the old menu and the next one below becomes the newNOP plugin menu.I tried removing the menu items .I could remove everything except the home link of the old menu.As soon as i remove it the new NOPplugin menu is also removed.
Is there a way by which i can merge the two menu's together to look as one ?

IvanStoyanov
11 years ago
#1480 Quote
Avatar
  • Moderator
  • 269
nirmaljoseph wrote:
Hi,
I downloaded the new NOP Megamenu Plugin for my 2.65 version NOPCommerce.It works perfectly as it should.But now what is seen is that there are two menus at the top.One is the old menu and the next one below becomes the newNOP plugin menu.I tried removing the menu items .I could remove everything except the home link of the old menu.As soon as i remove it the new NOPplugin menu is also removed.
Is there a way by which i can merge the two menu's together to look as one ?



Hi nirmaljoseph,

Go to Views/Shared/HeaderMenu.cshtml and delete Html.Action("Menu", "Common").

You can also move the search box to any location you would like by calling it there like this: @Html.Action("SearchBox", "Catalog").
If you decide to move the search box you can go to Views/Shared/_Root.cshtml and remove @Html.Partial("HeaderMenu").

Best wishes!

Ivan Stoyanov
Thank you for choosing our products! Your feedback is important to us!
nirmaljoseph
11 years ago
#1486 Quote
Avatar
  • 15
Thank you Ivan
nirmaljoseph
11 years ago
#1491 Quote
Avatar
  • 15
Hii Ivan,
i tried as you had said.even though it was successful it s seen that the entire layout changes as soon as i log in as admin,but as a customer it looks alright.
What happened with that?
IvanStoyanov
11 years ago
#1492 Quote
Avatar
  • Moderator
  • 269
nirmaljoseph wrote:
Hii Ivan,
i tried as you had said.even though it was successful it s seen that the entire layout changes as soon as i log in as admin,but as a customer it looks alright.
What happened with that?


Hi nirmaljoseph,

Try to configure the css file for theme.
The theme is styled to have a default nopCommerce menu in it and when you remove it, you are also removing css classes, so the style changes.

Best wishes!

Ivan Stoyanov
Thank you for choosing our products! Your feedback is important to us!
carneno
11 years ago
#1507 Quote
Avatar
  • 11
IvanStoyanov wrote:

Try to configure the css file for theme.
The theme is styled to have a default nopCommerce menu in it and when you remove it, you are also removing css classes, so the style changes.

Best wishes!

Ivan Stoyanov


Hello Ivan.

I came here from your suggestion to my question in the nop Classic Theme forum.

Everything that I learned here works fine.

I'm not sure of how to style the Mega Menu.  Is it the style.css file in the Presentation\Nop.Web\Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Themes\nopClassic\Contentfolder?

Thanks,
Tony
Stop The World, I want To Get Off !
nirmaljoseph
11 years ago
#1508 Quote
Avatar
  • 15
Thank You ivan
IvanStoyanov
11 years ago
#1509 Quote
Avatar
  • Moderator
  • 269
carneno wrote:

Try to configure the css file for theme.
The theme is styled to have a default nopCommerce menu in it and when you remove it, you are also removing css classes, so the style changes.

Best wishes!

Ivan Stoyanov

Hello Ivan.

I came here from your suggestion to my question in the nop Classic Theme forum.

Everything that I learned here works fine.

I'm not sure of how to style the Mega Menu.  Is it the style.css file in the Presentation\Nop.Web\Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Themes\nopClassic\Contentfolder?

Thanks,
Tony


Hi Tony,

Yes that is the correct folder.
Thank you for choosing our products! Your feedback is important to us!
carneno
11 years ago
#1510 Quote
Avatar
  • 11
IvanStoyanov wrote:


Hi Tony,

Yes that is the correct folder.


Thanks Ivan.

How would I change the background color of the menu?

I tried changing the navpad1.png file and that did not work?

Thanks,
Tony
Stop The World, I want To Get Off !
IvanStoyanov
11 years ago
#1511 Quote
Avatar
  • Moderator
  • 269
carneno wrote:


Hi Tony,

Yes that is the correct folder.

Thanks Ivan.

How would I change the background color of the menu?

I tried changing the navpad1.png file and that did not work?

Thanks,
Tony


This is the correct file.
Try replacing it with a different file and keeping the name.
It works for me.
Thank you for choosing our products! Your feedback is important to us!