Close

Profile: Deni

Avatar

User posts

10 years ago

UserThomas wrote:
Is there a way to exclude certain products from there attributes showing up in the filters?  I have some items that have very specific attributes to them and it just makes the filters much longer by having them included.  

Or is there a way to exclude certain product attributes from showing up in the filters?


For now there is not such setting, but you can suggest it in our UserVoice portal.

Bugs
10 years ago

UserThomas wrote:
Small bug.   When using the Ajax filters with this theme, css is applied to the "view as", "sort by" and "display X per page" options, but when you enter the category ID to disable the Ajax filters, the css reverts back to default.  

It's nothing major, but it would be good for all the formatting the be consistent and the same.


We will test and fix this problem ASAP.

10 years ago

The home page slider height can be changed just by uploading images with smaller height or via CSS. If you want to change the width you must do it via CSS.

Errors?
10 years ago

jakubz wrote:
Hi guys, maybe you knows what is it?

We upgrade NOP 3.00 to 3.20 two weeks ago.



To upgrade from 3.0 to 3.2 you have to run both nopCommerce and our upgrade scripts from 3.0 to 3.1 and then from 3.1 to 3.2. This way the database will be up-to-date and I think this will fix your problem.

Nop 3.30
10 years ago

JIDHA wrote:
Please update this theme to support Nop 3.30. If it is already supports it then let me know.


Hello,

As we announced here we will release very soon.

10 years ago

Oakstone wrote:
Is there a setting to change the filter column from the right to the left? In the file _ColumnsTwo.cshtml, I see the code below. Not sure how to define it left though.

    @if (IsSectionDefined("left"))
    {
        @RenderSection("left")
    }

Thanks.


Hello,

As far as I understand, you want the side column to be in the left side instead of the right.

This can be made only by CSS and that`s what you need to do:

you have to find your styles.css file and edit these two rules inside it:

.center-2 {
   float: left;
   width: 725px;
}

.side-2 {
   width: 220px;
   float: right;
}


Now you just have to switch the left and right values and everything will work perfectly!

10 years ago

Hello,

Please write to our support team, providing a link to your site so we can check what the problem is: [email protected]

JnEng wrote:
I have been asked if we could add a block of text under the slider and featured categories on the home page? It would be 3-4 lines long.

The other option we are looking for is to have one of the boxes that displays the featured categories be a custom image. The reasoning for this is that our ultimate goal is to have two stores set up (one CDN and one USD) and some of our products are not available to the US. Instead of dropping the featured categories to two on the homepage, we want to know if it is possible to have a custom image put in there in our US store.

I am not a programmer, so if we need to pay to have this done, please let me know what the approximate cost would be.


Here's the dev site: http://raceenergy1.azurewebsites.net/


Hello,

At this moment we are pretty busy and we do not have the time to make any customization.
Sorry, but I am sure you will made your way through !

10 years ago

JnEng wrote:
Is there an option to have custom text on the ribbons? I thought it was as simple as adding words to the 'text' box when setting up the ribbons, but the text I entered (I just entered 'test') doesn't show up.

Do I need to use CSS to have the text show?


Hello,

Yes, the Ribbons work this simple - you add text and it shows up as a ribbon. Are you sure you add the text to Small Product Picture Ribbon (for category pages, etc.) and to Big Product Picture Ribbon (for product pages).
Please let us know if you still have the problem!

10 years ago

bees wrote:
I am getting this error "Retrieving Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/JQueryTemplates/JDropDown.htm failed." when i select any vendor from Vendors menu


Hello,

Please re-install the Ajax Filters plug-in and see if the problem is fixed. Let us know if you still have the problem.