Close

Moving the slider on the home page

bsgcraft
8 years ago
#11784 Quote
Avatar
  • 49
I am trying to place a slider before the body of the home page but under the menu.  I have placed the following code in _ColumsTwoHome.chtml directly before the center-2 div class.  However it is not rendering correctly.  I have added a slider to the anywhere slider plugin and placed it in the home page top widget.  Am I missing something?

<div class="hmslider">
  @Html.Widget("home_page_top")
</div>
Nate Kindom
Deni
8 years ago
#11798 Quote
Avatar
  • Moderator
  • 389
jkeeler wrote:
I am trying to place a slider before the body of the home page but under the menu.  I have placed the following code in _ColumsTwoHome.chtml directly before the center-2 div class.  However it is not rendering correctly.  I have added a slider to the anywhere slider plugin and placed it in the home page top widget.  Am I missing something?

<div class="hmslider">
  @Html.Widget("home_page_top")
</div>


Hi, 

Please check these possible problems:

1. Check if the <div class="hmslider"> div is rendered on the page at all. If it is not, then you are not calling your template.

2. Check if the slider is active: either by its Conditions, Scheduling or Store mapping.

3. Check if the slider has any pictures added in it.


I hope this helped !
Best Regards,
Mladen Staykov
Nop-Templates.com