Great theme – thank-you.
Is it possible to change the default “comments” and “views” (before the number) icons on the single page?
Is there a list to see what icons I can choose from?
Ideally I would like to add “views” counter to all blocks so that they show on the front page.
thanks in advance.
Hi
You could try the Font Awesome 4 Menus plugin to change the icons for post views and comments. To do that you need to replace this classes http://screencast.com/t/Z6cxu4kEVW with the ones for the new icons from the plugin like in this example: http://screencast.com/t/owlrveOY
Let us know how it goes and if this is not what you mean please provide more details.
Thanks!
Hi,
You could achieve that using this custom css code, just enter it in Theme panel->Custom Css
.td-post-views i {
display: none;
}
.td-post-views::before {
content:"Dilihat";
}
.td-post-views::after {
content:"Kali";
}
.td-post-views span {
margin-left: 5px;
margin-right: 5px;
font-weight: bold;
vertical-align: 0!important;
}
Result – https://www.screencast.com/t/pnMM4zlEJ4
If this not what you meant, please provide a screenshot and more detailed information about what you want to change
Thanks
After I enter the code in costum css, the result is ok, but the counter is not working as well before, it is stuck.
Please Help, how to make the numbers of counter is work well.
And how to remove the eye logo.
Thank you very much
-
This reply was modified 9 years by
emirza.
Hi,
It seems to work on your site when the code is applied – https://www.screencast.com/t/qFjqtqn8Pjy and after I refreshed the page a few times the count increased from 39 to 43 with some delay.
Also this code does not affect the view counter, maybe you have installed a plugin with this functionality which can interact with the post view count feature and cause this problem. Try disabling all the plugins except Visual Composer and see what happens in regard to the post view count.
Thanks