It seems that you use 'ARI Smart Content' incorrectly, you don't need to assign menu point with 'ARI Smart Content', assign it with standard Joomla! article and place in article needed plugin code. For example if want to display table with help ARI JTableSorter plugin, you can do the following steps:
1) Create Joomla! article. For this open 'Content->Article Manager' page on your Joomla! backend, click 'New' button, create needed article and place the following plugin code in it:
Code: |
{arijtablesorter}
<table>
<thead>
<tr>
<th>column1</th>
<th>column2</th>
<th>column3</th>
</tr>
</thead>
<tbody>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
<tr>
<td>content1-1</td>
<td>content2-2</td>
<td>content3-3</td>
</tr>
</tbody>
</table>
{/arijtablesorter}
|
and save this article.
2) Open 'Menu-><Needed_menu_section>' page on your Joomla! backend, click 'New' button and choose 'Internal Link->Articles->Article->Article Layout' menu item type and choose article which you created on previous step.
3) Configure another menu parameters and click 'Save'. That's all.
Regards,
ARI Soft