DaveE
Forum Replies Created
-
Forum: Plugins
In reply to: [Flexible Posts Widget] Selecting several taxonomies;Hi Herrmann & adajones,
1) It is not possible to select multiple taxonomies.
2) Technically, the operator for multiple terms is “IN” (this is the default). This equates to “OR” as supposed to “AND” per your question, yes.Thanks for your thoughts. FPW it intended to be simple enough that it covers the 80% of use cases. Even I have to write custom widgets/queries for about 20% of the work I do. You are welcome to use the query arguments filter I have in place,
$args = apply_filters( 'dpe_fpw_args', $args );, to get FPW to do what you need, or feel free to clone it, hack it, or just write your own custom queries for the more complex combinations.Thanks again!
Forum: Plugins
In reply to: [Flexible Posts Widget] Feature Request: Search for PostsHi Alois,
Thanks for the suggestion. I’ll add it to the list of ideas. However, the easiest work around is to just use a category or tag to “group” all the items you’d like to feature as Editor’s Picks. That way you don’t need to pick specifically for each time.
Cheers!
Forum: Plugins
In reply to: [Flexible Posts Widget] Large Taxonomy List.Hi akfdev,
Sorry for the delayed response. I would be interested in having some help with this and the plugin is up on GitHub:
If you still have a desire and the time to work on it, feel free to issue a pull request and I’ll get it integrated.
Thanks!
Forum: Plugins
In reply to: [Flexible Posts Widget] Filters don't workSince I haven’t heard back, I’m closing this topic as resolved. Please feel free to post again if you continue to have trouble.
Forum: Plugins
In reply to: [Flexible Posts Widget] The filter id does not workI’m closing this topic as resolved as I’ve not heard back. Feel free to post again if you continue to have trouble.
Wow, seriously. I’m sorry. I’m aware of and understand the guidelines. However, my initial comment was only meant to be helpful, not hurtful.
The guidelines are specifically called “guidelines” and are only partially enforced and moderated. (See any “less busy” forum than the ones for Automattic-owned plugins & themes.)
Really, I am sorry and will post my own topic and or find help elsewhere. I mean no disrespect to you personally or professionally. I’m just hoping to get some help for my client and hope we’re all able to build sweet stuff with a sweet platform, together.
Thank you for the heads up.
I added additional debugging information to the original topic. They are related. I see this as helpful, not hurtful to the overall topic.
As a plugin developer, having multiple posts related to the same issue is more difficult to manage than one thread.
Getting a little picky here, eh? 😉
I’d like to bump this. We, too, are having issues publishing to these specific platforms (Facebook, Twitter & LinkedIn) after the last update.
Checking our Sharing settings, all three of these services have been disconnected. Trying to reconnect results in the following Publicize error: -32300.
Our site has the correct OG data in every page. See these debugger results for and example reference: https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fsneezingcow.com%2Fproduct%2Fscavengers%2F
Thoughts?
Forum: Plugins
In reply to: [Flexible Posts Widget] Filters don't workHi Cinus,
That is almost impossible to say. Since the filter is working on another site, I would have to assume that there is something misconfigured about the site where it isn’t working. Sorry I’m not more help on this one, but there isn’t enough info here to really diagnose it.
Sorry!
Forum: Plugins
In reply to: [Flexible Posts Widget] The filter id does not workHi cparrenov,
I’m not really sure what your question is. The ID option gets posts specifically by their Post ID and ignores the post type and taxonomy & term settings.
If the widget doesn’t find any posts matching your settings, you’re requesting don’t exist, then the “No posts found” text will appear. This is true regardless of how you get posts: post type, taxonomy & term, or ID.
Cheers!
Forum: Plugins
In reply to: [Flexible Posts Widget] Add a widget title linkHi luming,
This has been asked & answered previously. Keep in mind, this is a bit of a work-around as WordPress in general doesn’t support linked widget titles.
Cheers!
Hi htmlfx,
This isn’t a limitation or issue with FPW. This is how WordPress handles nested categories. See the second paragraph in the “Parent” description under the Add New Category section of the Post Category Screen help doc:
If you assign a post to a sub-Category (e.g. “Oregon Coast”), you can choose to assign that post to the sub-Category’s parent (“Photos”) or not. Either way, all “Oregon Coast” posts will show up in the “Photos” Category page.
Cheers!
Forum: Plugins
In reply to: [Flexible Posts Widget] Bullet point in front of thumbnailThat would depend on the CSS in your theme. In your case, it looks like this should do the trick:
.dpe-flexible-posts {list-style:none; padding-left:0;}Forum: Plugins
In reply to: [Flexible Posts Widget] Bullet point in front of thumbnailHi Karen,
This question has been asked and answered previously. Cheers!
Forum: Plugins
In reply to: [Flexible Posts Widget] Time periodSure, I can add it to the list of feature requests. Cheers!