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.
Hi, this post is a duplicate of support ticket #13427.
It has been answered in the ticket:
"From the administration you can do this:
- change text
- disable the "new products"
- disable the "homepage news"
For any other changes you have to edit the source code.
About columns 1,2 and 3. In default nopCommerce there are 3 footer columns available for links. In the topics administration you can set any topic to appear as footer link in footer column 1,2 or 3. However in Traction theme the footer is different and only "column 1" can be used from the topic administration, the others are unavailable. The links attached to "column 1" will render inside the second footer column in Traction theme because the first one is reserved for contact information.
If you want to revert this behavior back to default, you have to replace the current column code with the default code from "Default Clean" theme."