Close

Profile: Valentin

Avatar

User posts

Hi venkatgoud143,

thank you for reporting this. We fixed the filter functionality and released an update of the theme. If you update the following file you will not be having this issue anymore:

~ Presentation\Nop.Web\Themes\Minimal\Content\scripts\Minimal.js

Hope this was helpful!

4 years ago

Hello rgurel,

please submit a ticket and include a working link to your site and admin credentials in it, so we can investigate what the problem might be. If you have the latest versions of the above-mentioned files you should not be having any issues, so this is not expected behavior.

P.S. Do not submit your credentials here because the other users will be able to see them too.

4 years ago

majid.mahmoodi wrote:
Hello,
I want to change resources, but when go to manage resources, the list is empty.
please help me
thank you


Hello, majid.mahmoodi,

where exactly are you looking for the string resources?

Normally they are in your admin panel -> Configuration -> Languages -> click Edit on the active language you have and select the String resources tab. If the list is empty, then you just need to create a new resource for the language you are using.

Bugs
4 years ago

jslater wrote:
Thanks for the quick fix.

I may has made the odd change to the theme files. So I don't really want to change the whole lot.

Could I ask what files were changed to get this fixed?

Thanks


Hi jslater,

sure, you can just update the following files:

~ Presentation\Nop.Web\Themes\Emporium\Content\css\mobile.css
~ Presentation\Nop.Web\Themes\Emporium\Content\css\mobile.rtl.css
~ Presentation\Nop.Web\Themes\Emporium\Content\scripts\emporium.js

Hope this was helpful.

Bugs
4 years ago

jslater wrote:
Hello,

We've spotted a bug regarding the FlyoutShoppingCart on iOS 13

Users seem to be unable to click the "Go to cart" button. When clicked it does nothing at all

I've had customers complain about it and i've managed to test it myself with my own devices.

On iOS 12 iPhone 7 it works fine, i updated it to iOS 13 and now I cannot click it. I've confirmed this on two separate iPhone 7's  using your own demo at http://www.emporium.nop-templates.com/ and my own website running your 4.0 theme.

Please advise



The below is what I am referring to.









Hi jslater,


we fixed this bug and released an update. If you download the latest 4.0 package and update your theme you will not have this issue anymore.

You can also check on our demo again, we uploaded the change there too.

Bugs
4 years ago

mennan wrote:
Hi,

Just purchased this plugin. It's great.

Small problem tho:

Back to all shops link doesn't work properly.

http://demos.nop-templates.com/manchester-shop

Thanks.



Hello mennan,

can elaborate a bit more on the issue you are having? We just tested the Back to all shops link again and it is working normally.

Are you perhaps using some specific mobile device or a browser?

Please give us some more information on how to reproduce this issue.

xcellenceit wrote:
Can you please let me know what details you need from our side? can you please let us know when we will get solution for that?


Hello again xcellenceit,

as I previously said you need to submit a ticker in our Help Desk so we can further investigate and provide a possible solution for this issue.

xcellenceit wrote:
Hi Team,

I am using ajax filter and when i select filter and do refresh the page after that i want to hide filter is there any settings to hide filter while refresh the page?
For more detail you can check screenshot - http://prntscr.com/q238mg

I want to show selected-options div out of filterPanel div so, can you please let us know where we need to make change for that?
For more details you can check screenshot - http://prntscr.com/q23czs

Thanks


Hi xcellenceit,

unfortunately, this is not what easy to achieve since you have to change the default behavior of the Ajax Filters plugin. Please submit a ticket for this issue and we will look for a way for you to do this only at your site.

4 years ago

Hi OTH,

we inspected your site and to achieve the required result you need to add the following code to your theme`s Custom Head Styles section:

.jCarouselMainWrapper .slick-next,
.jCarouselMainWrapper .slick-prev {
  border-color: #f41921;
  background-color: #f41921;
}

.jCarouselMainWrapper .slick-next:before,
.jCarouselMainWrapper .slick-prev:before {
    color: #fff;
}


Have in mind that we have used the red color you already have on your site, but if you decide to change the overall site color, you would need to apply the same change for the code we just provided in order for your arrows to look the same.

Hope this was helpful.

4 years ago

Hello bosadomkt,

unfortunately, this is not possible in the nop-system. The information for the category image is not available in the Category model and you cannot show it on the Catalog pages.