Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List categories] WooCommerce category?Hi Watch Teller,
If the WooCommerce product categories are created as regular WordPress categories, then yes. I haven’t tried that plugin though.If the categories are created as child categories of another one, you could use this:
child_of
(integer) Only display categories that are children of the category identified by this parameter.You may also want to use include or exclude to filter which categories you want to show.
To make it a dropdown, you would need to work on some CSS/JS for the generated list of categories.
Forum: Plugins
In reply to: [List category posts] localization doesn't workvictorzl is this still an issue for you?
Thanks!Forum: Plugins
In reply to: [List category posts] request to limit number of paginator boxesHi Joe,
This feature is definitively on the to-do list for a future version. Stay tuned!Forum: Plugins
In reply to: [List category posts] Problem with paginationHi, I can’t see the pagination links on your website. The shortcode looks fine, so it should work. If you can reactivate the pagination on the page maybe we can find out what’s going on.
PD: Viendo que el sitio es en español, si te resulta mas cómodo hablar español, mejor 🙂
Forum: Plugins
In reply to: [List category posts] plugin only listing one post from catcmtusa what version of the plugin and WordPress are you using? Are you using the
numberpostsparameter?Forum: Plugins
In reply to: [List category posts] Using more than one category: not workingHave you tried with the category slug (lowercase) instead of just the name? I can’t reproduce this issue on my dev environment, I see posts from categories with an AND relationship.
Forum: Plugins
In reply to: [List category posts] template=div fails to put the items within p tagsWhat shortcode are you using? I’m trying to reproduce the issue, but I get the p tags to wrap the title as it should.
Forum: Plugins
In reply to: [List category posts] No such file or directory PHP warningI’ve addressed this issue, releasing an update soon. Please update the plugin as soon as the update is live and let me know if it’s fixed for you.
Thanks!
Forum: Plugins
In reply to: [List category posts] Line 81 creates a PHP errorI’ve addressed this issue, releasing an update soon. Please update the plugin as soon as the update is live and let me know if it’s fixed for you.
Thanks!
Forum: Plugins
In reply to: [List category posts] Templates are no longer usedsmaxmad were the templates working before the update? If the h4 is working and you want no links on the title, use this:
https://github.com/picandocodigo/List-Category-Posts/blob/master/doc/FAQ.md#no_linkThe get_post_title() function used in the templates gets the title with a link to the post.
etvoilaletravail and jdev did the update work for you? If so, please comment here so we can resolve this issue and in any case smaxmad can open a new issue if there’s still a problem.
Thanks!
Forum: Plugins
In reply to: [List category posts] Templates are no longer usedI’m releasing version 0.50.1 in a few minutes which fixes this issue and a problem with catlink.
Please update the plugin as soon as it’s available and let me know if it’s working for you.
Thanks for reporting it!
Forum: Plugins
In reply to: [List category posts] Since i update to version 0.50 no catlinks shownI’m releasing version 0.50.1 in a few minutes which fixes this issue and the problem with templates.
Please update the plugin as soon as it’s available and let me know if it’s working for you.
Thanks for reporting it!
Forum: Plugins
In reply to: [List category posts] Change to ordered listTo use a ‘ol’ instead of ‘ul’, just use this:
[catlist template=ol]
You don’t have to create a template file or anything, if the parameter fortemplateis “ol”, the plugin will automatically display the posts in an ordered list.Forum: Plugins
In reply to: [List category posts] Starting_with doesn't workHave you tried disabling some plugins? There might be a plugin that conflicts with the way the posts are being retrieved. I’m using a WP_Query object but there might be some filter there that’s making it not work.
Forum: Plugins
In reply to: [List category posts] Problem with thumbnailCould it be the theme? What theme are you using? The widget and plugin use the same code to display the thumbnail. Maybe there’s some css which doesn’t display the thumbnail on the posts with the shortcode?
I can’t reproduce this issue, so please post as much data as possible so we can find out what’s wrong. If possible, please use Debug mode to find out if there’s any error.
Thanks!