Molongui
Forum Replies Created
-
Apart from the inline CSS not loading, I have noticed that the stylesheet containing the common author box styles is being loaded in the page header instead of the footer. Do you have any caching, optimization, CDN plugins/services, or custom PHP snippets running on your site?
It appears that a plugin or custom code on your site might be affecting how our styles for the author box are being loaded. This issue seems specific to your site, as no other users have reported it, and our beta testers and collaborators have been unable to reproduce it in their environments.
Could you please review your site’s plugins, optimization settings, or any custom code that might be influencing the loading of stylesheets? If you’re unsure which plugin or code might be causing the conflict, feel free to reach out, and we can assist you in identifying the source.
Thank you for your cooperation! We appreciate your patience and are here to help ensure everything runs smoothly.
Great! Please submit the access details by creating a new ticket here, and our team will begin investigating promptly.
We appreciate your cooperation and patience!
For anyone following this thread, we will update here with the final resolution.
Since we’re unable to reproduce the issue on our testing server, could you please provide access to a staging site where we can investigate further?
We appreciate your cooperation and are committed to assisting you in resolving this matter.
Hi,
Does Rachel—or any other author not appearing in the results dropdown—belong to a User Role that is inactive in the plugin settings? If you are using the free version of the plugin, only users with the Administrator, Editor, Author, and Contributor roles are searchable. If you are using the Pro version of the plugin, then you can select which User Roles are searchable by navigating to Authors > Settings > Writing), so ensure that Rachel’s User Role is enabled.
Please let me know.
Inline styles are not loading correctly. We couldn’t reproduce the issue on our testing server, so we’re unsure why it’s occurring on your site. Please try adding the snippet below in Authors > Settings > Tools > Custom PHP and then save the settings.
add_action( "authorship/box/styles_loaded", function( $scope )
{
if ( 'box' !== $scope )
{
return;
}
$extra = apply_filters( "authorship/box_extra_styles", '' );
if ( !empty( $extra ) )
{
wp_add_inline_style( 'molongui-authorship-box', $extra );
}
});Please let us know if having that snippet makes any difference.
Could you please share your screenshots using a third-party tool? Pasting them directly into your message is not allowed and they will be removed.
Here is the author box I see when I navigate to that post: https://prnt.sc/-jghxp4ZNyKk
Thank you for promptly conducting the tests and providing detailed feedback. I’m sorry to hear that the issue persists even after disabling all other plugins and switching to the default WordPress theme.
If your local site is accessible online, please share the link with us. This will allow our team to directly investigate the issue and identify any underlying problems. If the local copy isn’t publicly accessible, you can use a tool like Ngrok to create a temporary public URL. Alternatively, please take a few screenshots showing how the author box appears differently from your configurations would be extremely helpful. Please capture both the editor view and the front-end display to provide a comprehensive understanding of the problem.
Thank you for your patience and cooperation. We appreciate your willingness to assist us in improving the plugin and are committed to resolving this issue for you.
Hi @rasca,
Thank you for taking the time to share your experience and for your continued support of our plugin, even as a free user. I’m truly sorry to hear about the issues you’ve encountered following the recent updates.
Over the past six months, our development team has been diligently working on a major code refactor for the plugin. This comprehensive overhaul was essential to improve the plugin’s performance, reduce its resource usage, and lay the groundwork for incorporating exciting new features in the future. We understand that the period of inactivity may have been concerning, but please rest assured that these changes are designed to enhance your overall experience and ensure the plugin remains robust and efficient.
The swift succession of updates from version 5.0.0 to 5.0.5 within just a few days is a direct result of our commitment to rapidly identifying and addressing unforeseen issues that arose post-release. While it might seem alarming, this frequency of updates actually demonstrates our responsiveness and dedication to maintaining the plugin’s stability. Each release aims to fine-tune the plugin and resolve any bugs that may have slipped through during the initial update.
Your satisfaction is incredibly important to us, and we’re eager to assist you in resolving the layout issues you’re experiencing. To start, please let us know if you have a caching, optimizing and/or CDN plugin that might be loading old stylesheets that make the author box layout to look weird. If you do, please follow these steps:
- Update to the latest version: Ensure that you have the most recent version of the plugin installed.
- Flush your cache: If you’re using any caching plugins or services (like WP Super Cache, W3 Total Cache, or server-level caching), please clear the cache. Outdated cached data can interfere with the proper display of updates.
If after performing these steps the issue persists, please don’t hesitate to reach out. Provide us with specific details (link to your site) or screenshots of the layout problems, and we’ll work closely with you to identify and fix the root cause. Your feedback is invaluable, and we’re committed to ensuring the plugin functions seamlessly for all our users.
We appreciate your patience and understanding as we continue to improve the plugin. Your input helps us create a better tool for everyone, and we’re grateful to have users like you on board.
The Molongui Support Team
- This reply was modified 1 year, 3 months ago by Molongui.
Hi @paywall,
Thank you for reaching out and bringing this issue to our attention. I’m sorry to hear that you’re experiencing difficulties with the author search functionality after the recent update to version 5.0.5.
The author search feature primarily queries the following fields in the WordPress database:
display_name: This is the name displayed publicly on your site.user_login: The username used for logging into WordPress.user_email: The email address associated with the user account.
If authors are not appearing in the search results when using their first or last names, it might be because these names are not included within their respective
display_namefields. For instance, if an author’sdisplay_nameis set to their username (user_login) rather than their full name, searching by first or last name won’t yield results.Please verify if the authors’
display_namefields include their first and/or last names. You can do this by navigating to Users > All Users in your WordPress dashboard and reviewing each user’s display name.To assist you more effectively, could you please provide an example of a user who isn’t appearing in the search results by first or last name but can be found using their email address? This will help us pinpoint the issue more accurately and ensure a swift resolution.
Thank you for your patience and cooperation. We’re committed to ensuring that your experience with our plugin remains smooth and efficient.
The Molongui Support Team
Hi @whanklee,
Thank you for reaching out and bringing this to our attention. We truly appreciate your diligence in reporting the issue.
You’ll be glad to know that this specific issue has already been identified and addressed by our team. The fix will be included in our upcoming update, which is scheduled for release next week.
We value users like you who help us ensure our plugin runs as smoothly as possible. Please don’t hesitate to reach out if you have any further questions or encounter any other concerns.
Thank you once again for your care and support!
The Molongui Support Team
Thank you so much for your wonderful review!
We’re thrilled to hear that you had a positive experience with our support team. Providing fast and effective assistance is our top priority, and your feedback inspires us to keep striving for excellence. If you ever need further help or have any suggestions, please don’t hesitate to reach out. Happy using!Thanks for confirming that it works now! We’re really glad to hear you’re finding the plugin so useful, and I’m happy that you’re satisfied with it.
If you have a moment, we’d really appreciate it if you could leave a positive review for the plugin. It helps us a lot and lets others know they can trust our product.
If you need anything else, don’t hesitate to reach out!
Hi Vincent,
The plugin offers several ways to display the post byline (or post meta). You can use the template override, a shortcode, a Gutenberg block, an Elementor widget, or automatically add it to the top of your post content.
The second byline you’re seeing above the post content is because the “Add the post byline to the top of your post content” option is enabled. To disable it, go to Settings > Post Contributors > Byline and turn off that option.
That should do it! Let us know if you need further assistance.
Hi Vincent,
Thanks for reaching out!
You’re currently using the “Template Override” option, which is causing some items to disappear. A better approach for your case might be to use a shortcode to display the post meta. Please try the following:
- Navigate to: Settings > Post Contributors
- Open the Posts tab and locate the Template panel
- Toggle off the “Override current post template with one that ensures post bylines are displayed properly” option
- Now go to the Advanced tab and locate the Custom PHP panel
- Add the snippet below and Save Settings
add_action( 'astra_single_header_bottom', function(){ echo do_shortcode('[molongui_post_meta]'); });This should ensure the post byline is displayed below your post title.
I’m closing this ticket, but if this solution doesn’t work, please let us know, and we’ll be happy to assist.
For anyone else reading, to hide the default post meta displayed by Astra, navigate to Astra > Customize. Then go to: Blog > Single Post and click on the right arrow next to the Post Title Area setting. In the Structure section, you will see the Meta option. Just click the eye icon to hide it from your posts.
Thank you so much for your detailed and thoughtful review! We really appreciate your understanding of the challenges we face with certain themes, especially when they fall outside of standard WordPress coding practices.
It was a pleasure working with you on your site, and we’re glad we could help make the plugin work with the Newspaper theme and the tagDiv Cloud Library plugin. We believe in going the extra mile for our users, and it’s wonderful to hear that our support efforts made a positive impact. Your kind words truly mean a lot to us.
If you ever need anything else or have more questions down the line, don’t hesitate to reach out—we’re always here to help.