There is a problem in creating the title link in the module “lof slider module”
Just do the following:
Go to the folder: / modules / lofslider / tmpl / default
find the line 17 of file deault.tpl
a {$target} href=”{$row->link}” title=”{$product.name}”
and change it so
a {$target} href=”{$product.link}” title=”{$product.name}”
wow … now it works!