WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Authors List] Can I suppress image/avatar?Hi @jriemerm
It seems that option was missed. We’ll add an option for that in this week’s update. Thanks for the suggestion.
It’s mostly just the default setting, the only difference is that “Related Posts” is disabled.
But that option didn’t make a difference.
Something that comes to mind that could be the cause for the issue is if the theme has a custom WP query loop (posts query) for the archives and doesn’t call
wp_reset_postdata()after that query.That function basically tells WordPress “I’m done with the custom posts loop, revert the post data to the one from your original query”.
So if that’s skipped and the Molongui plugin tries to figure out where it’s at (to decide whether to filter or not), it will have the wrong information.
Not 100% sure that’s the case but that’s the only thing that comes to mind at the moment.
You can test that by simply switching to a default WordPress theme.
With the default settings for Molongui Authorship I don’t get that issue.
Can you let me know what changes you’ve made in the settings, I’ll apply the same and hopefully replicate the issue.
But it’s 99.99% a bug in the Molongui plugin. Our plugin “asks” WordPress for a list of users and info about them, and we simply output the name that we get.
The Molongui plugin has filters to modify what WordPress returns as the name (so they can display multiple names when there are multiple authors for a post) and it seems that there’s a bit of a bug there.
You’re welcome
You can disable the bio section at the top of the “Content” area of the settings. “Bio word trim” option is at the bottom, “Show Bio” is near the top (3rd option).
But you’ll get the same issue as when hiding it with CSS.
It looks like a bug with that specific layout. The floats aren’t cleared. Can you try adding this CSS:
.authors-list-cols-dir-horizontal .authors-list-col { clear: both; }Forum: Plugins
In reply to: [Cool Tag Cloud] Display Post Categories- Looks good. If you want it centered like the paragraph then replace the
position: center;withtext-align: center; - If you want them all to be 15 then you can set
smallest="15" largest="15" - At the moment custom colors are not possible since those graphics are images, they aren’t achieved with CSS. So only the predefined set of colors is available. But we are planning on switching that to CSS so it would be possible to go with custom colors.
You’re welcome and thank you.
Forum: Plugins
In reply to: [Advanced Excerpt] Advanced Excerpt in WordPress Querry Loop blockHi @sukinoz
Sorry for the wait. It looks like we might be able to make it work, but we’re running into a couple issues which we’re trying to figure out how to solve.
I’m hoping we’ll make it work by the end of this week.
Hi @broncom
I just tested in WP 6.2 with Twenty Twenty-Two theme and it’s working for me.
Can you send over the URL to the site? I can get some additional info if I know what the website is and I’ll try to figure out what might be the issue.
Forum: Plugins
In reply to: [Advanced Excerpt] Is it compatible with CosmosWP theme?Hi @wccmcd
I tried OceanWP, imported the “Personal” demo, and it did not work.
BUT, I checked the theme’s code, they do handle the excerpts filtering themselves unless the excerpt length (in the theme options) is set to 500 (the maximum allowed), in that case it lets WordPress handle the output which means our plugin can take over and handle it.
You’ll find the excerpt length option in WP Admin > Appearance > Customize > Blog > Blog Entries, set it to the max (500).
Forum: Plugins
In reply to: [Authors List] Rounded images CSSYou’re welcome @janoubie
Forum: Plugins
In reply to: [Authors List] Rounded images CSSHi @janoubie
Try this:
border-radius: 50% !important;If it’s not working out, send over the URL to the page where you have the authors list and I’ll take a look and figure out what’s going on.
Forum: Plugins
In reply to: [Authors List] Bug in Twitter Username fieldNo worries. You’re welcome 🙂
Forum: Plugins
In reply to: [Authors List] Bug in Twitter Username fieldOhhh, yeah, I see the problem.
But the field is not handled by our plugin, it’s added by “Yoast SEO” plugin, our plugin simply uses the value of the field.
I played with the “Yoast SEO” code a bit and figured out what’s confusing Firefox. The label for that field contains the word “username” which makes Firefox autofill that field with the value it remembers for the real username field.
Solution is basically that they change that label for that field or disable autofill for it, but for that the only approach is to contact “Yoast SEO” support.
Edit:
Or you could install Loco Translate plugin and modify that text string so it doesn’t contain “username”
But it is an issue that would affect many people so I’m sure they’ll update the plugin with the fix.
- This reply was modified 3 years, 1 month ago by WPKube.
Forum: Plugins
In reply to: [Advanced Excerpt] Is it compatible with CosmosWP theme?You’re welcome @wccmcd
The plugin is great for the regular “old way” blog posts themes, but when various page builders and Gutenberg is used things change a bit.
But if you have issues with the next theme as well let me know and I’ll dig in there and hopefully find a way to filter out their excerpt output and make the plugin compatible.
- Looks good. If you want it centered like the paragraph then replace the