Close

Profile: fun123

Avatar

User posts

Boyko wrote:
Hi fun123,

Thank you for reporting this!

I must say that there is category mappings upgrade to conditions for the Sliders, but there was a small mistake and that is why they were not working properly.
In the the upgrade script the condition type should be 2 rather than 0.


EXEC sp_TransferMappingsToConditions
      15, -- entity type
      2, -- condition type
      '1', -- name property


I am really sorry you have lost so many hours instead of reporting the issue to us and have us fix it. I am a bit surprised that you consider this as a very serious issue and that you haven't sent an email to our Support mail. Please note that for any urgent issues you should send us an email (soon we will have a ticketing system, which is now in beta) rather than writing in the forums, which we monitor but with low priority. This way you are guaranteed to get a fast answer and have any issues fixed on time. .

The fix in the script is now included in all our product packages that can be downloaded from your My Downloads section.

Thanks


thanks for answering, i did ask here so everyone else can see problem, so they dont thin they messed up things, thats what forum is for? also, i have issue with limited to store sliders? is that on your end or nop changed it? I have one slider that is limited to one store and one that is limited to 2 stores (both are on home pages of stores), and if both are enabled and limited to those stores, they are both active at same time on all stores instead of just marked ones.

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

10 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

10 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...

11 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

11 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

11 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

11 years ago

anyone?

11 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