related articles & more stories

Posted in: Newsmag
Post count: 140

hi.

how cam i show 6 instead of just 3 related articles ?
more stories should not show on mobile view

thanks

Post count: 7909

Hi,

1. You can edit td_module_single.php like this: http://screencast.com/t/D6GCBpOj
Result: http://screencast.com/t/7w6TirZju

2.Use this code to remove more stoires from mobile view:

@media (max-width: 767px) {
.td-more-articles-box{
display:none;
}
}

Thanks!

Post count: 140

thank you …

td_module_single.php didnt quite worked for me ….

here you have screenshots ….

Image and video hosting by TinyPic

Image and video hosting by TinyPic

thank you

Post count: 6600

Hi,

Please also send your site’s URL containing this issue so I can inspect it!

Thanks

Post count: 18

Hi! Any solution to this issue? I have the same problem.

Looks like it only appears when the title in the middle is 3 lines long.

http://www.screencast.com/t/Y3Hw4c5cqX

Otherwise, when the tittle is in left or right, it works fine.

http://www.screencast.com/t/JPDq8ovXeC

Thank you Very Much!

Post count: 7909

Hi,

I also tested this, but couldn’t replicate the issue.
Please try this custom css and see if it works:

.td_related_posts .td-related-span4:nth-child(3n+1){
clear: left;
}

If this doesn’t work please provide your site URL, so I can inspect this.

Thanks!

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