Hi,
Do you want to have the same display that you have on post pages also for modules? Something like this – http://screencast.com/t/Y43bbYoF
You will have to replace the comments function for modules, just edit td_module.php file and replace it with this(make a backup of your current file) – http://screencast.com/t/S78o6GjasT – http://pastebin.com/gXQpWX1r and use this custom css in Theme Panel > Custom Css – http://screencast.com/t/PsqnqYZS
.td_module_wrap .td-post-comments {
display: inline-block;
float: right;
}
.td_module_wrap .td-post-comments .td-icon-comments {
margin-right: 5px;
font-size: 9px;
position: relative;
top: 1px;
}
Thanks!
Hi Alin,
Thanks Alin for the solution, it worked well, now the page looks better. Ideally it would be great if I can use this one used by newsmag (I also bought this one).
this style is much better pic.twitter.com/wjuezo2aLs
— Jerry Ding (@ArchangelKiller) October 13, 2015
Thanks again, your solution is so detail and clear.
Hi,
Do you want the same format on Newspaper? You will have to use custom css to achieve this – http://screencast.com/t/J4oC4cVha
.td-module-comments {
background-color: #848484 !important;
border-radius: 2px;
border-bottom-right-radius: 0;
}
.td-module-comments a {
color: #ffffff;
padding: 2px 6px 3px 6px;
display: inline-block;
min-width: 25px;
height: 20px;
line-height: 16px;
background-color: transparent
}
.td-module-comments a:after {
left: auto !important;
right: 0;
border-color: #5b5b5b transparent transparent transparent;
border-width: 5px 5px 0 0;
bottom: -5px;
}
I provide an example, if you want additional customization I suggest to hire a freelancer to do it for you as we cannot provide custom work.
Thanks!