How to show category at homepage

Posted in: Newspaper
Post count: 2

Hi, great themes!! Would like to know if somehow I can shows up the category name at homepage for my website for every single post. You can view it at http://www.buzzcapt.com .. I would like to enable it like the big slider title block. Is it possible to do that? Hope you can help me with it.

Thanks a mill!~

Post count: 2

Uhhh and i almost forgot..the big slider image size problems..i resize all the featured image 1070 x 532 .. its seems okay but when view it from iphone or any other phone, the slider image smaller than the article featured image..

thanks

Post count: 7909

Hi,

1. You can try this solution Radu’ solution: https://forum.tagdiv.com/topic/show-category-name-in-homepage/
Result: http://screencast.com/t/a0GqS8sFnbxp

2. Images from slider are reduced, so the height is auto and depends of the screen width. You can try to force the image height with css code like this: http://screencast.com/t/pJueoNra

.iosSlider-col-3, .iosSlider-col-3 .item {
height: 433px !important;
}
.iosSlider .entry-thumb {
height: 100%;
}

If you want to use the code please add it in Theme Panel > Custom Css: http://screencast.com/t/La4VYroQrYJN

Thanks!

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