Slide: Show for category w/1 post + hide prev/next arrow

Posted in: Newspaper
Post count: 91

Hi

1. How can I make a “Slide” with only one post connected to it visible? For example: A slide showing category “A1” with only one post in that category? I’ve tried various combinations, and the Slide only shows if it has 2 or more posts in the category it displays.

2. How do I remove the previous/next article arrow from a Slide showing only 1 post? I would like to remove the “arrows” from Slides displaying one post.

Thanks!

Post count: 854

hi,
1) remove:and $td_query->found_posts > 1 from here : http://screencast.com/t/Q2swGH0fW2N6

2) those arrows are from the iosSlider (we integrated this in our theme) so from the there it has to be removed.

Thanks for you message.
Radu A.

Post count: 91

2) Ok. Any clue to how I can remove them from the iosSlider?

Post count: 3343

Hi,
DO you want to hide the slider arrows?

Use this CSS:

.iosSlider .prevButton {
    display: none !important;
}
.iosSlider .nextButton {
    display: none !important;
}
Post count: 91

Thanks!

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