Jump to content

Loosing Quickview product while reducing size


Recommended Posts

Hello ,

 

A new surprise to me …   enigma i should say  :-)

As i reduce my site to 1024px wide,  i loose the quickview product option ( and i don't want to…)

 

When i change the param in global.css   i loose this (great) function

my test at www.jeux2meaux.fr

 

Is it because of the Quickview container's size ??

 

Someone with an idea or a solution ????

Sincerely

Link to comment
Share on other sites

What does you mean by reduce site to 1024px wide?

You heve displayed your site on 1024 resolution or set your site wide to 1024 in css?

 

What I see now behavior of your site is proper to default design of default responsive template.

 

Style for quickview button is In product_list.css

 

for media to 767px 

ul.product_list .product-image-container .quick-view {
display: none; }

 

for media above 1200px

ul.product_list .product-image-container .quick-view {
display: none; }

 

between button is visible and stylized

Link to comment
Share on other sites

Hello guys ,

 

Sorry for the delay

I modify all the 1220px to 1024px  all the 1199 to 1023, 1170 to 1020, 992 to 982  and 991 to 981

this way i can go back to restore

And if i restore to the previous numbers , suddenly the quickoveview comes back …   ah ah ah !! misterious ???

 

But…   but i also modify my product image size at 640x640 (i just restore to 800x800 but with no effect)

 

As i said, if i restore the previous numbers Quickoverview comes back  (and specially from the restore of 1170, 1199 and 1200)

 

I am gonna have some test with product_list.css

 

Again, and again … thank you very much

Sinecrely

Link to comment
Share on other sites

Ok in product-list.css you have this style

@media (min-width: 1200px) {
...
ul.product_list.grid > li.hovered .product-container .product-image-container .quick-view {
   display: block; }
...
}

Here is your problem

Link to comment
Share on other sites

Reponse to Nemo1

Yes, it is exactly the situation  as i modify the css num at 1024px max (instad of 1200px)  and it is the same with 980px wich was my first choice.

 

response to tmk

I am gonna look at this file this afternoon ,  thanks for the precision :)

 

response to dioniz

i am gonna look at this too  , this file is my trouble , isn't it ??    :D

 

Thanks at all, your help is so usefull to me

sinecrely

 

for the navbar and the position of topmenu and cart , things are ok now but in fact i really don't know why  ah ah ah !!!

i post the situation at the right place  :)

Link to comment
Share on other sites

Hello ,

 

Sorry for this late response but now it's ok :)

Thanks a lot for your info as it was exactly in this file (product-list.css) that i found my solution

 

Finally i decided to disable the quickview option…   so i modified the param in these two lines

Now the display is none and the two values are similar  hé hé !!  :P

You have the result at www.texxto.fr/test

 

Thank you very much again…

My last work is on product page and i probably have a new post on it

 

Sincerely

Edited by pascuald (see edit history)
Link to comment
Share on other sites

  • 3 months later...

i am having the same problem,

here is my global.css snippet:

body {
  width: 1000px;
}

with default product_list.css, quick view button appear in category list, but doesn't appear on homepage. quick view button appear on homepage when the width value at least 1182px. please help

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...