Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
In the template's index.php file you have to find '$hideByView' and '$hideByEdit' variables and delete them, for example see line 341:
if ($this->countModules('as-footer-1') && $hideByView == false && $hideByEdit == false)
change to:
if ($this->countModules('as-footer-1'))
Regards, AS Team.