View Single Post
  #117  
Old 07-04-2014, 04:51 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: Pop-up Anywhere module released

Quote:
Originally Posted by vladimir.gritsenko
Dear herber@wirehub.nl,

I recommend you to contact our support team with the issues because it requires investigation at your server. Although it does not seem to be a problem of Pop-up Anywhere addon (we couldn't reproduce it within the bugtracker ticket on a default X-Cart installation), it still may be our bug. If so, you won't be charged for the fix.
My bug ticket is already closed.

I suggested fixes for the faulty CSS, but apparently the following code is not wrong:
Code:
min-height: 5px; !important;

But we all know it most definitely is, as this is correct:
Code:
min-height: 5px !important;
(notice the closure with ; after the 5px in the faulty Popup Anywhere CSS.
This happens multiple times.
Reply With Quote