JM Classy Quickstart home page error

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

Profile photo of Sherlock 0.00 $tone February 24, 2014
Public

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.

#1

This question is now closed

Written By

Comments