Close

Profile: Boyko

Avatar

User posts

11 years ago



sharrondn wrote:

- how to change the font of nopcommerce ?


You need to edit the css files of the theme. You need to have some basic knowledge of CSS.
You can find all css files in this folder: Themes\Motion\Content\css and edit this file styles.css

sharrondn wrote:

- I want to show selection Color and Background for template in General Page and place in left as same demo. how to do it ?


Please note that this is not possible with the template. It will require huge customizations to do something like this.

sharrondn wrote:

- With your demo when i clicked on Football in Products menu. Then you can see "Football" with display as grid not List. but in my template it's show by List. How can to fix that ?


You need to change the default view mode in nopCommerce to be Grid rather than List.
Please watch this video to see how to search and change settings in nopCommerce and search for this setting "catalogsettings.defaultviewmode" and change it from "List" to "Grid".

Thanks

11 years ago

cicciuzzo wrote:

and where should I put this code?


Hi cicciuzzo,

You should put this code in the Catalog controller.
Instead of adding a new constructor parameter you need to create a private field and a property as described in the post that we linked in our previous post. Then you need to use the property directly as you would use as if you have set it via the constructor.
What are the new parameters that you have added in your Catalog controller?

Thanks

11 years ago

[email protected] wrote:
Hi
We bought the design assuming that what we see on the site for example we get
Because the image of the designs is already text in English, and we want to plant a text in another language we can not just take the picture with the text.
You can send the images as they appear on your various designs?


Hi [email protected],

We can provide you with the demo databases if you want (sent an email to support at nop-templates.com) but it is quite easy to download the images from our demo stores by simply right clicking on the image and chose Save image.
Please note that an image is still an image and you can't localize images for different languages. In other words you can't have different images for the different languages.
If you want to have different text for your ribbons in different languages you should not use images but only text. The ribbon text is localizable and can be different for the different languages.
Please refer to the Nop Product Ribbons documentation of how to work with the ribbons.
You might also find this blog post about the Ribbons useful.

Thanks

11 years ago

[email protected] wrote:
Hi
in the demo site when user filtered properties,the scroller return to top
i installed the plugin to http://shop320.allstoreweb.co.il/%D7%94%D7%A0%D7%A2%D7%9C%D7%94-2
and when i try to filter the scroller stay in the buttom


Hi,

There is a setting called "Scroll to element after filtration" that you need to enable from the Settings page of the Ajax Filters plugin.

Thanks

11 years ago

cicciuzzo wrote:
How solved you this problem?

Any suggestions?


Hi cicciuzzo,

This problem occurs if you have made modifications to the CatalogController constructor in nopCommerce. You shouldn't change the CatalogController constructor but rather resolve any new dependancies i.e services via the EngineContext.Current.Resolve method as described in this post.

Thanks

11 years ago

atzmonca wrote:
from where should i download the correct version plugin?


Hi atzmonca,

Please refer to this article of how to update a plugin.

Thanks

11 years ago

atzmonca wrote:
hi,
i bought the unlimited version and i saw in all themes , the ribbons plugin contain same images but in your demo site there is special ribbon for each theme.
how can you send me the all images for each themes? (for ribbon plugin)


Hi atzmonca,

These are custom images that are specific to our demo stores and that is why they are not included in the ribbon plugin or the themes. Feel free to download the ribbon images from our demo stores.

Thanks

Bugs
11 years ago

MattyLB wrote:


5) Chrome mobile/tablet browsers - touching jCarousels products does not take me to the product page (it does nothing). works fine on firefox browser app.

---> We are currently looking into it. It is a strange behavior which is not always reproducible.



this issue only happens to me on android Chrome browsers, not webkit (stock) or firefox. what appears to be happening is a sensitivity setting on chrome is set too high and it thinks a user is trying to slide to the next carousel item instead of clicking to follow it's link. I can successfully go to a jcarousel product page only when I make an exact touch gesture - with not even the slightest movement in any direction.

hope that points you in the right direction. :)


Hi Matt,

Yes, it was helpful. Seems like google has changed some of their events in a recent chrome update. It is fixed now. You need to update the Core plugin only to get the fix.
Please let us know if you have any problems.

Thanks

11 years ago

atzmonca wrote:
Hi
i download the unlimited plugin prev week and i have also the same problem (version 3.2 )
what i need to change to fix it. i belive you give me fresh verision (the original post is 5 month ago)
and becouse i bought the unlimited version its a lot of work to uninstall and install again every plugin with 12 different themes. there is any zip file contain the all plugin with all themes folder of all themes i bought from you?


Hi atzmonica,

Thank you for reporting this. The issue is caused by the Nop Html Widgets plugin. Please download and update only this plugin's .dll file to get the fix.

Thanks

11 years ago

sharrondn wrote:

I have issue with Feature Product and somewhere in template motion.
- The image showed in Feature Product of me is smaller your demo.


You can change the image sizes in nopCommerce from the administration and going to Settings -> Media Settings. You can play with the sizes and chose the ones that best fit for your store.

sharrondn wrote:

- How to do if i want my upload image is large as same your demo ?


Please note that nopCommerce automatically resizes the images and you can change the image sizes from the Media Settings in the administration. Best is to uplaod images with higher quality i.e 500px and higher.

sharrondn wrote:

-Could you please tell me when I want to show Color Presets & Background Texture in the left of site as same your demo?


You are referring to the Theme Roller, which is available only on the demo stores. You can change the color presets of the theme from the administration as described in point 5 of the theme documentation.

sharrondn wrote:

- Could you please tell me when i want to show Manufature at bottom in homepage as same demo?


You need to use the JCarousel plugin and create a JCarousel. Add it in a home page widget zone and select Manufacturers for data source.

sharrondn wrote:

- Could you please tell me when i want my upload image is large as same demo, because now when i upload the image as smaller and not good (In Featured Categories)


Again change that from the Media Settings in the administration. Recommended size is 310 px.

Thanks