Mobile slider
-
- Noob
- Posts: 3
- Joined: Tue May 22, 2018 7:19 am
Mobile slider
My slider is visible on desktop computers but not visible on mobile device. Can you help me fix this
- tuffadmin
- Site Admin
- Posts: 1236
- Joined: Tue Jan 29, 2013 7:31 pm
Re: Mobile slider
Please share your website url first.
No support for unnecessary PM, use forum for support queries.
Please give us good review if you bought our theme from Osclass Market
Please give us good review if you bought our theme from Osclass Market
-
- Noob
- Posts: 3
- Joined: Tue May 22, 2018 7:19 am
Re: Mobile slider
unibenia.org please am not really good at web design, so if you have the solution, give a step by step method on how to fix it. Thank you
- tuffadmin
- Site Admin
- Posts: 1236
- Joined: Tue Jan 29, 2013 7:31 pm
Re: Mobile slider
First on mobile device slider only load home-try.jpg file from "/oc-content/uploads/shopclass_slider" directory. First I think it is not copied over to this directory from assets directory of shopclass. Please do that manually.
Sliding images is disabled on mobile device due to performance reason. If you really want to enable it than please open main.php file in any text-editor
and remove this code from line no. 24 - 29.
Regards
Sliding images is disabled on mobile device due to performance reason. If you really want to enable it than please open main.php file in any text-editor
and remove this code from line no. 24 - 29.
Code: Select all
if ($('.hidden-xs').css('display').toLowerCase() == 'none') {
clearInterval(int);
}
else {
int = self.setInterval( "changeBG()", 4000);
}
No support for unnecessary PM, use forum for support queries.
Please give us good review if you bought our theme from Osclass Market
Please give us good review if you bought our theme from Osclass Market
-
- Noob
- Posts: 3
- Joined: Tue May 22, 2018 7:19 am