Close

Profile: Support

Avatar

User posts

12 years ago


Hi Jtan,

Thank you for using our products and for the feedback!

As to the error from the jCarousel slider in the Nop Shop All theme, we are aware of it and currently working on the fix. It is not a severe error that can stop your working process on your site. You can remove the error by adding at least 4 products that are marked as Show on Home Page. Thus the javascript error will disappear.

12 years ago

evalulu wrote:
Hi there

I downloaded the Anywhere sliders and installed it on my nopcommerce system. However I have limited knowledge on programming and couldn't find a thread to mention how to integrate the slider to show only on homepage.

I'm currently using NopCommerce 2.40 and would appreciate if anybody could show me how to do that. Thanks.


Hi evalulu,

The easiest way is to use Manual itegration on the home page, which is Home\Index.cshtml file.
Please read the online documentation of the sliders point 2.1 - http://www.nop-templates.com/Help/NopAnywhereSliders/Version_2_5/lessons/Integration.html

Best Regards,
Nop-Templates Support Team

theokalaitzis wrote:
Hello

I am trying to work out how to reuse the "•Nop Categories Header Menu" plugin to act as a simple menu bar just below my logo.

I like the style of the categories header menu on the store, but unfortunately we are unable to use it, because we have many store categories and every time we add more it wraps to another line, so all the sub-categories look silly.

So we have just used the default NOP category on the side box.

Is there a simple way to add a navigation menu in the same place as the Nop Categories Header Menu plug in?

They just need to be static links, that I can change in the source, but use the same style format as Nop Categories Header Menu.

The only menu items we need are something like - Home - About Us - Services - etc..

I guess the footer should match, but I don't see anywhere in NOP to show "topics" on the footer.

I am just not sure how to start this, if you can help it would be greatly appreciated.



Thanks..





Hi Theo,

Absolutely you can use the Categories Header Menu as a simple navigation menu without the categories.
To do this you need to modify the view of the Categories Header Menu plugin in  Views\CategoriesHeaderMenu\CategoriesHeaderMenu.cshtml i.e

<div class="categoriesHeaderMenu">
    <ul id="SuperFishMenuId" class="sf-menu">
        @* You can add additional links if you like i.e link to About Us topic page *@
    <li><a href="@Url.RouteUrl("Topic", new { SystemName = "aboutus" })">@T("AboutUs")</a></li>
<li><a href="@Url.RouteUrl("ContactUs")">@T("ContactUs")</a> </li>    
    </ul>
</div>


Simply add new li elements and they will look just like if you have categories in the menu.
Hope this helps!

Best Regards,
Nop-Templates Support Team

Prafulla07 wrote:
Hello,

On my local machine i have successfully installed Plugins "Seven Spikes Core" and "Nop Instant Search". All is working fine but when i published it on our production server and trying to install plugin "Seven Spikes Core" i am getting below error

Plugins\SevenSpikes.Core\Resources\Resources.en-us.xml' is denied.


Hi Prafulla07,

Please check the read\write permissions on your production server. There are servers that  restrict read\write permissions to any newly added folders i.e SevenSpikes plugins folders. Please make sure you give read\write permissions to the files in the Resources folder as otherwise the plugins will not be installed. You should be able to do that(depending on your control panel) from your web site hosting control panel and probably look for the file manager.

Best Regards,
Nop-Templates Support Team

Bugs
12 years ago

bubli wrote:
Hi,
The Nop Cloud Zoom (incorporated into Fashion Theme) does work only in languages with en-US culture. I'm using cs-CZ, but tried it also with de-DE and still no luck. Could you please help me how to fix it?
Thanks.


Hi bubli,

This problem has already been fixed. You need to upgrade your Fashion theme installation. Simply download the latest zip package for the theme and replace all plugin folders with the new ones and the same for the actual Fashion theme folder. Then restart your application.

Best Regards,
Nop-Templates Support Team

12 years ago

Hi paul,

It is probably a nopCommerce 2.6 problem as no one has reported such problems with the filters for nopCommerce 2.5. Please note that we will release upgrades for our plugins when nopCommerce 2.6 is out but not until then as there are nopCommerce code changes daily and we can't guarantee that the plugins will work till there is a code freeze and we can test them thoroughly.

Best Regards,
Nop-Templates Support Team

12 years ago

joomp wrote:
Does this purchase come with the complete source code?


Hi,

We don't provide the source code(Controllers) of our plugins but we have opened all Razor views, so that they can be modified if necessary. This basically means that you can change whatever you want unless you want to completely change the behavior of the plugins.
You can download a free trial of the plugins and see for yourself. The razor views are located in the Views folders in each plugin.
As to the actual theme files they are simply .cshtml files and can also be modified if necessary.

Best Regards,
Nop-Templates Support Team

Bugs
12 years ago

Hi karlson,

You can vote for the feature you want for the Tabs in our User Voice portal.
Here is a link to it.
https://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback/suggestions/2650281-have-all-products-tabs

Many thanks

12 years ago

Hi karlson,

You can have both working together but you need to integrate the Tabs and the Cloud Zoom via Manual integration and not automatic integration as otherwise only one of them will be really integrated.

You can change the resources for the Tabs as all our plugins are localized.
Just go to Languages and edit the resources and search for all resources containing SevenSpikes as a key. You can then find the Tabs resources and change them as you want.

Hope this helps!

Best Regards,
Nop-Templates Support Team

Bugs
12 years ago

Hi,

You are right about this and we have already scheduled this to be fixed in the next release of the Ajax Cart. We are also adding two options of Go To Cart and Continue Shopping to the popup dialog.
The next release will be roughly when nopCommerce 2.6 is released, somewhere around the beginning of July.

I hope this works for you!

Best Regards,