Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

lock Problem with Noo Slider Modules

More
7 years 10 months ago #13234 by Huyen Tran
HI Daavor M.
I'm sorry for reply late.
I find the cause that noo sliders don't work. Because in Template you enable js Optimize JS that slideshow can't get JS.
But When I go to frontend your site, I see you using other slideshow or it work fine ???

Best Regards,
Huyen Tran
The topic has been locked.
More
7 years 10 months ago #13252 by Davor M.

Huyen Tran wrote: HI Daavor M.
I'm sorry for reply late.
I find the cause that noo sliders don't work. Because in Template you enable js Optimize JS that slideshow can't get JS.
But When I go to frontend your site, I see you using other slideshow or it work fine ???


I put new module because I had to publish site live.

How can i disable Optimize JS in template? I wont noo slider put back again.

cheers
The topic has been locked.
More
7 years 10 months ago #13260 by Huyen Tran
Hi Davor.
Please go to ../plugins/system/t3/includes/core/template.php line 956
comment line:
//$minifyjs = $this->getParam('minify_js', 0);
and add line code
$minifyjs = 0;
the below:
$devmode = $this->getParam('devmode', 0);
$themermode = $this->getParam('themermode', 1) && defined('T3_THEMER');
$theme = $this->getParam('theme', '');
$minify = $this->getParam('minify', 0);
$minifyjs = 0;
//$minifyjs = $this->getParam('minify_js', 0);

Best Regards,
Huyen Tran
The following user(s) said Thank You: Davor M.
The topic has been locked.
More
7 years 10 months ago #13265 by Davor M.
Thank you!
The topic has been locked.
Time to create page: 0.037 seconds
Powered by Kunena Forum