related article widget on sidebar without thumbnail

Posted in: Newspaper
Post count: 9

Hello .. any body know what kind of widget block that place related article without thumbnail ?

Post count: 23

For creating your sidebar, either [tagDiv] block 9 or [tagDiv] block 10 can show posts without thumbnails.

You can also use the “More Article” theme option to display additional posts without thumbnails. Use either the M8 or M9 modules.

More Articles

View post on imgur.com

Post count: 9

Thank you Oasontu

I tried to use [tagDiv] block 9 or [tagDiv] block 10 as sidebar widget, but there is no option to filter by “related post”

When I use “more article”, it not seen on mobile.

Best reargd

Post count: 23312

Hello fajriearadea,

Please notice that the “more article box” are disabled for the mobile mode and then this feature is not be shown in this case. If you want to have this feature to the mobile mode, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

@media (max-width: 767px){
div.td-more-articles-box {
display:block !important;
}
}

The result you should see here -> http://screencast.com/t/XkFuGaN4j7

Also, if you want to use the related articles feature without thumbnail, please try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

.td_module_related_posts .td-module-image {
display:none;
}

The result you should see here -> http://screencast.com/t/bF0WXSwLaIG

Notice: The related articles may not be used on the sidebar. This feature was designed to be used only in 2 or 3 columns.

Thank you for your understanding!

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