Close

Profile: Boyko

Avatar

User posts

12 years ago

shayt wrote:
i think the carousel should swipe to the same direction, regardless of the RTL/LTR theme.


Hi Shayt,

This is not something we have come up with. This is how the JCarousel works. We use this JQuery JCarousel. You can change how it works but you need to mess with its javascript. You can find the script in this folder:
Plugins\SevenSpikes.Nop.Plugins.JCarousel\Scripts\jquery.jcarousel.min.js

By the way can you check the JCarousel on our Fashion theme after changing the language to be English-RTL. I think it work as it should be working with the only difference is that the order of the products is the opposite of the default order.

Thanks

12 years ago

shayt wrote:
i did it,
like i said, the direction was solved.

but now there are two problems like i mentioned in the prev comment.

please look at
http://goo.gl/qpwvV

and you will see the problem.

Thanks,
Shay


Hi Shay,

The problem is that the JCarousel plugin works this way. When you have RTL enabled it rotates in the opposite direction when you press the arrows and the styling for it is done for such a rotation. When you have changed the direction now the RTL styling will not work correctly. You can disable the RTL styling if you want. To do so you can comment this line:

if (supportRtl)
    {
        //Html.AppendCssFileParts("~/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/" + Model.Theme + "/Skins/skin.rtl.css");
    }



This way the styling will be the default one and not the RTL one as the rotation is already changed to the default one in your previous modification.

Thanks

12 years ago

cicciuzzo wrote:
how do you create an area to place the Widget Jcarosel??!

hello


Hi cicciuzzo,

Everything about how to add a custom widget zone is described in the online documentation here.

Thanks

12 years ago

kentdenns wrote:
Hi. If I purchase Single domain license and decided to buy another license for Multiple Domains later, will I just pay the the difference of the price of the Single and Multiple? Or will I pay the full amount of Multiple Domain License and will not get a cash back from the Single Domain License? Thanks in advance!


Hi kentdenns,

Thank you for considering our products!
We do not offer upgrades from Single to Multiple Domain License as it will completely defeat the purpose of the Multiple Domain License. The purpose of the Multiple Domain License is to offer web agencies or web developers an affordable price and at the same time let them use our products for creating unlimited number of web sites. So if you plan to use the theme on at least  more than one web site then you should consider getting a multiple domain license.

Should you decide to buy the theme I am sure it will become a valuable tool for your business!

Best Regards,
Nop-Templates Support Team

12 years ago

joster wrote:
We started out with the electronics theme and have loaded most of our products and product attributes into the database.  We'd like to switch to the fashion theme.  Are we going to be able to use the same db or are we going to have to rebuild our db in the new theme?

Thanks.

Jeff


Hi Jeff,

Sure you can use the same database. The difference between the two themes are only in some of the settings for the plugins but they can easily be changed from the administration. When we provide each plugin for a given theme we add the optimum settings for this specific theme i.e the width and the height for the Zoom window for the Nop Cloud Zoom pugin etc. The easiest way to get the default settings for the Fashion theme for a given plugin is to simply uninstall the plugin and install the plugin again. Simply use the one that comes with the Fashion theme package and it will add the default settings for the Fashion theme automatically during the installation.

Should you need any help please let us know and we will be glad to assist.

Thanks

cicciuzzo wrote:

hello

I used the FREE plugin - Nop Categories Header Menu.. is very good.



Hi cicciuzzo,

As far as I understand it is a matter of css styling, which you should be able to resolve. If you have problems with the html and need to add additional classes then we would advice you to try the Mega Menu as you will be able to change the html structure directly in the .cshtml files.

Thanks

12 years ago

JonNopper1 wrote:
SOLVED

Took some time for the layout to catch up - Ajax filters and one column for product pages working fine!


Hi Jon,

Please note that the Ajax Filters work on the category pages only and they have nothing to do with the product pages. You can have whatever layout that you want on the product pages and this won't interfere with the Filters as the Filters won't show on any page different than a category page.

Thanks

I guess this happens if you don't have any pictures for your product.
Could you check if this specific product has any pictures?
You can disable the Cloud Zoom plugin and see if you can open the product page.

Thanks

12 years ago

untiedshoes wrote:
Hi, hoping someone can help?

I'm using the new nopCommerce 2.8 multi-store version, but when trying to load SevenSpikes.Core in the list of plugins, I get the following error:

Could not load file or assembly 'Autofac.Integration.Mvc, Version=2.6.3.862

I'm guessing this is because the multi-store version I'm using is using Autofac.Mvc4.3.0.0?

Do you have a fix for this, or put me in the right direction please?

Regards,
Craig


Hi Craig,

The latest version of our products supports the official nopCommerce 2.8.
The new multi-store version is still work in progress and it is not just the Autofac that is different. There are a lot of things that are changed since version 2.8 was released and there are a lot of things that are going to change till nopCommerce 3.0 will be released.
Please note that our plugins are not yet released for the upcoming nopCommerce 3.0 (which is  changed daily), so they won't install and work for it.
We will release a compatible version of all the plugins and themes when nopCommerce 3.0 is officially released.

Thanks

12 years ago

chenos7 wrote:
Hi,

It's not a duplicate issue. the issue that you are referring as a duplicate is regarding an issue with photo overlapping the text and not like these issue that is asking how to create the same look and feel like your demo store.

Best regards,
Chen


Hi Chen,

Creating the same look and feel as the demo store couldn't be specified as an issue.
When you use the Fashion theme in your store this means that your store already has the same look and feel as our demo store as it is also running exactly the same Fashion theme. The difference is only in the images of the products used in the theme.
If you are talking about how we have setup the demo store i.e the Home page it is a different matter.
Here is how we have setup the Home page of the fashion theme demo using our plugins.
1. Have the Mega Menu on the top, which is installed and enabled by default when you install the theme.
2. Then under the Mega Menu we have placed a Slider with 2 images.There is a predefined widget zone "home_page_main_slider" in the theme that you can use to place the Slider in it.
3. Under the main menu we have place two JCarousels as both are placed in this widget zone "fashion_home_page_after_main_slider". The first one has a data source of type "Recently Added Products" and the second one has a data source of type "Manufacturers". The skin for both is "default-4-items".

That's it about the home page. Please note that when the plugins are installed they have the same default settings as in our demo store i.e image sizes etc.

Thank