Close

Profile: baloghc

Avatar

User posts

10 years ago

Using Nop 3.3 Default Clean theme.

Our mega menu is using gradients for the .mega-menu bar as well as the .mega-menu > li:hover and finally on the .mega-menu .sublist

Everything shows fine in IE9 (Windows 7) except for the .mega-menu .sublist, those are transparent and only the borders show.

What was interesting when testing was that if I disabled the gradient from the .mega-menu bar, the .mega-menu .sublist would become visible.

Due to this, and also experimenting with changing backgrounds to solid colors, I don't believe this is a gradient issue.

Any suggestions?

This site's code seemed to fix the issue: http://css3pie.com/
"PIE makes Internet Explorer 6-9 capable of rendering several of the most useful CSS3 decoration features."

Bugs
10 years ago

Okay, I'll send an email with a more specific explanation of our problem since this is now the incorrect section to post in. You can delete the post if you'd like.

Bugs
10 years ago

We believe there may be a bug in this plugin.  It seems to be crashing/failing randomly, as some orders are losing their attributes from associated products when they are added to the cart from the quick view.

These attributes are UOFM & SKU which are causing integration errors.  This is happening on an average of 5 orders a day. The AttributeXML field in the database is coming up blank.

Please let us know if you can help us with this situation.

Thank you,

10 years ago

Awesome! Thank you for the update.

10 years ago

We have version 3.1. The issue is still occurring even with the specified settings above that, like you said, appear to be set correctly.

This is another screenshot from this morning of the report:

http://oi61.tinypic.com/29yjtah.jpg

Should we reinstall the plugin or upgrade to 3.2?

10 years ago

We had the reminder set to 1 as you stated. Still this was showing in the report.

http://oi58.tinypic.com/1571wfr.jpg

10 years ago

The settings are a little confusing. Abandoned cart reminders were being sent to customers repeatedly, some received 6 reminders in 20 minutes. We've adjusted the settings below:

Can you explain how it would work at in this instance to confirm we resolved this issue.

Number of Messages to Send Per Customer: 1

Condition Met Date Later Than: Days
Condition Met Date Later Than: 2

Condition Met Date Earlier Than: Hours
Condition Met Date Earlier Than: 4

Interval Between Messages In: Days
Interval Between Messages In: 1

I accomplished this in the Deafault Clean theme using the following CSS:

.mega-menu .sublist .noBackgroundClass {
  background: white;
}

.mega-menu .sublist .noBackgroundClass a {
  color:black;
}

.mega-menu .sublist .noBackgroundClass:hover {
  background: white;
  color:black;
}

Thank you for all your help!!

I added a background image of an arrow to our subcategories. (Seen here: http://oi40.tinypic.com/28jwv7o.jpg)

Is there a way to remove it from the final "child" or level of each drop-down, whether that be at level 3, 4, etc?

10 years ago

Awesome! Thanks for the help!