Close

Profile: Boyko

Avatar

User posts

11 years ago

lftalero wrote:
Hello!

I have changed every locale string for my language except by the following three which, apparently, are not in the localestring table:
FOLLOW US
PAYMENT OPTIONS
sales [at] store.com


Thank you for pointing this out as we have missed to add the first two as resources.
Please download the Alfresco theme again and update these two files:
Themes\Jewelry\Views\Common\Footer.cshtml
Plugins\SevenSpikes.Theme.Alfresco\Resources\Resources.en-us.xml

Then restart your web site and you will be able to translate these 2 resources, follow us and payment options.
The sales [at] store.com are actually two resources. One for the sales and one for the store.com.
Here are the resource keys:
SevenSpikes.Themes.Alfresco.Common.EmailName
SevenSpikes.Themes.Alfresco.Common.EmailDomain

The easiest way to search and change resources is to search by the actual resource name.
Check out this video that we have recorder for searching/changing resources in nopCommerce.

lftalero wrote:

And a second question about thumbnails for some elements:
Is it possible to change the thumbnail boxes for each category on the home page? I like the way it looks but I have many more categories I'd like to show, so it would be perfect if I could show four or five with smaller sizes.

I would also like to know if the solution could also be applied to the search results page: it shows three columns, but I'd like to make it four at least, and with many more rows of products.


The short questions is that it is possible but it is far from trivial and simple.

Thanks

d-print wrote:
Hi there,

I also downloaded the QuickView update to the Alfresco theme and whilst the styling is nice.... should this be responsive in any way?

regards


Hi d-print,

The Quick View is responsive in terms that it detects the resolution and the device type and is shown/hidden accordingly. On small resolutions or mobile devices the Quick View is not shown. There reasons for this are several i.e there is no hover on mobile touch devices as you don't have a mouse but you use your fingers, popups are not recommended as a good user experience on mobile devices etc. The intention of the Quick View is to be shown on hover and let the desktop users to quickly view the product. This is not that usable on mobile touch devices though.

Hope this information is useful!

Thanks

11 years ago

joster wrote:
Hello-

I'm wondering if it would be possible to use an icon graphic for my custom tabs, instead of the display name value. For example, rather than the word "Video", I'd like to display an icon of a camcorder

Has anyone tried this yet?

Thanks-


Hi joster,

I haven't tried this but as the Quick Tabs are using JQueryUI tabs then you might find this article useful.

Hope this helps!

Thanks

11 years ago

naresh wrote:
Please help on this, its very critical for us to go live..


Hi naresh,

You simply need to delete the Ajax Filters folder and add the new one from the latest package, which you can download from our web site. Also make sure nopCommerce has loaded the newly added .dll of the Ajax Filters after that. Simply restart the web site and see the loaded assemblies by going to Administration -> System -> System Information. Then click on the Show link next to Loaded Assemblies and find the AjaxFilters.dll and see the version. It should the new one and not the old one. If it is the old one this means that it has been cached. Make sure you clean this folder Plugins\bin.

Thanks

Hi lftalero,

There is nothing special when working locally but that you need to copy the plugins into the Presentation\Nop.Web\Plugins folder instead of directly into the Plugins folder when on a server. I guess you have copied the whole Plugins folder from the package into the Plugins folder instead the inner folders. Each plugin folder from the package should go into the Presentation\Nop.Web\Plugins folder. Fore example you should have Presentation\Nop.Web\Plugins\SevenSpikes.Core.

Thanks

11 years ago

Hi naresh,

Do you still have this problem?

Thanks

11 years ago

Hi Geoff,

Yes, the new package contains the fixes.
I am not sure which version you are using 3.1 or 3.0 of nopCommerce.
You should download the package again from our web site and unzip it. Then you the version that corresponds to you nopCommerce version i.e 3.0.xxx.xxx. Then update the Ajax Filters plugin as described in our previous post and then Uninstall the plugin and then Install it again, so that the stored procedure is added correctly.

Please let us know how it goes!

Thanks

cyrusj wrote:
Sorry I should have said we are using nop 3.1 and have ajax enabled.

The behaviour is the same with ajax disabled


Hi cyrusj,

There is a javascript error on your web site, which I guess breaks the Tabs.
Could you please disable the Javascript bundling, so that we can see where this error comes from?
You can disable the javascript bundling by setting this setting "seosettings.enablejsbundling " to false.
Please check out this video of how to add/change/delete settings.

Thanks

11 years ago

integrious wrote:
Hi,

I'm trying to deploy a nopCommerce 3.10 site using the latest version of your Jewelry theme to Azure (website, with SQL Azure) - I'm unable to deploy the ProductLoadAllPagegNopAjaxFilters stored procedure as it's encrypted and SQL Azure doesn't support encryption.

I see from other forum threads that you've updated your AJAX Filters plugin to get round this issue, but the theme presumably still contains an old version of it?

I don't have have access to AJAX Filters separately as it was purchased as part of the theme - is there any way to get the updated plugin?

Thanks,
Geoff


Hi Geoff,

You simply need to download the theme package again from your My Downloads section.
Then you can update only the Ajax Filters plugin as described here or the whole theme as described here.

If you still have problems please send us an email at our support mail.

Thanks

11 years ago

Hi GreatAdventure,

To answer your questions:

1. The short answer is Yes :) The plugins that come with the Alfresco theme also come styled for the defaultClean, DarkOrange and nopClassic themes. They come somehow as a bonus although according to our license you are not allowed to use the plugins outside of the theme you have bought. So for example you you plan to use the plugins with a different theme or with a custom theme you are developing you should get the ultimate plugin collection for this web site. It is not just a licensing issue but because each plugin comes fine tuned for the specific theme i.e styling, views, settings and even additional functionality i.e the Mega Menu is responsive in the Alfresco theme, while in the other themes it is not.

2. There is no maximum logo size or a recommended one. Any size that looks good is a good size. It is a matter of personal preference really.

3. nopCommerce allows uploading only one image and this image is used in the whole web site but you can specify the maximum image size (the bigger side) on several places i.e product main image size, category image size etc. So nopCommerce uses these settings and simply resizes the default image on this places.
A recommended image size depends on two things:
1. Theme design- if the theme design is for portrait images then you should upload the default image to be in portrait mode i.e NeoFashion theme. The Alfresco theme uses square boxes, so you have a lot of flexibility with the image sizes i.e portrait and landscape will both look good.
2. If you are about to use Cloud Zoom then you should use images with higher quality. Any resolution where the bigger size is above 500px would be good.

Hope all this makes sense :)