e107 Styles

Fórumok

Theme Request gamers theme carousel

6 years ago
hello

is it possible to disable the carousel on both themes?
BS GAMING 01
BS GAMING 02

greets glenn
6 years ago
Yes.

BS GAMING 01
Comment or delete this lines in theme.php:
$LAYOUT['BS_Gaming_01_sidebar_left'] = "
...
<div class='hidden-xs container'>
  <div class='slider-wrap'>
    {SETSTYLE=slider}
    {MENU=featurebox}
  </div>  
</div>
...

$LAYOUT['BS_Gaming_01_full_width'] = "
...
<div class='hidden-xs container'>
  <div class='slider-wrap'>
    {SETSTYLE=slider}
    {MENU=featurebox}
  </div>  
</div>
...


BS GAMING 02
Comment or delete this lines in theme.php:
$LAYOUT['default'] = " 
...
<div class='slider-wrap'>
        {SETSTYLE=slider}
        {MENU=featurebox}
      </div>
...

I only wrote the LAYOUT that where you find it, delete or comment only div's.
Moderator(s): fizi