Hi please can you help me about these questions?
1. I am using ioS.Slider-col-3… how can I make full width and height 250px but just for mobile?
2. How can I change name of theme?
3. How can I replace some clases name with other name in css but to not cause anny issue? For example I am using medicine theme version, but my web site is about News and in view source if i check some clases are named .td-medicine , i like to change this name medicine to my site name.
Thank You
Hi,
1. The slider is a complex element and it would not be easy to change the way it is designed – https://demo.tagdiv.com/newspaper/ios-slider/ If you want to make these modifications you would have to take in account multiple elements and classes.
2. The theme can be renamed just by changing it’s name in the style.css file and the theme folder.
3. You could do a search and replace in the demo’s stylesheet file – https://www.screencast.com/t/3LbDTtmt
Thanks
Hi,
1. I understant that it would not be easy to change, but can you help me to do that?
Actualy height size i have changed to 250px and this is fine but image in to slide still is in old dimensions… how to fit it?
2. This is a clear
3. For example if i change .td-medicine from demo_style.css and I save, it cause any problem in my site? Can you tell me if after that i need to make changes in another file of my site also?
*Sorry for my Englisht… hope u unterstand me!
Thank You
Hi,
1. You could set a height on the image and other elements of the the slider itself – https://www.screencast.com/t/GtMkIhi7E but again this could cause the slider to malfunction as it was not meant to display like this. This is the code used
@media (max-width: 500px) {
.iosSlider-col-3 .entry-thumb,
.iosSlider-col-3,
.iosSlider-col-3 .td_module_slide {
height: 250px!important;
}}
3. It should not affect the functionality of the theme, try to make the replace and see the results.
Thanks