Hi Bogdan,
By adding the code for displaying author bio in the Authors Box block I guess this will also show up in the sidebar instances of this block and this will make it look too busy.
I’m also looking to add a list of authors, their bio, avatar, number of posts, etc into an “About us” page. I saw in a post almost a year ago (https://forum.tagdiv.com/topic/authors-box-doesnt-show-bio/) that this was part of your future release plans but I’m not sure if you’ve managed to do it. Any advice?
Thanks!
Thanks for the reply Andrei.
It did not work, I’m not sure why. Looking at the new Comments.php file, it shows the changes made. But it still redirects the user to http://www.aculco.co.uk/wp-admin.
Any Help?
Also, My website is in Spanish, but certain bits are still in English.
Here are the areas that are still in English:
1. The Top Header date
2. The date that appears next to author on articles.
3. The commentary area: Everything is in Spanish except “You must be logged in to post a comment.”
4. If I was to create a drop down box on the widget area (for example archives), It states “Select a month” in English.
How do I change these areas?
Thanks!
Hello suipowers,
To achieve this feature, it is necessary to use border-radius element in Css. Please try the code below and place it in Theme panel->Custom Code like this: http://screencast.com/t/H4m8saedHY
.author-box-wrap img {
border-radius: 50px;
}
The result you should see here: http://screencast.com/t/ci89uMLYCz
Hope this helps and let us know how it goes!
Thank you for the message!
Hello,
That is a strange issue you are having, as the theme does not give a 404 when an author has no posts: Here is an example when you click on an author with no posts on our end: http://screencast.com/t/iH8uIyDojv. So it seems something interferes with the theme default behavior. We cannot say for sure what the cause is for this, but the login comes from an untested plugin so we cannot know exactly how it’s implemented and we cannot ensure it’s functionality. Please try it without any plugins to see if the theme in it’s default state still provides the 404 error when clicking on a new author. Disable all your plugins except visual composer and test the authors page. You can easily check this by using an author box element in visual composer to get a list of authors.
Thank you!
Hello solo,
The meta box contains some information about the post, such as: Author name, Post date, views and comments. If you want to remove this, on your all post pages, it is necessary to use a BIT of Css to hide them. Please try the code below and place it in your Theme panel->Custom Css area, like this: http://screencast.com/t/1rsaswhD9vXj
header .meta-info {
display: none;
}
The result: http://screencast.com/t/IGHRpE7IRJ
You can create your side bar if you are using the Visual Composer like in the next screenshot -> http://screencast.com/t/jbNcO9iPlIqg . For more information about how to use this, please consult our documentaion here: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/
Also, for more information about post templates, smart side bar, please consult this: https://forum.tagdiv.com/newsmag-post-templates/ – https://forum.tagdiv.com/newsmag-smart-sidebar/
You can take a look over our You Tube section, because this contains a lot of tutorials and it may be useful
https://www.youtube.com/results?search_query=tagdiv+newsmag+
Hope this helps and let us know how it goes!
If is not what you mean, please provide more details about this, so I can be able to provide a more accurate response!
Thank for choosing our theme and thank you for your message!
I’m trying to customize/remove the post settings(meta box) in Author’s admin account such as Post Template, Sidebar Position, and etc. Could someone guide me through this? Or is there plugin that will allow me to customize those fields?
Thanks in advance
Hi
The avatar image works fine on post’s author box: http://screencast.com/t/z3SBxTwwC or in authors block: http://screencast.com/t/NuqpJJkr If does it should work and on module 9 because the implementation it’s similar.
If you still can’t manage to solve this issue please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Thank you for reply. Sorry but these couldn’t be answer for my question.
1. I don’t want to use a plugin. Only I want to know what the optimum image size for all thumb’s containers. 800*600 is suitable for optimal image quality on theme ?
2. Yes, Ok but I want to obtain a megamenu with sub-category. That’s why I turned the categories into sub-categories. But it previews in post together parent category.
3. Thanks. It’s done.
4. No, I don’t want to disable author box. I just want not to preview a author box depending on specific author.
-
This reply was modified 10 years by
gokaytem.
Hi,
Please try to regenerate thumbnails and see if you still have this issue – https://forum.tagdiv.com/using-the-theme-with-existing-content/ Please note that the featured image should have at least the sizes of thumb’s container, because WordPress doesn’t enlarges images.
1. You can add background color to the row or column – http://screencast.com/t/rHdQhbEewU please check this topic as reference – https://forum.tagdiv.com/topic/background-in-header/
2. Also the non-parent category(without subcategories) can be made megamenu please check documentation – https://forum.tagdiv.com/mega-menu/
3. Yes it is possible, just use the default page template and set infinte load for last block from your content – http://screencast.com/t/3UaBmanKm8l
4. You can disable author box from Theme Panel > Post Settings – http://screencast.com/t/y1IKgjON
Thanks!
Hi,
You can disable the author box from Theme Panel > Post Settings – http://screencast.com/t/LLWEMxBbnH this it will be applied on all post templates and for all authors.
Please check the documentation – https://forum.tagdiv.com/general-settings/
If this is not what you mean please provide more details.
Thanks!
Hi,
You can follow this tutorial: https://forum.tagdiv.com/author-card/
or You can create a page to display all your authors using Authors Box block. It will display all your authors(name, photo and posts and comments counter) – http://screencast.com/t/l1baxeL773s2
If you need also author bio information, you will have to add this code in td_block_authors.php file – http://screencast.com/t/LQFrzsG1J –
code:
$buffy .= '<div class="td-authors-description">';
$buffy .= '<p>' . get_the_author_meta( "description", $td_author->ID ) . '</p>';
$buffy .= '</div>';
And add the following css in Theme Panel > Custom Css – http://screencast.com/t/2esvImmE
.td_top_authors div.item-details {
height: auto;
}
You can increase the image size from 96px using this custom css ():
.td_top_authors .td_mod_wrap {
min-height: 256px;
padding-left: 185px;}
.td_top_authors img{
max-width:100%;
width:256px;
}
Unfortunately it is not easy to target just a particular author box.
Thanks!
Hello. I’m new buyer. Firstly congratulations and thanks for this perfect theme.
I’d like to learn what size of a post image. I selected style 2 for post template. And I use the template like in the demo homepage (http://demo.tagdiv.com/newspaper/)
Depending on my before theme my post image size is in 765*400 dimensions. But I think this dimension is not suitable for Newspaper theme. Please look at this :
(don’t miss section)
If possible I want to ask more questions :
1: how can I achieve to do black color of a section’s background in homepage (not title background). like this : 
2: A post has 1 or 2 category. But to obtain mega menu I made all category as sub-category of parent catogories. That’s why in top of posts previews not only selected categories but parent categort. This is weird to me. Not ?
3: Is this possible that latest articles block in homepage has infinite scroll not pagination ?
4: I want to not show author box for my posts. Normally in my other theme It wasn’t previewed unless typing author description in backend panel.
Thank you so so much.
Greetings from Turkey.
I am looking to create an Authors page using built-in Authors Box widget. Please guide me regarding how to
1. How to display author Bio alongside Avatar
2. How to increase the Avatar size from current 96px to somewhat 250px or so
3. Can we display two different image sizes on two different author boxes?
I have seen similar questions asked before but Pastebin URL is not working on my end.
Thanks
Azhar Nadeem
Hi,
Currently 96*96 resizing of author image seems too small for retina display. I intend to make author image 200*200 . I found this in the forum:
http://screencast.com/t/UQkF9cJf0Rnj
I changed the 96 into 200 and it seems working. My concern is if this change will effect/confict other thumbnail size function in Newspaper theme. My theme is Newspaper, the screencast is for Newsmag however.
Please let me know if this change is ok for my purpose and my theme.
Thanks.
Hi,
I need to completely cut off calls from Gravatar.com because my readers are from China (China is blocking Gravatar.com)
Going to Settings > Discussion and unckecking “Show Avatars” only results in author image (in author box) being empty altogether.
I tried WP User Avatar and Basic User Avatars plugins, but their “local avatar” is tied to “Show Avatars”. If unchecking “Show Avatars”, author image will disappear.
Is there solution for having author image displayed in posts, but also cut off Gravatar.com completely?
Thanks,
Dao
Hi, I’m still trying to add the get_author_box to work on Newsmag template, but maybe I’m missing something. Can anyone help? @partnowjess @mbasche?
Thanks!
Hi
a great resource to learn WordPress basic functions is the “codex” (docs” on the WordPress.org website.
Basically when you post as yourself, you are the author.
However, you need to setup a “user” for each author on your site under the “users” section of the main WP admin panel.
Then when you create a post, you can choose that user/author from the authors selector on the post page (where you create the article/post).
See the codex on how to use the “post” panel in WP:
https://codex.wordpress.org/Writing_Posts
Setting authors is part of WP, and not the theme.
Hope that helped! 🙂
If you’re allowing “guest posts” — there are various plugins which allow this. This allows an “author” to be assigned without that person having an “account.” But have not used any of those to recommend. This would likely need customization for how to manage the author box bottom of each post.
-
This reply was modified 10 years by
simchris.
Hi,
I have removed author content box from individual posting.
However, I noticed there is a page dedicated to author, example:
http://www.mydomain.com/author/authorname/
How can I remove/disable this?
Thank you!
Hi,
If you want to have a page with all your contributors you can create one and use Author Box block – http://screencast.com/t/91uDL9Jz – http://screencast.com/t/0dXLQwkdUr You can select the authors/contributors that you want to display using the author ID – http://screencast.com/t/tfgtw3U6E
Also if you want to display the author’s bio, please add this code in td_block_authors.php file – http://screencast.com/t/WK0YhKefG0a – http://pastebin.com/WHkGgzsX
And use this custom css in Theme Panel > Custom Css – http://screencast.com/t/QB2j8KU4
.td_top_authors .item-details {
height: auto;
}
Thanks!
Hi
Unfortunately the theme doesn’t have a template to create a contributors page, sorry. However you can use the authors box block to display only the contributors on a specific page by using the id filter: http://screencast.com/t/QBZ9jqpFPi4J
To get the user id please follow this link: http://screencast.com/t/83G22khuD So you can add an authors box on a page, select only contributors ids in indicated field and you will have only the contributors displayed on that page.
Hope this help.
Thanks!
Hi Andrei,
Thank you! Your solution was much simpler and more elegant than my clumsy attempt. 🙂 However, I did have to remember to take the extra step of going back in to the Theme Panel again and ticking the ‘Show Author Box’ option there in order for this to work. I had turned that off, before. Now, it seems to be properly showing the author box on my ‘blog’ categories posts only.
Thanks again for your help, and for your quick response. I hope that there will be some way that Newsmag theme can one day soon enable us to do this from the theme options panel. Until then, thank you for the custom code I needed to do this.
Have a nice day!
Can anyone tell me how to install big grid, blocks, authors box, and social media counters?
Hi
Thanks for the suggestion, I’ve added on our list and we will consider it for future updates. However we must carefully select what features we will include as we have over 250 features requests and the user always must get what is best from us. If more people will request this we will implement it.
You can achieve that by modifying the code, but with a different condition than the one you tried it. The is_category() function check if a category page is displayed not if a post belong to a specific category. To do that you need to use in_category().
So to display the author box only in some specific categories add this condition in td_module_single_base.php like here: http://screencast.com/t/Umqmoxdb8OIt
if (!in_category(array('50','51','56'))){
return;
}
This condition check if the post belongs to one of the specified categories and if the result is true will display the author box, otherwise returns.
Note that if post is included in more categories you need to add all categories ids on the list, otherwise the author box won’t be displayed or you can exclude it from the categories in which you don’t want to display the author box.
Hope this help.
Thanks!
Just tried this and doesn’t work:
if (empty($hideAuthor) || td_util::get_option('tds_show_author_box') == 'hide' && is_category( array( 65, 84 )))
{
$buffy .= '<div class="author-box-wrap">';
$buffy .= '' ;
$buffy .= get_avatar(get_the_author_meta('email', $author_id), '96');
$buffy .= '';…. etc.
Oops, I looked at this again and realized I am trying to change the wrong condition. I’ve asked the theme to hide the author box in the theme panel, but I’m adding my instruction to the code with the author box NOT hidden line. So, I added
if (td_util::get_option('tds_show_author_box') == 'hide' && is_category( array( 65, 84 )))
{
to line 706, so it looks like this:
if (empty($hideAuthor))
if (td_util::get_option('tds_show_author_box') == 'hide' && is_category( array( 65, 84 )))
{
and it still doesn’t work. * bangs head on desk *
I am not a PHP coder by any stretch, so if someone with more knowledge could point me in the right direction, I’d be grateful. I feel like I have the right idea but the execution is wrong.