Jump to content

Imageslider not showing on mobile


Recommended Posts

I am using a theme that uses the Prestashop Imageslider module and it displays fine on a desktop, but not on mobile. I don't think it is a style issue because the HTML for the carousel is completely missing on mobile. I'm trying to figure out what file in my theme loads this module so I can see if there is any code there preventing it from showing on mobile, but I haven't been able to figure it out.

 

So on a desktop:

<div id="top_column" class="">

<div id="carousel" data-ride="carousel" class="carousel slide homeslider" data-interval="5000" data-wrap="true" data-pause="hover">
  </div>

</div>

On mobile, it is just this:

<div id="top_column" class=""></div>

 

Link to comment
Share on other sites

5 hours ago, flgatormike said:

I am using a theme that uses the Prestashop Imageslider module and it displays fine on a desktop, but not on mobile. I don't think it is a style issue because the HTML for the carousel is completely missing on mobile. I'm trying to figure out what file in my theme loads this module so I can see if there is any code there preventing it from showing on mobile, but I haven't been able to figure it out.

 

So on a desktop:

<div id="top_column" class="">

<div id="carousel" data-ride="carousel" class="carousel slide homeslider" data-interval="5000" data-wrap="true" data-pause="hover">
  </div>

</div>

On mobile, it is just this:

<div id="top_column" class=""></div>

 

Hi,

On mobile the code is removed or disabled module for mobiles from Prestashop Backoffice.

Link to comment
Share on other sites

I found this in /mysite/modules/ps_imageslider/ps_imageslider.php and commented it out but no luck.. that is very nice of you to offer to take a look, but I think it might have something to do with my custom theme that I purchased and probably not something that is configured in the back office.

prestashop-disable-mobile.PNG

Link to comment
Share on other sites

14 hours ago, flgatormike said:

I found this in /mysite/modules/ps_imageslider/ps_imageslider.php and commented it out but no luck.. that is very nice of you to offer to take a look, but I think it might have something to do with my custom theme that I purchased and probably not something that is configured in the back office.

prestashop-disable-mobile.PNG

Hi, Can you send website link?

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...