ylechasseur wrote:Hi Guys,
I am working on the theme to refresh the layout. I am trying few things to move the Megamenu from <WidgetZone>content_before</WidgetZone> by changing the value to <WidgetZone>header_links_after</WidgetZone> and it never move from Content_before, (In fact what ever the widget zone I put.. it won't move ....
Do I have to change something else in the code ?
Best regards
Yves
Hi Yves,
For the Electronics theme we are overriding the
SupportedWidgetZones.xml file. If you want to change the widget zone, you need to go to
/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Electronics and change the widget zone in the
SupportedWidgetZones.xml file located there.
After that you should restart the application so that the changed file get loaded.
Ivan Stoyanov