Molongui
Forum Replies Created
-
Hi Jeremy,
please, update plugin to the latest version (1.2.13, right now). It should work fine now.
Regards,
The Molongui TeamHello jbrum,
happy to hear you like the plugin. In order to track the issue down, could you give us some more info about your site:
– URL to your site
– WP version
– Theme being used
– Installed plugins. Which of those are activated?
– Any cache mechanism?WordPress has recently released a new version, did you know whether you starting to experience this problem before the update?
Which browser are you using? Does it happen with other browsers?
Regards,
The Molongui TeamHi Nawaz76,
ok, your theme is using Gravatar to load the image of the post author and we cannot override the “get_avatar” function in a way that is safe for any environment out there.
However, you have to options to solve your issue:
1) Make sure all registered authors and guest users have an email address that has been registered with Gravatar. Each of them must upload a profile image there.
2) If option 1 is not viable, you can disable the display of the author image at the top of your posts. You should be able to do that using your theme settings page(s). This shouldn’t be a problem because author image will be displayed within the Molongui author box.
Hope this helps!
Regards,
The Molongui TeamOk, I see. This is related with the theme you are using rather than with our plugin. We cannot override how all themes out there handle author post metadata. It is impossible.
Nonetheless, if you provide the code the theme is using to display the post metadata on single post pages, we can try to override it.
Anyway, another option you might consider is to configure theme settings so no author image is displayed on post metadata.
If you check the second link you provided before, everything seems to be working fine.
You can check it here. Isn’t it right?
Hi Nawaz,
We have checked the provided links, but there is no trace of our plugin on your web. I guess it has been activated, otherwise you couldn’t be able to create guest authors… but is it active now?
The plugin does not require of any other plugin to work, so the issue must come from another side.
Could you make some screenshots so we can see what you see?
Thanks
Hi Nawaz,
could you provide a link to your site so we can check it, please?
Is the bio showing up? What about registered authors, are their images being displayed?
Hi chauhanheena,
About how to link the author name to the URL provided in the registered/guest author edit page, please, make sure guest author link is correct. If not, use this code:
if ( $author_id = get_post_meta( get_the_ID(), 'molongui_guest_author_id', true ) ) { $author_link = get_post_meta( $author_id, 'molongui_guest_author_link', true ); } else { $author_link = ( get_the_author_meta( 'molongui_author_link' ) ? get_the_author_meta( 'molongui_author_link' ) : get_the_author_link() ); }
Use “$author_link” as the value of your “href” parameter.
Happy to know the plugin is useful for you.
Please, consider rating our plugin: https://www.ads-software.com/support/view/plugin-reviews/molongui-authorship
Hi chauhanheena,
Now I see what you mean. It is a template related issue, nothing to do with our plugin. Anyway, I will try to help because what you are asking can be done.
First of all, you need to install and activate our Molongui Authorship plugin. It will modify the author name to be shown as per your backend configuration. If you don’t want the author box to be displayed, just go to the plugin settings and set “Show box by default” to “No”.
Then, you need to configure/edit your theme to make it display the name of the author. If you are using a commercial theme, please, ask the theme author how you should proceed. If it is a custom theme you have developed, edit your single template (the template you use to display the contents of a single post) and comment the line of code that displays the category (if you don’t want it to be shown) and add the code to display the author name (something like: <?php the_author(); ?>).
Hope this helps!
Hi kalookalei,
there is a “Featured Image” metabox on the right sidebar of the edit page. It is placed on the last position, just below the “Job profile” metabox. Please, scroll down the page to find it.
If you need further assistance, please, come back to us and we will try to help.
Thank you.
Hi chauhanheena,
I’m not sure to fully understand what you mean…
If the template you are using on your site displays the author name, the plugin will make it show the name of the author you set, regardless it is a guest author or a registered one. So I think what you are asking for is already implemented.
Not sure to having answered what you needed. If not, please, include a link to your site or to some screenshot where I can have a look at what you mean.
Glad you like our plugin.
Thank you very much.
Hi enventa,
thank you for your review. We are glad you like the plugin.
We have implemented what you pointed out and now you can configure to show or hide the authorship box on each post. Please, update the plugin to the latest version to get this option.
Thank you for your suggestion.