How to make post slider in theme

Posted in: Newspaper
Post count: 87

Hello
I want Like this post slider how to make like this slider for post
https://viswamvoice.com/errors/slider.m4v

  • This topic was modified 5 years by SVPrasad.
Post count: 20685

Hi,

The theme provides a few sliders.

One would the slide element, which looks like this
https://demo.tagdiv.com/newspaper/ios-slider/

There is also the revolution slider, which is used by us in a few demos, it is a very powerful plugin for creating sliders
https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
https://forum.tagdiv.com/import-revolution-sliders-on-demos-prebuilt-websites/

Worth mentioning is also the pagination that is available for blocks. For example this block design that is used in a theme demo
https://cloud.tagdiv.com/block-66-home-decor/

These would be the choices. You could always try some plugins if you require a specific slider that the theme does not provide.

Thank you!

Post count: 14

Simion, for the “slide” (extended shortcode feature in newspaper) is there a way to make the images for a post clickable and not just the article title? At the moment the text is only hyperlinked.

Post count: 35449

Hi armingpatriots,

Unfortunately there is no option for this, the only think that you can do is to set a patting on link to make it bigger:
.td_block_slide .td-slide-meta a{
padding-top: 25%;
}

or this one
.td_block_slide .td-image-gradient:before {
height: 50%;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.