Hi support,
I would like to create a sitemap for the footer of the webshop, that shows the top level categories of the webshop dynamically.
Much like this site (scroll to the bottom):
http://www.techsmith.com/
Then I thought, hey the categories header menu can access my categories for the websop.
Problem is that I already have the header menu set up to a specific layout for the header. The CategoriesHeaderMenu.cshtml is in use for the header layout.
So my question is, would I be able to load another instance of the plugin for the footer using a different layout page that fits with the footer layout?
Can I for example copy and paste "CategoriesHeaderMenu.cshtm", and rename it "CategoriesFooterMenu.cshtml" and use that instead for the footer?
Thanks in advance
Well ok.
I managed to figure it out :-)
Hi guys,
I realize that this question is not directly in relation to one of your products but I since I've experience such good support here I was hoping you could point me in the right direction to solve my problem.
Especially since you already have solved it in the "Shop All" theme.
My problem:
I'm customizing my NopCommerce skin at the moment, and when shoppers are browsing the webshop I would like to have the Breadcrump showing just below the horizonal menu navigation.
In your "Shop All Theme" http://themes.shopall.nop-templates.com/p/16/build-your-own-computer you have customized it that way, that's why I'm posing in this forum section ;-)
Can you tell me what code I need to put in which view so I get the same result as in your theme here? :-)
Thank you
Thanks very much support. Fast as always. Now it works ;-)
@model SevenSpikes.Nop.Plugins.JCarousel.Models.JCarouselModel
@if (Model.Products.Count > 0)
{
var skin = Model.Settings.Skin;
Html.AddCssFileParts(Url.Content("~/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/" + Model.Theme + "/Skins/" + skin + "/skin.css"));
Html.AddScriptParts(Url.Content("~/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Scripts/jquery.jcarousel.min.js"));
Html.AddScriptParts(Url.Content("~/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Scripts/jquery.disable.text.select.js"));
I'm testing your latest plugin jCarousel and love it!
At the moment I'm customizing it to suit my theme. So I copied the NopClassic theme and renamed it to my own theme name.
I have however 2 things that I've found.
1)
I've added it to the front page (homepage) containing the front page products and in the plugin settings you can set how many items you want in the slider.
It seems however not to work properly.
If I set it to only show 3 items, there is still 8 products showing up in the slider?
2)
I wish to modify the view of the carousel.
I tried copying in the "View" folder from the root folder of the plugin and into my Theme folder.
Unfortunately it does not seem to read the View under my custom theme, when I make changes to it.
It still only reads the View in the root folder of the plugin.
Am I doing something wrong?
Thanks you.
It was the
SevenSpikes.Nop.Plugins.AnywhereSliders\Views\AnywhereSlidersAdmin\EditorTemplates\SliderCategory.cshtml that was missing.
When I added that everything worked.
My problem was that I was using WinRar to extract the plugin and had extracted into a folder path that was very deep with many characters.
Apparently WinRar has a limit of how deep into a folder structure you can extract files if the chracters of the path exceed a certain limit.
This causes Winrar to not extract those files, which in this case was
SevenSpikes.Nop.Plugins.AnywhereSliders\Views\AnywhereSlidersAdmin\EditorTemplates\SliderCategory.cshtml
To solve the problem I simply extracted the plugin on the desktop instead and then all the files was extracted correctly by Winrar. No missing files.
I just installed 2.6 Nop Cloud Zoom, first the core and then Cloud Zoom which is working great.
Now I installed Nop Anywhere Sliders 2.6 but I can't see any dropdown list of the categories when I create a slider for a category.
See screenshot.
No dropdown for category...
http://s17.postimage.org/rkhwbfasf/No_category_dropdown.png
Did you change it to be a textbox in 2.6?
If so, how do I map it to a category?
Hi Support,
I got the problem solved. Not sure what solved it, but I upgraded my webshop to 2.6 and modified my skin accordingly.
Installed the latest core and cloudzoom for 2.60 and now it works!