Close

Profile: Support

Avatar

User posts

12 years ago

Hi mysecond,

as far as I understand you should do a manual integration with calling your slider by the slider system name. Please make sure you have inserted the call to the slider in the view of the fashion theme.

Also make sure that:
- the system name of the slider is exactly the same as the one you are trying to call(i.e. @Html.Action("Slider", "AnywhereSliders", new { systemName = "{YourSliderSystemName}"}))
- make sure the height and the width of the slider is not equal to 0
- make sure you have images for the slider

If you have done everything above and still cannot display the slider, please provide a link to your store, so that we can assist you in doing this.

Hope that helps!

mickk wrote:
Just tried it again and still getting the same error log. Any ideas what it might be?

Thanks Mickk


Hi Mickk,

Is this the only error in you log?
It doesn't seem to be related to our plugins.
The error you have posted is a standard error that is thrown when a plugin in installed or uninstalled.

Can you make sure you install the Core plugin first.
Then restart your application by modifying the Global.asax
Then install the categories header menu and restart again.

Best Regards
Nop-Templates Support Team

mickk wrote:
Just removed the plugins from the InstalledPlugins.txt and restarted and all works fine. Still not sure how to get this header menu to work any manual ways you could recommend or example code.

Thanks


That's good. Please go to Administration -> Log and see what the actual error was and send it to us.

Thanks

Hi mickk,

we`ve seen this error. It is a normal error but it is encoded. So we are not sure if it is because of the header menu. To be 100% sure could you remove the plugin, delete it from InstalledPlugins.txt and restart your application. If the error still exist we will be sure it is because of this plugin and then we can have a look at the log to see the actual problems.

Thanks.

Hope that helps!

mickk wrote:
Hi there,

I have tried to install the headermenu ...


Hi mickk,

Please make sure you have modified you Global.asax file as described in the plugin online  documentation for nopCommerce 2.2.

Hope this helps!

Best Regards
Nop-Templates Support Team

Installation
12 years ago

maryshave wrote:
Hello can I use this plugin with current version nopcommerce 2.3 or I need to downgrade my install of nopcommerce to 2.2

Thanks for your help


Hi maryshave,

We are working on the new much improved version of the Smart SEO plugin that will be available for nopCommerce 2.3 and nopCommerce 2.4.
We will let you know when we are ready with the release!

Hope that helps!

12 years ago

edcorusa wrote:
I am looking at purchasing a number of you Extensions. But have one question. I am updating my site to Nop2.3. I know that Nop2.4 is just around the corner. I am going to purchase the 2.3 version of your extensions would I also have to purchase the 2.4 versions when they come out? If, so do you offer any upgrade discount? I am not upset with the prices you are asking for. I think they are very far. I am just think about upgrading to the new 2.4 when it does come out.


First of all thank you for choosing our extensions!

With every extension you get free upgrades\updates 1 year since purchase date. So whatever version of nopCommerce comes out during this time, you will get the upgrade to it for free.
Any release of the extensions that has to do with new features and functionality and not with upgrading to nopCommerce you will also get for free.

Bugs
12 years ago

Hi Yves,

thank you for reporting this. The issue had to do when the cloud zoom is enabled on product details page. The fix is done and uploaded now.

Best Regards!

Hi,

thank you for reporting this. We have already fixed it. Can you try to download the Nop Categories Header Menu again and replace all the files from the old menu with the files from the newly downloaded package.

Or if you prefer the quicker fix is just to edit the "~\Plugins\SevenSpikes.Nop.Plugins.CategoriesHeaderMenu\Styles\jquery.superfishmenu.css" and edit the following css class as shown below:

.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
    left: 0;
    top: 2em;
    z-index: 1001;
    width: 156px;
    background-color: #ffffff;    
}


This is necessary as the Nop Anywhere Sliders are setting z-index of 1000 for the sliders when using the Carousel2D slider.

Hope that helps!

12 years ago

Hi Yves,

in the original design of the Nop Electronics theme, the HomePageText topic is omitted from the home page. In order to add it back you should edit the "~/Themes/Electronics/Views/Home/Index.cshtml" in a text editor and insert the following line of code:

.......
@section AnywhereSliders
{
    @Html.Action("Slider", "AnywhereSliders", new { systemName = "HomePageSlider"})
}
@Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })
<div class="clear">
</div>

@Html.Action("HomepageProducts", "Catalog")
<div class="clear">
</div>
.......

Hope that helps!

Thank you for your feedback. We might consider for adding this topic back.