hi thanks for this good Theme!
we have a site http://www.basvurular.tv
I have a few questions for editing this theme.
1. i want to delete comments link in the main page.

2. i want to generate Download link. For example; when a user click a link they can download this file to his computer.
3. http://www.basvurular.tv/kategori/basvur/tv/eglence-programi-basvurulari/
in the categories There are some empty spaces?

Can I add advertising to this empty spaces? How can i do?
thank
Hi,
1. Please use this css code in Theme Panel > Custom css: http://screencast.com/t/xGDubrz7Ix
.home .td-module-comments{
display:none;
}
Result: http://screencast.com/t/WrH59m0AIISZ
2. I’m not sure what you mean, if you want to create a download link please take a look how to create one:
http://stackoverflow.com/questions/2793751/how-can-i-create-download-link-in-html
Please provide more details.
3. You are displaying only 5 articles per page, that’s why appear this space. Please change the number of posts displayed from here: http://screencast.com/t/Hfbp81lxfbFr
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
for second questions; http://www.basvurular.tv/polislik-basvurusu/
please open this post.. that not what i want.
i have a file. “gggg.txt”
but when i click download link it didnt download. only showed
for first question; i want to show comments counter but i dont want to clickable.
Hi,
1. I’m sorry I didn’t see “links”!
Please edit td_module.php and delete this: http://screencast.com/t/GJNpGp2MHi5
2. Please change to the html editor and add download to the link: http://screencast.com/t/Aw61rhIxMnK
Result: http://screencast.com/t/rnEH2dj2W
On page that I suggested above you can find more examples.
Thanks!