Molongui
Forum Replies Created
-
Hello Guiltron,
first of all, let us thank you for purchasing the premium version of our plugin! As a costumer, you have premium support, so you can use the contact form in our website to have instant and direct access to us.
We have fixed the issue you pointed out and sent you an email with the solution.
Thank you very much.
Regards,
The Molongui TeamHi Casiop3a,
the plugin has no option to achieve that, although it is on our road map, so it will be implemented in a future release.
Anyway, you always have the option to edit the i18n file or directly the source file, although these options are not desirable because the changes will be rewritten by plugin updates. Another option would be using a plugin like “CodeStyling Localization”.
Regards,
The Molongui TeamHi Siriusly,
if you want to show the author box only on posts, the option you should select is the one that says “Only on posts”.
The option “No, let me choose where to display it” is meant to be used with the option “Show the authorship box for this post?” in the edit post page.
Regards,
The Molongui TeamThe issue reported here has been fixed on version 1.2.20.
Thank you Gillman for pointing it out.
Regards,
The Molongui TeamHi Tomystein,
currently, there is no way to achieve what you suggest. Nonetheless, it is a feature request that we will consider to include in our roadmap.
Thank you very much.
Regards,
The Molongui TeamYes, you should update to the latest version before applying any change.
Once updated, please, do the following:
1) Open the plugin folder
2) Go to the “includes” file
3) Open the “class-guest-author.php” file
4) Go to line 1067
5) Replace lines from 1067 to 1078 with this piece of code:$args = array( 'post_type' => 'post', 'author' => $author_id, 'orderby' => $settings[ 'molongui_authorship_related_order_by' ], 'order' => $settings[ 'molongui_authorship_related_order' ], 'posts_per_page' => ( $get_all ? '-1' : $settings[ 'molongui_authorship_related_items' ] ), 'meta_query' => array( 'relation' => 'OR', array( 'key' => '_molongui_guest_author', 'compare' => 'NOT EXISTS', ), array( 'relation' => 'AND', array( 'key' => '_molongui_guest_author', 'compare' => 'EXISTS', ), array( 'key' => '_molongui_guest_author', 'value' => '0', 'compare' => '==', ), ), ), );6) Empty any cache-system you may have
7) Check if the problem persistsPlease, let us know how it goes.
Regards,
The Molongui TeamHi Gillman,
would you feel comfortable modifying a plugin’s PHP file? If so, tell us and we will give you some instructions to check the issue you pointed out. If not, would it be possible to have access to your installation so we can check?
Anyhow, please, answer us using the contact form in our website, so no email address is made public here.
Regards,
The Molongui TeamClosing this ticket as solved.
Hi talkingfertility2016,
you contacted us using the form in our website reporting this same issue. We answered your mail giving you some advice, but we get no answer from you. You mentioned a server migration, so the process could have corrupted some files.
The error you get might be caused by the fact that some server configurations do not like any empty line between the heading “<?php” within a PHP file and the first line of code. If you followed the steps we suggested in our mail with no luck, you could try to remove the empty line below the heading “<?php” from the “molongui-authorship.php” file.
Regards,
The Molongui TeamHi Anachison,
there is nothing broken, just a change on how the author’s name link works. Now it links to an archive author page, as WP does for registered users. Archive author page for guest authors is only available on premium version, so no link for that kind of author on free version.
To keep the link previously used, now a “blog” link is added in the authorbox, so the feature is kept.
Regards,
The Molongui TeamHi PanoGraph,
the issue you pointed out has been fixed on version 1.2.18. Now you should be able to update safely.
Thank you very much.
Regards,
The Molongui TeamHello Gillman,
the issue has been fixed on version 1.2.18.
The option to edit labels will come in a next update. Meanwhile, if you don’t want the “Blog” link to appear, you can just empty the field “Author link” from the author profile, so no link will appear. Another option would be to go back to version 1.2.16.
Thank you very much.
Regards,
The Molongui TeamHello Gillman,
thank you for pointing that out. It has been fixed on version 1.2.18.
Thank you very much.
Regards,
The Molongui TeamHello Gillman,
we have found the bug causing the issue you point out on first place and we will be releasing an update in a few hours.
About the change we made on the behavior of author name’s link, we have planned to add an option to allow you to change the label of the link, so instead of “Blog”, it will display whatever you set. Hopefully, you will like this solution.
Regards,
The Molongui TeamHi,
please, use the contact form on our website to privately indicate us your email address. We will send you an installer of previous version.
About the issue you are experiencing, we are not sure what might be happening. We have made some tests and it works well. It might be some interference with another plugin, but cannot tell. We will keep looking into it.
Using the same form where you can indicate your email, please, let us know which plugins are being used in your website. Also, please, paste a screenshot of the guest users in your site, so we can have more clues.
EDIT: The “Blog” thing is not the cause of your issue.
Thank you very much.
Regards,
The Molongui Team