Hi,
Is anyone successfully using the shortcode to display better author bio?
It is just displaying as plain text for me?
Cheers
]]>WordPress 3.6 support? Safe to update?
]]>Hi,
The text is appearing below the author bio image so there is a big gap. Why is this happening?
Thanks
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>I’m using Version 2.7.10.11 of the plugin and the LinkedIn link is not display, although I have set it in the User Profile section of WordPress.
I did notice on line 73 of the bab_topbot.php it is using lknin instead of lnkin, but I fixed that and it still didn’t solve the problem.
Example here: https://www.instantoffices.com/blog/index.php/workplace-survey-diy-it-0613132/
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>Hello –
Nice, simple plug in. But what is this ‘blog’ link that shows up on the profile box? It just links back to the same page it’s already being installed on!!
thanks, Dave
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>I have installed Better author bio plugin for one of my WP site . As shown on this image It shows two boxes. please help me to fix this.
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>I need your help. I have a set of 18 WordPress sites set up under worldwidedojo.com. I am using your better author bio for all the sites. Every time I update WordPress, I have to edit the /wp-includes/pluggable.php file with this:
// WWD Customization
// $avatar = “<img alt='{$safe_alt}’ src='{$out}’ class=’avatar avatar-{$size} photo’ height='{$size}’ width='{$size}’ />”;
$avatar = the_author_image();
} else {
// WWD Customization
// $avatar = “<img alt='{$safe_alt}’ src='{$out}’ class=’avatar avatar-{$size} photo’ height='{$size}’ width='{$size}’ />”;
$avatar = the_author_image();
}
I usually update the PHP file after every update of WordPress, but this time the wordpress update did not overwrite my customization but I am still getting extra images at the bottom of the page. Can you tell me how to fix this?
See the bio at the bottom of the following page and at the very bottom of the page you will see the extra images.
https://www.worldwidedojo.com/martial-arts-advisors/gm-donn-miskel-traditional-historian/
Thank you for your help!
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>Please replace function with get_the_author_meta( 'user_email' )
.
These can be found at two places:
bab_manu.php, line 47
bab_topbot.php, line 50
It triggers Notices, and can potentially brake code in future versions.
Thanks!
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>I am using this plugin on a site that has one page which requires SSL. However, when I load this page, it gives me a mixed-content error in Chrome browser and the development tools point to this plugin as the culprit. Although I am not using the plugin for that specific page, it still loads and causes the mixed-content error. Is there anyway to get this plugin to not load its CSS or javascript except when needed?
Here are the offending modules:
/better-author-bio-div.css?ver=3.3.2
/better-author-bio/better-author-bio-div.css?ver=3.3.2
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>plugin is working great.
However, the gravatar is not displaying.
The linkedin profile is also not being displayed in the list.
https://www.oldschoolvalue.com/blog/featured/good-change-is-coming/
Any ideas about what is happening?
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>Hello.
I want to know if it’s possible to remove the Better Author Bio div from my Custom Post Types ??
Thanks,
Bye
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>Hi, thanks for this plugin. I search a lot for a plugin like this ?? Is It possible display the box for all authors except one? Thank you again.
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>In addition to adding it to single posts, it would be nice if there was a configurable option to add it to the top of the Author archive page also.
Nice plugin
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>Facebook and Twitter Links don’t work.
The links don’t link to anything on the front end when you fill in the facebook and twitter info.
The “blog” link however works fine.
How do I fix this?
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>The grammar needs to be fixed or make it user-customisable. e.g.
xyz has wrote 0 articles on this blog.
“wrote” should be “written” and the WP site isn’t necessarily a “blog”. It might be a “magazine” or “newspaper” or something else.
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>I first want to thank you Arif nezami for offering us this easy to use plugin – Better Author Bio. It works like a charm.
If you look at it in action it says..
Scot Manaher has wrote 106 articles on this blog.
It should read Scot Manaher has written 106 articles on this blog. Written is past tense in English.
You can change this by editing the code on the following line…
<p class="better-author-bio-div-text"><?php echo esc_attr(sprintf(__ngettext('%s has wrote one article on this blog', '%s has written %d articles on this blog', $author['posts'], 'better-author-bio-div'), get_the_author_firstname().' '.get_the_author_lastname(), $author['posts'])); ?>.</p>
Thanks again for the great addon! Peace out!
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>to the bottom of the page below the comments on a post.
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>I want to insert the author bio section at the top of the author archive pages (in the gray box). For example, at https://www.wiserepublic.com/author/wise-republic-syndicated-sources/
Is there some code I should insert into author.php for this? Thanks.
https://www.ads-software.com/extend/plugins/better-author-bio/
]]>