Default Classic template does not allow to display menu thumbnail image on front-office. To display menu thumbnails in the main menu you need to just follow the below steps. Go to: Theme root directory > modules > ps_mainmenu > ps_mainmenu.tpl Now, Copy the below code. {if $node.image_urls|count} {foreach from=$node.image_urls item=image_url} {/foreach} {/if} Then place it…


Recent Comments