Post Carousel not showing on Mobile - Ethos

I have some problems with ethos on mobile version, on pc it shows very well,
but on mobile i get white photos on the carousel instead of the post photo,
i will attach a photo that explains it

Edit: just checked for ipad and a 15’ laptop, show the same problem. white photos.

Hi Marwan,

Thank you for reaching out to us. Please check for the following first:

  1. Ensure everything is up to date according to our version compatibility list at https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195. Please follow the best practices when updating your theme and plugins. See https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62 for more details.

  2. If you’re using a caching plugin, clear all caches including browser cache then deactivate your caching plugin and other optimization plugins.

  3. I see you’re using a Cloudflare, please clear the CDN’s cache and disable optimization services.

  4. Test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

  5. Remove custom CSS, JavaScript and deactivate your child theme and switch to parent theme (take a complete backup first).

If nothing works then try adding the following code in the Theme Options > CSS:

.slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

Let us know how this goes!

Thanks @Nabeel
it worked after adding the CSS,
i checked other things and they were all good.
only the css solution worked for me.

Regards

Hi Marwan,

It could be that there is a third party plugin or a custom code added to the theme that caused the issue. Either way, glad to hear that the CSS provided fixed the issue.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.