How to edit the weather slider?


To add a new weather item copy/paste a slide item and fill it with your info.

<div class="wrapper aboutus-slider js-aboutus-slider owl" data-config='{"items": 1, "smartSpeed": 700}'>
    
    <!-- Slide item -->
    <div class="place-item js-place-item" data-location="City, Country Code ex: US" data-unit="c or f">
        <div class="place-view"><img src="img/theme/aboutus/city-image.jpg" alt=""></div>
        <div class="place-weather wrapper pa top left fullwidth ar">
            <div class="js-item-weather ar wrapper cw inline"></div>
        </div>
    </div>

</div>

In data-config attribute set properties for your slider.


Last update:
2015-01-09 09:01
Author:
Daniel Verejan
Revision:
1.0
Average rating:0 (0 Votes)