Wordpress. Изменение основного шаблона(изображение с самолетами).

Skip to end of metadata
Go to start of metadata

Основная информация страницы находится в шаблоне 'ip адрес биллинга'/wp-admin/theme-editor.php?file=index.php&theme=carbonsoft

<div class="carbon-carousel">
        <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
            <!-- Indicators -->
            <ol class="carousel-indicators">
                <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
                <li data-target="#carousel-example-generic" data-slide-to="1"></li>
                <li data-target="#carousel-example-generic" data-slide-to="2"></li>
            </ol>

            <!-- Wrapper for slides -->
            <div class="carousel-inner">
                <div class="item active">
                    <img src="/wp-content/themes/carbonsoft/library/images/slider-1.png">

                    <div class="carousel-caption">
                        Сверхвысокие скорости
                    </div>
                </div>

            </div>

            <!-- Controls -->
            <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
                <span class="glyphicon glyphicon-chevron-left"></span>
            </a>
            <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
                <span class="glyphicon glyphicon-chevron-right"></span>
            </a>
        </div>
    </div>

Чтобы изменить изображение с самолетами необходимо изменить путь до изображения /wp-content/themes/carbonsoft/library/images/slider-1.png

Введите метки, чтобы добавить к этой странице:
Please wait 
Ищите метку? просто начните печатать.