- NewsmagMore articles box
- NewsmagAuthor card
- NewsmagGeneral settings
Hi,
I have tried to set a color for the title text, and a background color as well
– https://www.screencast.com/t/J2jjeYkX7
The settings are working properly in my tests, so there should not be any problems for you as well. If you could provide a link to the page where the author box is located we will inspect it. Set the colors you want and leave it like that, we will try to identify why they are not applying.
Thanks
Hi,
I have tested the WP User Avatar plugin while having Woocommerce active. I used the same authors box element
– https://www.screencast.com/t/91LC2FWxT
There is no problem in my tests. The user can set an image using User avatar settings
– https://www.screencast.com/t/ktDaVz14frN
And it is displayed regardless of Woocommerce being active
– https://www.screencast.com/t/QeS2ZR3d
That is how I tested, everything seems to work properly.
Thanks
And sorry again, I’m getting a bit confused: the author box supposed to display at the bottom of the article does not display at all…
The gravatar default image, “author name” etc.. I was describing on my first post is related to the widgetized author box, I don’t care about that one haha :S …Sorry for the confusion!
Hi,
This setting will remove the author name on all blocks/modules
– https://www.screencast.com/t/DNDgHZfx
This one will remove the author name on the post page
– https://www.screencast.com/t/oDqVhHfqFe
These will not affect the author box, the author name will still be displayed there.
Thanks
Hi,
We use the Newspaper theme for a small site that has multiple authors. However, when I type an author’s name in the search box, it gives no result. Any idea why? Is the author field not included in the search? Have even tried using the wpsolr plugin – same result with or without it i.e. no search results when search term is an author’s name. FYI, we’re using the Co-Authors Plus plugin and we’re on nginx.
Hi,
You could try the solution from this topic, if you want to remove the author box for particular authors
– https://forum.tagdiv.com/topic/hide-authors-box-of-a-certain-author/
– https://forum.tagdiv.com/topic/hide-authors-box/
Thanks
1. Author page. In the author box, how do I remove the “Posts” count? http://majorfuss.com/author/joe-simon/
2. 404 page. In ‘THE LATEST’ section, how can I change the block header style from 1 to block header style 6? http://majorfuss.com/starwww
3. Tag page. How can I change the page title to block header style 6? http://majorfuss.com/star-wars/
Hi, I want to hide the author card only for the posts written by “my site” and show only author box of guest post. Thanks!
Hello,
my problem is the following.
I have an author box in my sidebar with two authors. If i’m on a regular page there will only be shown the first avatar. If i’m on a blog article there will be shown none avatar.
Both avatar pictures are realized with the WP User Avatar plugin.
Can you please help me.
Hi,
That would be possible. You could create such a condition in the code, or you could try something easier. If you created the custom post type like this, using a post template
– https://forum.tagdiv.com/custom-post-type-support/
Then a CSS code like in this example should remove the author box for posts from the CPT
.single-td_book .author-box-wrap {
display: none;
}
The general setting in the theme panel will remove the author box for all the posts, a specific setting for custom post types does not exist at the moment. Please let me know if you need more help.
Thanks
Hello,
An author box element can be filtered to show specific authors. You cannot set a limit for the number of authors but you can select the specific authors you want to show based on the author id.
Thank you!
Hello,
I have a site of a community of books with many writers. I need to set a maximum number of authors in the authors box.
Thank you
Hi,
Removing these elements by this method should not have an impact on SEO, they will still be loaded in the page source, but they will not be visible.
To remove the comment count in the author page author box, in both desktop and mobile
– https://www.screencast.com/t/UonRDOc6E
– https://www.screencast.com/t/xdSL2ZgLQ
.author .td-author-counters span:last-child {
display:none;
}
Enter the code in both Theme panel->Custom CSS code, and Theme panel->Mobile theme->Custom CSS section. The code will remove the comment counts in these situations.
Thanks
Hi,
I have been struggling to add author image in the Author Box just below an article.
Sample Article – http://marketinglessons.in/spicejet-case-study/
Author Details – http://marketinglessons.in/author/arpitsrivastava/
My profile image is updated everywhere – Profile, Gravatar etc-. Still it doesn’t reflect in the author box.
Need help to fix this.
Hi,
I’need to add a banners in my profile page ( http://91.197.229.197/~uroblogi/andrea-cocci/ ) and other medician profiles page under the author box.
The banner is creating automatically by generator at pege https://www.dottori.it/widget insering my profile URL “https://www.dottori.it/andrea-cocci-347401” whitin I obtain that code:
<div class="DT_widgetDottoriTypeA1B"> </div><script type="text/javascript"> (function() { var _DWT = document.createElement('script'); _DWT.type = 'text/javascript'; _DWT.async = true; _DWT.src = String.fromCharCode(104,116,116,112,115,58,47,47,119,119,119,46,100,111,116,116,111,114,105,46,105,116,47,119,105,100,103,101,116,106,115,47,81,120,116,82,100,106,65,83,85,105,112,118,97,116,110,116,79,84,98,115,119,81,46,46,47,114,115,48,82,70,45,112,50,69,121,105,84,102,82,76,65,79,68,70,56,67,103,46,46,47,68,84,95,119,105,100,103,101,116,68,111,116,116,111,114,105,84,121,112,101,65,49,66) + '?floating=&domain=' + location.hostname; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(_DWT, s); })();</script>
Can you help me to implement that code?
Thanks
Regards
Dr. A. Cocci
Hello BeoWulf,
Here is talking about author box which can be enabled from Theme panel, like this -> https://www.screencast.com/t/oi4k7gPSYakN
Thanks for your understanding!
Thanks Simion,
I want to share this:
Plugin: Sharethis
MOBILE
Newspaper/Mobile/Single.php
<?php
/**
* Created by ra.
* Date: 10/23/2015
*/
global $post;
//increment the views counter
td_page_views::update_page_views($post->ID);
get_header();
if (have_posts()) {
td_global::load_single_post($post);
$td_mod_single = new td_module_single_mob($post);
?>
<div class="td-container">
<!-- breadcrumbs -->
<div class="td-crumb-container"><?php echo td_page_generator_mob::get_single_breadcrumbs($td_mod_single->title); ?></div>
<!-- post content -->
<?php the_post(); ?>
<article id="post-<?php echo $td_mod_single->post->ID;?>" class="<?php echo join(' ', get_post_class());?>" <?php echo $td_mod_single->get_item_scope();?>>
<div class="td-post-header">
<?php echo $td_mod_single->get_category(); ?>
<header class="td-post-title">
<?php echo $td_mod_single->get_title();?>
<?php if (!empty($td_mod_single->td_post_theme_settings['td_subtitle'])) { ?>
<p class="td-post-sub-title"><?php echo $td_mod_single->td_post_theme_settings['td_subtitle'];?></p>
<?php } ?>
<div class="td-module-meta-info">
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_comments();?>
<?php echo $td_mod_single->get_views();?>
</div>
</header>
</div>
<div class="td-post-content">
<?php
// override the default featured image by the templates (single.php and home.php/index.php - blog loop)
if (!empty(td_global::$load_featured_img_from_template)) {
echo $td_mod_single->get_image(td_global::$load_featured_img_from_template);
} else {
echo $td_mod_single->get_image('td_696x0');
}
?>
<?php echo $td_mod_single->get_social_sharing_top();?>
<?php echo $td_mod_single->get_content();?>
</div>
<footer>
<?php echo $td_mod_single->get_post_pagination();?>
<?php echo $td_mod_single->get_review();?>
<div class="td-post-source-tags">
<?php echo $td_mod_single->get_source_and_via();?>
<?php echo $td_mod_single->get_the_tags();?>
</div>
<div class="sharethis-inline-reaction-buttons"></div>
<?php echo $td_mod_single->get_next_prev_posts();?>
<?php echo $td_mod_single->get_author_box();?>
<?php echo $td_mod_single->get_item_scope_meta();?>
</footer>
</article> <!-- /.post -->
<?php echo $td_mod_single->related_posts();?>
</div>
<?php
} else {
//no posts
echo td_page_generator_mob::no_posts();
}
comments_template('', true);
get_footer();
View: https://www.screencast.com/t/2ROxmtWBLp3
DESKTOP
CODE: https://www.screencast.com/t/w90uht8VYV
VIEW: https://www.screencast.com/t/f9AA6yEOin
Hi,
1. That is the author box, it can be disabled in the post settings
– https://www.screencast.com/t/iSAx4TbACF1W
It will not be displayed anymore if you disable it from the theme panel. The information it shows is from the WordPress user profile.
2. The comments can be disabled in the same post settings, in the theme panel
– https://www.screencast.com/t/0vzzBLcJLly
Please let us know if you have further questions.
Thanks
Hello Josuesantana,
Unfortunately, the author box is the only way to display your authors together. If you want to have any other options, in this case, you should try finding such a plugin with this functionality and check the results.
Thanks for your understanding!
I would like to add the author name to .td_block_big_grid_4, Style 2, Black bottom box.
Could you perhaps give me some css code that would make this happen? Thanks.
I would like the author name to appear before the title of the post, as in
Author
Post title
or
Author (on top)
<block picture>
Post Title
Hi!
I have a site with more than 100 authors, I need a page to show all, is there another way to show them besides the “Author box”?
Hi,
Thanks, I have used the custom code to successfully remove the comment count in the author box modules (much appreciated).
Now is there a way to remove the comment count on the [tagDiv] Authors box widget? I have one on my homepage and the comment count is still shown.
Many thanks.
Hi,
The mentioned setting will deactivate the comment count on individual post pages. For blocks/modules there is another setting here
– https://www.screencast.com/t/91j9dtxw
However for the comment count displayed in the author box there is no disable option. It could be removed with a code like this if required
– https://www.screencast.com/t/Nc6O4M84t
Enter the code in Theme panel->Custom CSS code section
.author-box-wrap .td-author-comments-count {
display:none;
}
Thanks
Hi,
Turning off the comments count in “Block Settings” only turns it off on the individual post modules.
The author comment count box is still in the heading here as you can see (and other places)
https://australianseniorgolfer.com.au/author/larry-canning/
-
This reply was modified 8 years by
Brian.
Hi there
I’ve found this similar post (https://forum.tagdiv.com/topic/multiple-authors-co-authors-on-articles-author-links-and-author-boxes/) and want to achieve the same end results on Newsmag.
I know it was asked on that post, but it wasn’t answered.
Can the same process outlined in that ticket work for Newsmag?
Thanks,
Todd