Nivo slider life cycle

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
Hi

Please can any one tell me where we define the html of Nivo  Slider ? and How it render to home page ? and Where the code inserted to put it on home page ?
9 years ago
mhddev wrote:
Hi

Please can any one tell me where we define the html of Nivo  Slider ? and How it render to home page ? and Where the code inserted to put it on home page ?


Hi,

The Nivo Slider widget is applied in the "home_page_top" widget zone. As you can see the \Views\Home\Index.cshtml file there is a line:
@Html.Widget("home_page_top")

It calls all the widgets assigned to this widget zone.

The mark-up of the Nivo Slider can be found here: \Plugins\Nop.Plugin.Widgets.NivoSlider\Views\WidgetsNivoSlider\PublicInfo.cshtml.

You can read more about widget here.

I hope this helped!
9 years ago
Nop-Templates.com wrote:
Hi

Please can any one tell me where we define the html of Nivo  Slider ? and How it render to home page ? and Where the code inserted to put it on home page ?

Hi,

The Nivo Slider widget is applied in the "home_page_top" widget zone. As you can see the \Views\Home\Index.cshtml file there is a line:
@Html.Widget("home_page_top")

It calls all the widgets assigned to this widget zone.

The mark-up of the Nivo Slider can be found here: \Plugins\Nop.Plugin.Widgets.NivoSlider\Views\WidgetsNivoSlider\PublicInfo.cshtml.

You can read more about widget here.

I hope this helped!


Thank you, it's very helpfull
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.