How add video on home page?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Dear all,

I using NOP 3.10

Please help me add video on home page

Thanks
10 years ago
Hi,

you can add a video to the home page by editing the HomePageText topic here:
admin area -> Contant Management -> Topics (Pages) -> HomePageText
10 years ago
Mariann wrote:
Hi,

you can add a video to the home page by editing the HomePageText topic here:
admin area -> Contant Management -> Topics (Pages) -> HomePageText


Hi Mariann,

On home page have three column. HomePageText only display on column 2. I want display video on column 1 or 3

Please help me
Thank
10 years ago
To add topics to the columns you should add the following code to the _ColumnsThree.cshtml:

before @Html.Widget("left_side_column_after") - @Html.Action("TopicBlock", "Topic", new { systemName = "LeftColumnText" })

before @Html.Widget("right_side_column_after") - @Html.Action("TopicBlock", "Topic", new { systemName = "RightColumnText" })


then you should create topics with names 'LeftColumnText' and 'RightColumnText' here:
admin area -> Contant Management -> Topics (Pages)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.