Close

Profile: UserThomas

Avatar

User posts

Bugs
9 years ago

Support wrote:
New bug:  When you only allow customer reviews on certain products, the css formatting on category/sub-category pages causes the products rows to display incorrectly.  

The review stars makes the products box a little taller and that messes up the next row.

This is a problem for me because I will only be allowing product reviews on certain items.

Hi Thomas,

Thank you for your feedback. It was indeed a minor issue that we have fixed and uploaded on our site.Can you please download the theme again and replace the following files with the ones from the package:

Themes/Allure/Content/css/480.css
Themes/Allure/Content/css/768.css
Themes/Allure/Content/css/980.css
Themes/Allure/Content/css/styles.css

If you have made any modification in these files, you should merge them in the new ones. But I believe all your changes are in the custom.css file.

Best Regards!


I have this working correctly on my site until now.  I just created a category called What's New and set some items to it.  Now, for this category only, the same review starts error is happening.  Any ideas on why this is happening?

It's a little confusing for customer in the United States.   Normally, you fill out your information in the following order:
Address, City, State, Zip Code, Country

In this theme it is:
Country, State, City, Address, Zip Code

How can I switch this around?

The above works but now the Short description and opaque white hover box slowly fade out.  They need to disappear right away like the others.

I basically want the quickview to act the exact way it is now, quick on and quick off, but when you hover over an item, I want it to count to 2 seconds before it instantly pops up. Then when your mouse is off the item, it instantly goes away.  Right now it is fading in and instantly leaving. I would prefer it NOT to fade on or off, just delay the appearance. Is that possible?

Sorry for the confusion. I didn't realize I needed to specify all the individual elements.

That works fairly well.

Is there anyway to have it delay showing quickview, but once the mouse is moved off the item, disappear instantly/without delay?

Hover for 2 seconds with mouse > quickview displays > mouse moves off item > quickview instantly gone (as originally coded)


Edit:  when removing the mouse from the item, the "quickview" button disappears instantly, but the "add to cart" button slowly fades away.   Can this go away as quickly as the quickview?

nikola.dragiev wrote:
from your post i understand that you want to delay the effect which appears when you hover the mouse over an item box, which can be achieved with a simple css code added to your theme, from the theme's plugin.


I would like to do this. Thanks!

I need to change the size of the area where the quick view will popup when the mouse hovers over a product on the category/sub-category pages.  

Most customers naturally hover over the item with their mouse, but still want to view the product image but the quick view pops up to fast. It can be frustrating to customers to have to move their mouse off an object to view the picture and even more so, when the mouse hovers over the item next to it and distracts them.

And is there a settings where I could delay the mouse over action?  Say when a customer hovers over the product thumb, it would popup the quick view 2 seconds later.

Thanks. I will add that.

I can't seem to figure this one out.  I would like to hide the "Change Password" link on the customers "my account" page.  I only want it to affect one store, the store with the Allure theme on it.  I have checked the nop forums and asked but didn't get any feedback.   Is this something you can help me with? Thanks!

Bugs
9 years ago

New Bug:  I have the theme setup but am having trouble with the Mega Menu functionality on a products page.

When you...
go to a product page
hover over the top navigation menu (a category that is directly above the products image)
move your mouse down the subcategories (which the last few sub-categories overlap the products image)
then when your mouse goes over the products image (still behind the sub-category menu), the navigation menu closes before you could go down and select the lower sub-categories.

I hope that makes sense.

Bugs
9 years ago

UserThomas wrote:
Ok. I'll keep posting here.  Sorry for the confusion.  I was trying to keep it organized between the bugs I was telling you about and questions. The link above fixes IE8 issues.


The following fixed my issue for the two areas but I need the css change for the GO TO CART button in the popup window after you add something to your cart.  It still does not change to white on hover.


You can search for the following css styles and make sure they are present and not overridden with any custom code:

.mini-shopping-cart input[type="button"]:hover {
            border: 2px solid #e87772;
            background: #fff;
            color: #e87772;
        }

in 980.css file

and the following .product-grid .quick-view-button a:hover {
            background-position: left -21px;
            border: 2px solid #e87772;
            background-color: #fff;
            color: #e87772;
        }

in Plugins\SevenSpikes.Nop.Plugins.QuickView\Themes\Allure\Content\QuickView.css file.



Just checking on this. Any thoughts? Thanks!