Close

Import Lavella header

sdvariations
9 years ago
#7587 Quote
Avatar
  • 9
Hi, I would like to add in my smart theme the lavella header. I would like to have both the banner and the 2 side banner, how do I accomplish that?  I have the ultimate theme bundle.

Is it possible to pay someone?

Thank you!
Boyko
9 years ago
#7628 Quote
Avatar
  • Moderator
  • 1570
sdvariations wrote:
Hi, I would like to add in my smart theme the lavella header. I would like to have both the banner and the 2 side banner, how do I accomplish that?  I have the ultimate theme bundle.

Is it possible to pay someone?

Thank you!


Hi sdvariations,

The mark-up of the Lavella theme is this:

      
 <div class="home-page-top-banner-wrapper">
            <div class="slider-left">
                @Html.Widget("home_page_main_slider")
            </div>
            <div class="banners-right">
                <div>@Html.Widget("home_page_right_banner_1")</div>
                <div>@Html.Widget("home_page_right_banner_2")</div>
            </div>
        </div>


You can create similar structure and put some images in these widget zones.
Just make sure you have these new widget zones added in the SupportedWidgetZones.xml file in the Anywhere Sliders plugin folder.
Then you have to style it properly via CSS or copy the styles from Lavella theme.

Thanks
Regards,
Nop-Templates.com Team