Hello janurva.
Unfortunately we were not able to reproduce your issue.
I tested various products with Tier Price enabled in Pacific 4.4 and they work as expected - I can add them to the cart from anywhere, including from carousels on Home Page.
If you are still having that issue please start a support ticket and provide us with admin access to your site so we can log in and inspect what's going on.
Hello xiahrj.
Avenue theme is not using images for icons, they are implemented as vector shapes coming from a font file.
You can't edit the font file, but if you are familiar with CSS you can override the default code for that specific icon and refer some new image icon that you can put into the theme "img" folder.
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