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.
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!
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!
Hello,
Hello,
The Themes folder is located in the root folder of your nopCommerce application (the same as wwwroot), not inside the wwwroot.
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!
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!
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 });
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?
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!