Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
litespeed_wiki:cache:litemage:troubleshooting:pop-ups-not-appearing [2016/05/06 14:23]
Michael Alegre created
litespeed_wiki:cache:litemage:troubleshooting:pop-ups-not-appearing [2016/05/09 20:54]
Long Hu
Line 1: Line 1:
-====== Pop-ups ​Will Sometimes Not Appear ======+====== ​Site Pop-ups Sometimes Not Appear ======
  
-When using LiteMage in conjunction with a JS/CSS Compressor (such as the [[http://​potatocommerce.com/​compressor.html|PotatoCommerce Compressor]]), ​you may notice that some pop-ups, such as the list of items contained in a customer’s shopping cart, may not appear when being moused over for example.+**Problem**: ​When using LiteMage in conjunction with a JS/CSS Compressor (such as the [[http://​potatocommerce.com/​compressor.html|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.
  
-The reason this is happening is because JS/CSS Compressors create and store a separate compressed file. As the cart (in this example) ​is a private block, LiteMage punches a hole there. ​Now when the page is loaded, the cart is served from LiteMage, which the compressor does not know about, meaning the javascript will not be processed by the compressor correctly. Because of this, when you mouse over the cart, javascript will not be properly triggered and nothing will be displayed. ​+**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. ​
  
-But What about the times that the pop-up does appear? It is possible that javascript somewhere else on your web page is being triggered and properly resetting the pop-up. +**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 
- +
-If you would like to continue to use LiteMage without any issues, 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,​   design/​frontend/​.../​template/​checkout/​cart/​minicart.phtml,​
  
  • Admin
  • Last modified: 2017/05/09 12:05
  • by Lisa Clarke