After quickinstall the home page was not there, created thew Home page, home
I copied and pasted
<div>{{block type="joomlart<div class="home-categories-list">{{block type="joomlart_jmcategorylist/list" name="jmcategorylist" template="joomlart/jmcategorylist/category.phtml" }}</div>_jmproducts/list" name="view.jmproducts.list" template="joomlart/jmproducts/list.phtml"}}</div>
However getting error: _jmproducts/list" name="view.jmproducts.list" template="joomlart/jmproducts/list.phtml"}}
2 answers
You have entered an incorrect code, it should be:
HTML Code:
<div>{{block type="joomlart_jmproducts/list" name="view.jmproducts.list" template="joomlart/jmproducts/list.phtml"}}</div> <div class="home-categories-list">{{block type="joomlart_jmcategorylist/list" name="jmcategorylist" template="joomlart/jmcategorylist/category.phtml" }}</div>
I have changed this via backend for you, please check again.
Thank You !!!!!!
This question is now closed