View Single Post
  #328  
Old 06-17-2021, 04:27 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

Attached modified /skin/reboot/custom/promos/promo_hero.tpl will work (tested), but only on mobiles, due to how the sidebar category menu gets re-positioned. On desktops it'll use the regular hero promo link.

But if you'd prefer to display a simple category grid, like your desktop header menu, instead of the hero promo, I've added a new widget in the latest minor update just released.

Upload /skin/reboot/custom/widgets/widget_category_grid.tpl then include to your homepage style template (/skin/reboot/custom/home/home_style_X.tpl) using code...
Code:
{include file="custom/widgets/widget_category_grid.tpl" title=$lng.lbl_categories}
Demo here.
Attached Files
File Type: tpl promo_hero.tpl (4.4 KB, 0 views)
__________________
xcartmods.co.uk
Reply With Quote