December 24, 2020 at 11:59 pm
#10035484
Keymaster
Hello,
To make it work as our preview site you just need to upload the files to your server (FTP), or just run that in a localserver (localhost). It’s required because of the svg icons:
<img width="60" src="img/demos/law-firm-2/icons/icon-group.svg" alt="" data-icon data-plugin-options="{'onlySVG': true, 'extraClass': 'svg-fill-color-primary mt-2 mb-4 pb-3'}" />
As an alternative you can just replace those icons with images, for example (replace all svg icons from that carousel with this):
<img width="60" src="https://via.placeholder.com/60" alt="" class="mt-2 mb-4 pb-3 img-fluid w-auto m-auto" />
Let me know if you have any questions.
Kind Regards,
Jonas