Close

Profile: anton_ivanov

Avatar

User posts

4 years ago

Hello,

You should change the logo from the plugin of the Fashion theme from the Logo Image setting in the Administration -> Nop-Templates -> Themes -> Fashion -> Settings page.
Please Submit a Ticket with admin credentials to your store if you cannot upload a logo from there so we can investigate the issue.

4 years ago

Hello,

Thank you for reporting this!

We've made changes to the plugin in the 4.20 version and now you can include the Twitter Widget in a new way (using only an URL to the resource). You will have to update the theme plugin on your site in order to fix the issue.

You can read more on how to update a theme in this article from our documentation.

Hope that helps!

4 years ago

Hello,

Please make sure you've downloaded the latest version of the Emporium theme for nopCommerce 4.1 (your last download for 4.1 is from February). After that, you will be able to see the sevenspikescommonsettings.lazyloadimages setting in the Administration -> Configuration -> Settings -> All Settings page and set it to True.

Hope that helps!

Bugs
4 years ago

Hello,

CharlotteWestermann wrote:
When using JCarousel to show new products. Using Data source type = Recently Added Products the carousel does not show Arrows navigation and Dot navigation at all. However multiple lines with products are showned instead.

My configuration is:
Maximum numbers of items = 12
Number of visible items in JCarousel = 6

If I change to data source type = Best Sellers Products everything works as expected.

I got same result when using your Emporium Supermarket demo database!
I was wondering if that was why your demo only show sample of Data Source type = None, and then use Add Additional Products only, because that seem to be working only way to get it working?


Can you Submit a Ticket with admin credentials and URL to your store so we an inspect this issue since we cannot reproduce it?

AQ wrote:
There is another issue, on different phones Emporium Responsive Theme functionality of searching is not working correctly,  as when we type something like "shirt" search functionality suggests products related to shirt,  but when we click on a particular suggestion, nothing will happen and sometimes it works and product link opens.
Any suggestion about how to fix it? Or it's just an issue of browser?


There are probably some javascript errors. However, I don't see a problem with the plugin on my local machine. Can you Submit a Ticket with URL to your store and admin credentials so we can investigate the issue?

4 years ago

Hello,

The Themes folder is located in the root folder of your nopCommerce application (the same as wwwroot), not inside the wwwroot.

4 years ago

Hello,

You've specified the paths to the files in your post. You should be able to find them in those directories. All of the theme's CSS files are located in the ~/Themes/Brooklyn/Content/CSS directory.

Hope that helps!

Bugs
5 years ago

Hello,

I'm not able to reproduce this on my local machine. Can you try updating the Instant Search and Ajax Filters plugins to the latest versions on your store and see if this issue is still present?

You can learn more on how to update a plugin in this article from our documentation.

Hope that helps!

5 years ago

Hello Claudio,

It can be possible. There are a lot of limitations if you try to achieve this.
The limitations are as follows:
1. All of the attachments mapped to the products will be shown not only a certain type of attachments
2. You won't be able to say "show attachments in the product box of only on these products" ( well you can but it requires you manually enumerate the product ids and check against them)
3. You should not have any other widgets mapped to the widget zone that the attachments are mapped to.

If those aren't a problem for you, you can do the following thing:

Edit the ~/Views/Shared/_ProductBox.cshtml (or ~/Themes/YourTheme/Views/Shared/_ProductBox.cshtml if you are using a theme where YourTheme is your theme's name) view and put the following code somewhere that will fit your needs and styling:

@await Component.InvokeAsync("Widget", new { widgetZone = "your_attachments_widget_zone", additionalData = Model.Id });


Replace the "your_attachments_widget_zone" with the widget zone your attachments are mapped to.

Hope that helps!

5 years ago

Hello,

The 4.1.676.28883 should have the fix. Can you Submit a Ticket with your store URL and admin credentials if you are using that version and still don't have lazy loading images?

5 years ago

Hello,

This issue has been fixed in the newest version of the Element Theme.

You will need to update the Element theme in order to fix it. You can find more information on how to update a theme in this article from our documentation.

Hope that helps!