The text and the text box that you can have together with the image’s not responsive only thing that is responsive Are the image. How can you do to get this responsive or how you can remove it when you look in the phone
The text and the text box that you can have together with the image’s not responsive only thing that is responsive Are the image. How can you do to get this responsive or how you can remove it when you look in the phone
By using the forum you are agree with tonjoo studio license agreement
Hi, thank you for purchase our plugin!
To only show the title on the phone view, put this code to Custom CSS field:
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-content > div{
display: none;
}
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-content{
padding-bottom: 15px !important;
}
Or if you want to hide the text box on the phone view, put this code to Custom CSS field:
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-content{
display: none;
}
By using the forum you are agree with tonjoo studio license agreement
By using the forum you are agree with tonjoo studio license agreement
After you have upgraded the slideshow does not work so they code that you wrote to me. Worked perfectly before but after updates Version 2.0.5 so it does not work, what can be wrong. Do not want the text box to appear in mobile mode
By using the forum you are agree with tonjoo studio license agreement
I have tried the script here: http://harislab.com/wp/?p=29 , and it’s working fine.
Here are the screenshot on the iphone 4 device:
If you could, please provide us your credential so we can check the issue on your site.
By using the forum you are agree with tonjoo studio license agreement