Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Display problem with list-category-post 0.55That’s a weird issue. Can you please paste the whole shortcode you’re using where this is happening? Thanks.
Forum: Plugins
In reply to: [List category posts] problem continues with 0.54.2Awesome, thanks!
That’s weird what you mention about the address. I have my gifting address set on Amazon, I don’t know.
I’m marking the issue as resolved then,
Cheers.Forum: Plugins
In reply to: [List category posts] posts_morelink not working for meI tried your exact same code with a category that exists in my blog and the posts_morelink parameter is working. Do you have debugging enabled on your blog? That way we can see if there are any errors showing up.
Forum: Plugins
In reply to: [List category posts] problem continues with 0.54.2This *should* be fixed on version 0.55 now available. Please test it and let me know. Thanks!
Forum: Plugins
In reply to: [List category posts] template=ol resets count when using paginationImplementing this for version 0.55. Stay tuned and update once it’s out and let me know how it works out for you.
Thanks!
Forum: Plugins
In reply to: [List category posts] problem continues with 0.54.2Thanks for reporting again, I’ll try to get a fix as soon as I can. Sorry for the inconvenience and thanks again for your patience.
Cheers,
Fernando
RichyVN thanks for the support you’ve been providing, I really appreciate it 🙂
Forum: Plugins
In reply to: [List category posts] Fatal error after update to 0.54.1Sorry for the inconvenience and thanks for reporting this, it has been fixed on version 0.54.2. Please let me know of further issues in a new support topic.
Cheers!
Forum: Plugins
In reply to: [List category posts] .54 update seems to cause errorsJust uploaded version 0.54.2 which fixes the fatal error reported by maryannkelley.
WannesMorris: the quotes are necessary when you’re passing more than one value to a parameter. For example, this is valid:
[catlist name=new]This is also valid:
[catlist name= "new"]This is not valid:
[catlist name=news,games]This is valid:
[catlist name= "news,games"]dagnew, let me know on a new post if you still have this error, I haven’t been able to reproduce it yet, but I think I know where it’s coming from. Hopefully I’ll get version 0.54.3 soon with a fix to this.
Please open a new topic to let me know what remaining issues you’re having with version 0.54.2.
Forum: Plugins
In reply to: [List category posts] .54 update seems to cause errorsUgh, found the issue. Will release a fix later today. Sorry for the inconvenience.
Thanks!
Forum: Plugins
In reply to: [List categories] Placement of category listingCheck the updated docs, I added some info on styling which might help with your issues.
Forum: Plugins
In reply to: [List categories] Chow categories with thumbnailsFor now the plugin is just an interface to
wp_list_categories. Thumbnails are not supported for categories yet, unless you use a plugin. So you should look for a plugin that hooks to wp_list_categories or something similar and adds the thumbnail then use it with this plugin.Forum: Plugins
In reply to: [List category posts] EXCLUDE doesn't work with AND relationshipFrom what I understand, that code will list all posts that are both in category 88 and 212, right? So you would want these ones, but not the posts which are in 88, 212 AND 255, is this correct?
There’s a conflict there, since the first condition is right, it ignores the exclusion then. Trying to wrap my mind around this, could you post some more details so I can see the use case please?
Thanks
Forum: Plugins
In reply to: [List category posts] Bug in Settings>List Category Posts v0.51This has been fixed in latest versions of the plugin. Thanks!
Forum: Plugins
In reply to: [List category posts] number of posts through settings page doesnt workThis has been fixed in latest versions of the plugin. Thanks!