Display order not respected on home page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
We are using both home page text and Nivo Slider plugin.  Each has a display order yet no matter what values are used the Slider always appears ahead of the homepage text.  As a temporary workaround I have edited

\Views\Home\Index.cshtml

and swapped the order of these two lines:

@Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })
@Html.Widget("home_page_top")

Am I doing something wrong or is this a bug or?

Thanks,
Chris
7 years ago
choogenboom wrote:
We are using both home page text and Nivo Slider plugin.  Each has a display order yet no matter what values are used the Slider always appears ahead of the homepage text.  As a temporary workaround I have edited

\Views\Home\Index.cshtml

and swapped the order of these two lines:

@Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })
@Html.Widget("home_page_top")

Am I doing something wrong or is this a bug or?

Thanks,
Chris

Hi.
It's depend on NC ver. ... you should edit this line in the NivoSlider Plugin and rebuild ...
Source\Plugins\Nop.Plugin.Widgets.NivoSlider\NivoSliderPlugin.cs(36):            return new List<string>() { "home_page_top(example --->after content)" };
Best Regards.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.