author image thumbnail

Posted in: Newspaper
Post count: 7

http://www.derki.com/kritik/dunyanin-butunlugu/

Please check author bio thumbnail. It is 72*96. I want it 200*200 to get crystal clear thumbnail. How can i do this?

Post count: 22421

Hi,
In order to change the size of the avatar, you have to change this value here:
http://screencast.com/t/qzjKRe1cljn and then use this css to position it properly:
.author-box-wrap .avatar{
width:initial!important;
}
.author-box-wrap .desc{
margin-left: 215px;
}

This will cause a miss-alignment on mobile phones though so you need to change the css and adapt the widget for responsiveness as well.
Thank you!

Post count: 7

Thank you. 🙂

How can i adapt this to mobile phones? 🙂

Post count: 7

New questions:

1) http://www.derki.com/author/sonsuz/
In author page how can i change avatar size like posts.

2) Also i want to change social icons with much bigger and colorful ones in author bio box. Is this possible?

3) I want to change breadcrumbs color too. It is so grey and i cannot see them easily. How can i do this?

4) Why breadcrumbs is not clickable? As you can see from my author page. There is breadceumbs but not clickable.

5) I want to change article number from 10 to 20 in author page. Where can i do this?

Thank you

  • This reply was modified 10 years by hceliktas.
Post count: 22421

Hi,

If you want to adapt the code, you have to change the margin based on the viewport. You must check the other 3 versions of the site to see if the thumb positions properly. Those are tablet landscape, tablet portrait and mobile. You can copy the code above in the specific section of the theme panel and adjust the value in the code: http://screencast.com/t/HqL9QkQlkqd

1)You can use the same mothod and change the size from the code here: http://screencast.com/t/ElqNhEf7zFG
And then use thios css:
.td_top_authors img{
max-width:initial!important;
}
.td_top_authors .item-details {
margin-left: 215px!important;
height: 200px!important;
}

2)The social icons use a font icon so increasing the font, weil make them increase in size:
.author-box-wrap .td-author-social .td-icon-font{
font-size:32px!important
}

3)You can use this css: .entry-crumbs, .entry-crumb{
color:red!important
}

4) The crumbs for the author box were not added as links. you can also see this on our demo:http://demo.tagdiv.com/newspaper/author/marius2/
The breadcrumbs for pages, categories or tags are clickable.

5) The author page as the search or category pages, are affected by this option of WP: http://screencast.com/t/10Jifw9KWX6t

Thank you!

Post count: 7

Ok i did all thank you.

http://www.derki.com/author/sonsuz/

How can i cahnge this avatar like others? I want it 200 px.

Post count: 22421

Hi,

For the author page you need to edit this code:
http://screencast.com/t/m9gjOlG5
And then use this css:
.author-box-wrap .avatar{
width:initial;!important
}
.td_top_authors img{
max-width:initial!important;
}
.author-box-wrap .desc{
margin-left: 215px!important;
}

Thank you!

Post count: 7

Thank you. 🙂

http://www.derki.com/derki-yazarlari/

This is my authors page. I divided it into two. But cannot succeed to make one coloumn to A-L, the other M-Z order. I write author id but it is useless. How can i make 2 coloumns in alphabetic order?

Post count: 7

Also can i give little description or latest article link under authors post and comments number?

Post count: 22421

Hi,
Unfortunately the author box element does not use the description only when you click on the author will the theme display the information.
As for the alphabetical order, you can filter the authors by ID in the block settings. You can use the exclude and include sections from here: http://screencast.com/t/i5BsAswEES You can use 2 author boxes and filter one part of your authors in the first and the second part in the other one. You will need the author id’s for this. You can get the id’s like so: http://screencast.com/t/kmUugYM6S so for example if you have 20 authors you would add the first 10 id;s in the first auhor box and the other 10 in the second box.
Thank you!
Bogdan B.

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