Feature Pages in Slider

Posted in: Newsmag
Post count: 4

Hello –

I would like to feature pages – rather than posts – in a slider at the top of the home page.

Is this possible and if so how?

Either way, can I eliminate the text box that pops up into the lower left-hand corner as each image slides over?

I would prefer to just have images appear.

Thanks very much! Frank

Post count: 6600

Hi,

Theme’s sliders were built to work using ‘post’ post types and display’s their featured image, but they can also be set to use pages from here: http://screencast.com/t/NokrTWgxO5Wf however you should know that on pages you can’t set a featured image by default so they will look like this: http://screencast.com/t/Li4puIfN

the slider meta info can be hidden using custom css, like this: http://screencast.com/t/DldiThHZAh

Just add the css code below in theme’s panel > custom css section.

.td-theme-slider .slide-meta {
display: none;
}

Thanks for the message!

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