Close

Profile: hristo

Avatar

User posts



Ok, I checked on your website.
You can try to add this code (put it either into the main css file, or into the custom head styles panel in your theme administration):

.item-box {
  z-index: 0;
}

This should fix your current issue but it may (or may not) trigger some other problem. You have to test it throughout the entire site.

Hello.

Please provide us with a link to the site where the problem is present.

4 years ago

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.

4 years ago

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;
    }

4 years ago

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

4 years ago

toanhnt wrote:
Hello,

version 4.2, how do I remove page title image from category page


Hi,

the page title image is applied to all page titles throughout the website, you can't exclude it for specific pages in the administration.
But in case you are familiar with CSS, you can use this class name to add some code that resets the background property of the page title on category pages:

html-category-page

Of course this will remove the image for all category pages, not just specific category.
Then you need to add more code to handle the color of your title, because it will disappear at first (white color on white background)


Regards

4 years ago

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.

4 years ago

venkatgoud143 wrote:
while resizing the browser at some point of resolution(greater than 1024) in mega menu Products right drop-down button is invisible


Hello,
I wasn't able to reproduce your problem, can you please provide us with a link and steps to reproduce the issue. also send us a screenshot if necessary

Footer
4 years ago

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."