Page 1 of 1

Pro version : Resize the PhotoSlider.

PostPosted: 13 Feb 2017, 09:12
by altosky
Hi Therer,

I have purchase the pro version. Just have quick question herer. How can I resize the PhotoSlider at the main page.
I have look into the folder ATLAS, CSS at Style.CSS but have no luck and also look into folder protected,module,Slider also still no luck.
My intention is the increase the height of the photo of photoslider.
Please advise.

Thanks

Re: Pro version : Resize the PhotoSlider.

PostPosted: 13 Feb 2017, 13:13
by andipas
In the file: - protected/components/Controller.php
Code: Select all
if ($this->useAdditionalView == Themes::ADDITIONAL_VIEW_FULL_WIDTH_SLIDER) {
$height 410;


file - themes/suburb/views/site/_slider_homepage.php
Code: Select all
$height = ($useFullWidthSlider) ? '410px' '380px'


change 410 to the number you need