Здравствуйте.
Вот код шаблона слайдера:
<?if(!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) die();?>
<?$this->setFrameMode(true);?>
<?if($arResult['ITEMS']):?>
<?
global $arTheme;
$slideshowSpeed = abs(intval($arTheme['BIGBANNER_SLIDESSHOWSPEED']['VALUE']));
$animationSpeed = abs(intval($arTheme['BIGBANNER_ANIMATIONSPEED']['VALUE']));
$bAnimation = ($slideshowSpeed && strlen($arTheme['BIGBANNER_ANIMATIONTYPE']['VALUE']));
if($arTheme['BIGBANNER_ANIMATIONTYPE']['VALUE'] === 'FADE'){
$animationType = 'fade';
}
else{
$animationType = 'slide';
$animationDirection = 'horizontal';
if($arTheme['BIGBANNER_ANIMATIONTYPE']['VALUE'] === 'SLIDE_VERTICAL'){
$animationDirection = 'vertical';
}
}
?>
<?$bIndexBot = (isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) && strpos($_SERVER['HTTP_USER_AGENT'], 'Lighthouse') !== false); // is indexed yandex/google bot?>
<div class="banners-big front">
<div class="maxwidth-banner">
<div class="flexslider unstyled<?=($bIndexBot ? ' visible' : '');?> <?=($animationDirection == 'vertical' ? 'vertical' : '')?>" data-plugin-options='{"directionNav": true, "controlNav": true, <?=($bAnimation ? '"slideshow": true,' : '"slideshow": false,')?> <?=($animationType ? '"animation": "'.$animationType.'",' : '')?> <?=($animationDirection ? '"direction": "'.$animationDirection.'",' : '')?> <?=($slideshowSpeed >= 0 ? '"slideshowSpeed": '.$slideshowSpeed.',' : '')?> <?=($animationSpeed >= 0 ? '"animationSpeed": '.$animationSpeed.',' : '')?> "animationLoop": true}'>
<ul class="slides items">
<?foreach($arResult['ITEMS'] as $i => $arItem):?>
<?endif;?>
Сейчас время слайда 5 000мс, как и где правильно будет изменить его на 10 000мс?