View Single Post
  #15  
Old 04-09-2013, 10:53 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Pop-up Anywhere module released

Slopy bug. This drove me crazy as well as my client until I found they have recently had this module installed. The module loads FB js library as HTTP only (hardcoded) which will cause insecure message on secure pages - like checkout page.... seriously....

File /skin/common_files/modules/Popup_Anywhere/js/popup.js find


and replace with

Code:
var tmp_host = (("https:" == document.location.protocol) ? "https:" : "http:"); // added by CFL Systems to fix bug in the module js.src = tmp_host + "//connect.facebook.net/en_US/all.js";
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote