Hi, I love the look of this plug-in, but I’m pretty new to code and I have no idea where I’m meant to put the plug-in code in the loop.
Help?
]]>hello this popup is showing on author’s name link can we show this on author’s image ?
]]>Error when Debug is activated:
]]>Notice: Use of undefined constant siteurl – assumed ‘siteurl’ in …/wp-content/plugins/author-exposed/author-exposed.php on line 62
Would it be possible to modify this plugin to include an onHover
event? In other words, when a user hovers over the author’s name, the information box pops up? It is not intuitive to click on a hyperlink just to get a pop-up box. Normally one assumes that clicking on a link will bring up a new page, which is rarely what the readers of an article want to happen.
I really like the functionality this plugin provides and I think adding onHover
would make it just about perfect.
Thank you for the work you put into creating this plugin.
]]>For these who got problems with gravatars replace code in author-exposed.php around line 35
$gravatar = ‘https://www.gravatar.com/avatar.php?gravatar_id=’ .md5($mail);
with one that suggested on gravatar.com support site for php
$gravatar =”https://www.gravatar.com/avatar/” . md5( strtolower( trim( $mail ) ) ) . “?d=” . urlencode( $default ) . “&s=” . $size;