Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Warning: Cannot modify header information error messageThis is really strange, did you try disabling all of the plugins and enabling them one by one to see which one is the cause of this error? I wasn’t able to reproduce the bug on my side, if any other user is having this issue please report it here.
Forum: Plugins
In reply to: [List category posts] comments count advancedI’ll look into this and see if I can release a new version with this functionality soon. Thanks!
Forum: Plugins
In reply to: [List category posts] Display category nameI’ll look into this and see if I can release a new version with this functionality soon. Thanks!
Forum: Plugins
In reply to: [List category posts] New feature customfield_display_name="no" doesn't workThere was a bug with this. Just released a fix.
Thanks for reporting it!
Cheers,
Forum: Plugins
In reply to: [List category posts] Excludeposts no longer works 0.38 – 0.39Happy to read that 🙂
Forum: Plugins
In reply to: [List category posts] can't get 'full' size images to showAfter digging into this, turns out there was a bug with the plugin. It was checking for available thumbnail sizes on your site (the ones you can add), but wasn’t including the “full” value which is a default. So it wasn’t getting the full sized image.
I just released version 0.41.1, please update the plugin on your site and let me know if it fixes the issue.
Thanks for reporting this!
Cheers,Forum: Plugins
In reply to: [List category posts] What did I miss?Argh! Thanks for letting me know! This is actually a bug 😀
Just fixed it, guess version 0.41.1 is on the way now… xD
Forum: Plugins
In reply to: [List category posts] numposts in admin settings somewhere?This feature has been added on version 0.41.0. Please update your version of the plugin and let me know what you think!
Thanks,
Cheers.Forum: Plugins
In reply to: [List category posts] Excludeposts no longer works 0.38 – 0.39Ok, got it fixed, there’ll be a new release later today. Please let me know if it’s working for you once you update and test it.
Thanks for reporting it!
Cheers,Forum: Plugins
In reply to: [List category posts] FormattingLooks like you figured it out? I see the thumbnails on the left on your site.
Forum: Plugins
In reply to: [List category posts] jetpack share buttons get lost using excerptThis is pretty strange, is this Jetpack plugin something you enable per post? What happens of you add the excerpt here: http://rwn24.de/catlist-test2/ ?
Thanks!
Forum: Plugins
In reply to: [List category posts] What did I miss?Hi nimo1,
I’m working on a new version and added this parameter:
customfield_display_name – To use withcustomfield_display. Use it to just print the value of the Custom field and not the name.Example:
[catlist numberposts=-1 customfield_display="Mood" customfield_display_name="no"]Will print the value of the Custom Field “Mood” but not the text: “Mood: [value]“.
Be aware of the next version. And once you update the plugin to its latest version, check if it’s working right for you.
Thanks!
Forum: Plugins
In reply to: [List category posts] Pagination with custom templateOk, this has been fixed on the dev branch. I’ll push a new release soon. Please test it once you update the plugin to the latest version. Thanks!
Forum: Plugins
In reply to: [List category posts] missing spaceThis is fixed on the dev branch, it’ll available to update once I release a new version, coming up soon 🙂
I think the best way is via CSS:
You can add a padding-right to the
lcp_dateclass.You can add a character separator, like a “-” or similar, you can use CSS this on your stylesheet:
.lcp_date:after{ content: " - "; }Or maybe wrap the excerpt with a
ptag withexcerpt_tag=p(that would put the excerpt on a different line).Hope this works for you!
Regards,