This is an old revision of the document!


Site Pop-ups Sometimes Not Appear

Problem: When using LiteMage in conjunction with a JS/CSS Compressor (such as the PotatoCommerce Compressor), some pop-ups, such as the list of items contained in a customer’s shopping cart, does not appear when being moused over.

Cause: The shopping cart here is a private block, LiteMage punches a hole there. JS/CSS Compressors compresses LiteMage Cache extension(Magento side) output separately. This causes some variables in other blocks and this block not consistent after compression and so have problems at browser side. Because of this, when you mouse over the cart, javascript will not be properly triggered and nothing will be displayed.

Solution: You must either disable such compressors or move/remove the javascript from the template (phtml) of the hole-punched block; for example, the minicart template in

design/frontend/.../template/checkout/cart/minicart.phtml,
  • Admin
  • Last modified: 2016/05/09 20:54
  • by Long Hu