Problem product virtuemart on google crhome, when it has cus

GK User
Fri Apr 05, 2013 8:47 am
The problem is that when I get to the details of a product of viertuemart with custom fields from google chrome , the page of details is completely blocked and does not recognize any link.
(for example on my site: http://tumuebleeconomico.es --> mueble de hogar > comedores > conjuntos > Conjunto de comedor en melamina).
Thanks a lot.
User avatar
Fresh Boarder

teitbite
Mon Apr 08, 2013 4:23 am
Hi

Please try add this to css:

Code: Select all
#gkPopupOverlay { display: none; }
User avatar
Moderator

GK User
Mon Apr 08, 2013 2:00 pm
Hi
in that sheet css, I have tried it on css3.css and the continuous problem.

Thank you very much for your answer.
User avatar
Fresh Boarder

GK User
Mon Apr 08, 2013 2:12 pm
Hi teitbite

I have already solved the problem, what I did was:
from the viertuemart control panel, in the section templates should check the use external library jquery from google.

A greeting
User avatar
Fresh Boarder

teitbite
Tue Apr 09, 2013 12:12 am
Hi

Css3 file was probably not used or my class required a stronger approach, like:

Code: Select all
#gkPopupOverlay { display: none !important; }


This was a javascript conflict. What You did was basically using a different library which helped in Your case, but it's not that easy in most of the sites. Please check if this not affected functionality of other extensions. If not, than it's ok. But if You will spot any problems please turn the changes back and use this css class I gave You. It's less invasive.
User avatar
Moderator


cron