about comment bubble appearance

Posted in: Newspaper
Post count: 40

I have just bought the theme, great theme, no doubt.

I would like to change the comment bubble style appearing on the default homepage to be same as it appears in a detailed post page, or to be same as it appears in the newsmag theme. Are they able to do so?

Post count: 7909

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/S78o6GjasThttp://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!

Post count: 40

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).

Thanks again, your solution is so detail and clear.

Post count: 7909

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!

Post count: 40

Thanks Alin, you are awesome~~

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