Close

Profile: fun123

Avatar

User posts

seriously? no one to reply on such a big issue?

So my problem is, when i upgraded sliders to 3.3 as someone else mentioned, we lost category page, and you replace with "powerful" condition option. Why is it that in upgrade script all sliders i had didnt get proper mappings, or let me say no mappings at all. I now have to waste hours to remap all sliders because tables in database are not readable, and i already wasted hours trying to figure out how to read tables of new anywhere slider.... I must say its totally unprofessional to make script that doesn't include old mappings, makes me wanna think about renewing license for ultimate collection

9 years ago

Deni wrote:
So, first time im having problem like this, but actually i have to use content before widget zone, and i cant, because megamenu is between master wrapper and content before zone. How can i solve this, you in your code hide header menu, and instead of using its div, you place another one that is not even in the header menu div, which makes megamenu under content before zone...

Hello,

There is no straightforward way to use the header menu div (on themes that are not ours). In our themes we replace the default menu with ours.
As you can see in the SupportedWidgetZones.xml file in the MegaMenu plug-in, the widget zone in which we place the MegaMenu in other themes is content_before. You can change this widget zone to whatever you want or you can create a new widget zone right after content_before and use it for the MegaMenu. Feel free to place the MegaMenu wherever you want.

Regards!


Okay, thanks... i already created new widget zone to use, i was just wondering why didnt you use some other zone, thanks for answer anyway

9 years ago

So, first time im having problem like this, but actually i have to use content before widget zone, and i cant, because megamenu is between master wrapper and content before zone. How can i solve this, you in your code hide header menu, and instead of using its div, you place another one that is not even in the header menu div, which makes megamenu under content before zone...

10 years ago

yea, i tryed that but didn't workout well, my employer changed his mind anyway so its okay, but thanks for answer anyway

10 years ago

Any idea how can i add links on "My Account", so that when i mouse over it, it shows Registration, Login, Shopping Cart and Wish list on it. So, My account would act as category and those 4 links would act like sub-categorys. Thanks in advance

10 years ago

Boyko wrote:
Hi fun123,


You can modify the view of the Mega Menu plugin and add your logo there.
Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Views\MegaMenu\MegaMenu.cshtml

To make it a link to the Home page you can use this code:
<a href="@Url.RouteUrl("HomePage")">The image to your logo here</a>


Then it is a matter of styling to make it looks nice.

Hope this helps!


Solved, thanks

10 years ago

anyone?

10 years ago

What i have is this:
[URL=http://imageupload.co.uk/][/URL]
What i need is this:
[URL=http://imageupload.co.uk/][/URL]
So conclusion is, i need logo placed on mega menu, and also to be clickable to send user to home page when clicked. Thanks a lot in advance