06/04/2018 at 3:56 pm
#464436
Keymaster
@ wpmonkey
Ok, this is written using Angular.js something which I have no experience with.
I suspect that you will have to edit line 12 in the village-shop-list.html file.
Currently it is <h3>{{shopcatname}}</h3>
I suspect it needs to be something like this <h3>renderHtml(shopcatname)</h3> or this <h3>renderHtml({{shopcatname}})</h3> or maybe this <h3>{{renderHtml(shopcatname)}}</h3>. I think it might be the last one based on a quick look into the syntax for Angular templating.
In regards to the CSS, I’m sorry, I’m not exactly certain what you’re asking.
