Hello.
Please provide us with a link to the site where the problem is present.
Hello,
the "New products page enabled" setting must be enabled in your administration (in Catalog Settings). Of course, you have to have some products in your catalog already.
There is another setting there that controls the number of products considered as "new".
There is also a third setting that controls the number of new products shown in the footer of Traction theme. The setting is: sevenspikes.theme.traction.newproductsinfooternumber and it accessible only on the "All Settings" admin page.
Hello.
To show the featured category images on mobile resolutions, either go to your mobile-only.css file and delete this code:
.home-page-category-grid .item-box .picture,
.sub-category-item .picture {
display: none;
}
OR add this code into the custom head styles panel in your theme administration:
.home-page-category-grid .item-box .picture,
.sub-category-item .picture {
display: block;
}
Hello.
Your options to remove your "add to compare list" button are either to remove it from the source code (_ProductBox.cshtml), or to disable it by css. You can put your css code either into your main css file (styles.css) or into the "custom head styles" panel in your theme administration.
Regards
Hello,
please open a support ticket at nop-templates.com and provide us with a link to where the problem is present.
Regards
UPDATE: I managed to reproduce the problem. It is happening only in Minimal-2 ("normal" header variant) when Mega Menu is enabled. It is now fixed and will be deployed online today so you can update your Mega Menu plugin later today. Thanks for reporting this.