I am running version 2.1.1 and have just enabled the SEO feature, I have images in HTML blocks on the right hand side which now dont show on the category or product pages… yet they appear properly on all the other pages not using the SEO like the home page
any ideas?
Hello, Samanthar
Please add the following part of the code:
```php
$view->assign(‘display_base_href’, true);
```
below this one:
```php
$view->assign(‘seo_url’, Registry::get(‘seo_url’));
```
to the “init.post.php” file located in the “addons/seo/controllers/customer” directory of your CS-Cart installation.
thank you but that didnt work
i added the code, then cleared the cache ( just in case) but still the images dont show (the alt names do though)
i have also found that it doesnt display images in the product information either.
on further investigation it is adding the SEO url to the image URL… thats the problem
Hello, Samanthar
Unfortunately, the problem requires the investigation on your server. Please contact us via Customer Help Desk and provide us with a temporary access to your server.