Support Team
posted this
31 May 2016
Hi,
The issue is that in Themler Footer we use Prestashop displayFooter hook and it displays the modules added to that hook from the Prestashop admin. You have a Block Social module in that hook, that's correct.
As seen on your screen shot: This hook adds additional elements in the head section of your pages (head section of html). That is about Header hook. In the Themler Header you can use Themler controls and that is not a hook, that is a part of the theme.
As a solution, you can add the Block Social module in the displayTop hook inside Prestashop admin and add the HookTop control inside Themler from the Insert menu. That will require some additional settings or CSS code. maybe also remove unnecessary module positions from that hook.
Sincerely,
Hella
Hi,
The issue is that in Themler Footer we use Prestashop displayFooter hook and it displays the modules added to that hook from the Prestashop admin. You have a Block Social module in that hook, that's correct.
As seen on your screen shot: This hook adds additional elements in the head section of your pages (head section of html). That is about Header hook. In the Themler Header you can use Themler controls and that is not a hook, that is a part of the theme.
As a solution, you can add the Block Social module in the displayTop hook inside Prestashop admin and add the HookTop control inside Themler from the Insert menu. That will require some additional settings or CSS code. maybe also remove unnecessary module positions from that hook.
Sincerely,
Hella