Slider Tweaks

Posted in: Newspaper
Post count: 24

I would like to make two small tweaks to the main slider at the top of the homepage.

1. I would like to increase the height just a bit.

2. I would like to increase the length allowed for the headline text.

Any help on making these changes would be greatly appreciated.

Thanks!

Post count: 3343

Hi,
Please give me a link to see what slide you talking about. The theme has 8 big grids, what do you use on top?
Thanks!

Post count: 24

Hey Marius. Thanks for the reply. My apologies for not being clear. I’m talking about the slider that we’re using at the top of this site – http://www.southwalton.com/

Post count: 7909

Hi,

I see that you use version 4 of the theme, you will have to change the height(to your specific height) for your thumbs that are used on IOS Slider in functions.phphttp://screencast.com/t/Ekbehu1X then regenerate your thumbnails using – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Also you need to add this custom css for each screen size: http://screencast.com/t/DOTC37t5M

@media (min-width: 1200px) {
.iosSlider-col-2, .iosSlider-col-2 .item {
height: 500px !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.iosSlider-col-2, .iosSlider-col-2 .item {
height: 350px !important;
}
}
@media (max-width: 767px) {
.iosSlider-col-2, .iosSlider-col-2 .item {
height: 300px !important;
}
}

Thanks!

Post count: 24

That is a phenomenal response! Thank you so much for the step by step! Greatly appreciated!

Could you also advise on expanding the length of the headline text that is on top of that slider?

Thanks!!

Post count: 7909

Hi,

Not sure at what text you are referring, please provide a screenshot so I can understand what are you trying to do and try to provide an accurate solution. Do you refer to the category on slider? – http://screencast.com/t/9ctxUKXU0S9

Thanks!

Post count: 24

I’m referring to the post title. See attached screenshot. At times, it has truncated the title and put “…”. I would like to extend the length of allowed characters.

screenshot

Post count: 7909

Hi,

Please make this change in slider module – http://screencast.com/t/rGUMCBQM

Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.