Hello!
The image carrousel in this page doesn’t works on mobile: http://mktg.mx/nosotros/
Thanks a lot for the help!
Hi,
When you send the email for the other issue, please paste a link also to this topic and we will check it.
Please make sure you use the latest theme version 6.5.1 and you update the theme plugins first, then check it only with Visual Composer active(disable all other plugins) and if the issue persist we will take a look.
Thanks!
Hi again,
I have tested the VC Image carousel element and found no issues with it on mobiles, it works fine: http://screencast.com/t/oJqZYlvyPNS – http://screencast.com/t/UXZCWNoUdgo so please let us know if this is the image carousel you have also used and if so give more details so we can recreate and investigate this.
I have checked your site and noticed you now use WpF Ultimate Carousel for images which we haven’t tested so it may not work fine with the theme. If this is the cause I suggest you contact plugin’s authors and let them know about this, they might have a solution for you.
Thanks for the message!
Ok, I now what do you mean.
How can I do a carrousel similar to that one using your theme elements?
Thanks a lot for the help.
Hi,
You can replicate the slider you use with an image carousel element in visual composer and set it up similar to your plugin: http://screencast.com/t/eEFvzM1VA or you can apply a custom CSS for your slider to make it scroll on the mobile version as well:
@media(max-width: 767px) {
.ult-carousel-wrapper .slick-list {
overflow: visible;
}
.ult-carousel-wrapper .slick-prev {
left: 0px;
}
.ult-carousel-wrapper .slick-next {
right: 0;
}
}
result: http://screencast.com/t/9sBHDo0SPb
Thanks.
Awesome!
Worked like a charm!
Thanks a lot for the help!