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
I've got the same problem with the pattern.
I uploaded the files trough Joomla manager but the images aren't visible on the website.
Is there a fix already? or do i need to do something different?
link: http://walktotaize.com
We fixed this issue, in the params.php file please find the following (should be on line 28):
$body_pattern = $this->params->get('body_pattern');
and replace it with:
$body_pattern = $this->baseurl . '/' . $this->params->get('body_pattern');
Regards, AS Team.
i've changed the params.php just like you've said.
now it works fine!