- Moderator
- 1044
Hi Siim,
You can show the home page news on the place of the right slider. Open the ~/Themes/Fashion/Views/Home/Index.cshtml view and replace the following line of code
@Html.Action("WidgetsByZone", "Widget", new { widgetZone = "fashion_home_page_right_slider" })
with this one
@Html.Action("HomePageNews", "News")
Thus the news will be shown instead of the right slider.Now you will need just to style them appropriately to fit in the new place.
If you need any further assistance please do not hesitate to contact us again!
You can show the home page news on the place of the right slider. Open the ~/Themes/Fashion/Views/Home/Index.cshtml view and replace the following line of code
@Html.Action("WidgetsByZone", "Widget", new { widgetZone = "fashion_home_page_right_slider" })
with this one
@Html.Action("HomePageNews", "News")
Thus the news will be shown instead of the right slider.Now you will need just to style them appropriately to fit in the new place.
If you need any further assistance please do not hesitate to contact us again!