March 19, 2015 at 9:45 am
#899
stephen
Keymaster
Hi,
To fix this issue, please go to file: app/code/local/Sns/Megamenu/Block/List.php find and replace the bellow code:
$haveHttp = strpos($link, "http://");
if(!$haveHttp && ($haveHttp!==0)){
By:
$haveHttp = strpos($link, "http://"); $haveHttps = strpos($link, "https://");
if(!$haveHttp && ($haveHttp!==0) && !$haveHttps && ($haveHttps!==0)){
Useful
Recent Topics
Support Policy
- The time respons: 1-2 days
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7