Andrew Steelsmith
Forum Replies Created
-
Forum: Reviews
In reply to: [Calculated fields for ACF] Wasted hours, but they can’t be botheredThanks for the reply. I will try it.
Forum: Plugins
In reply to: [Loops & Logic] Filter ACF Relationship Field By TaxonomyCan I do a follow-up? Why wouldn’t the above work in an author archive?
Forum: Plugins
In reply to: [Loops & Logic] Filter ACF Relationship Field By TaxonomyJust circled back to this today. The second one worked! At first it didn’t, but I changed
<If check="{Taxonomy stage}{Term title}{/Taxonomy}" value=active>to capitalize Active and it worked.
You have saved me. Thank you!
Forum: Plugins
In reply to: [Loops & Logic] Filter ACF Relationship Field By TaxonomyI tried this but I think I’m messing up the “ if check” line of your code here:
<If check="{Taxonomy stage}{Term title}{/Taxonomy}" value=active>I looked for examples, but are the brackets meant to be placeholders or do I actually use them?
- This reply was modified 3 years, 9 months ago by Andrew Steelsmith.
Forum: Plugins
In reply to: [Calculated fields for ACF] Problem with 1.3.2 update@nick6352683 this is the same problem I mentioned in my review. Everything just stopped working with this version. Any update?
Forum: Plugins
In reply to: [Loops & Logic] Filter ACF Relationship Field By TaxonomyHi Ben,
Sorry, I probably said all of that wrong. The taxonomy is called Stage, and the terms are Planned, Active, etc.
I’m trying to filter related projects within a company to only show certain stages.
Company (post type) > Project (post type connected by acf relationship) > Stage (taxonomy) > Active (taxonomy term)
- This reply was modified 3 years, 10 months ago by Andrew Steelsmith.
- This reply was modified 3 years, 10 months ago by Andrew Steelsmith.
Forum: Reviews
In reply to: [Calculated fields for ACF] Wasted hours, but they can’t be botheredHi Nick,
Thanks for responding.
I filled out the support form on your website. Should I post here?
Forum: Plugins
In reply to: [Custom Content Shortcode] Ordering Posts via ACF Relationship FieldWhen I add the taxonomy in, it not only shows posts that are in the relationship field, but it opens it up to all others as well. That seemed to work the same both ways.
Forum: Plugins
In reply to: [Custom Content Shortcode] Ordering Posts via ACF Relationship FieldThanks I’ll try that.
So when I use the IF (taxonomy filter) or the term taxonomy parameter in the loop, it expands the results and shows posts that aren’t included in the relationship field. When I switch back to related (with the IF) it shows the correct posts but I can’t order.
This is an author archive, and the related posts also have the user as the author, so is there a different way outside of using the acf relationship field to:
Show all requests (posts) of which the user is the author?
Be able to filter out certain stages (taxonomies)- This reply was modified 4 years, 11 months ago by Andrew Steelsmith.
- This reply was modified 4 years, 11 months ago by Andrew Steelsmith.
- This reply was modified 4 years, 11 months ago by Andrew Steelsmith.
Forum: Plugins
In reply to: [Custom Content Shortcode] Ordering Posts via ACF Relationship FieldQuick followup: It looks like I’m not able to display an acf relationship field within a loop? Instead of [related] do I use [loop] again? Thanks!
Forum: Plugins
In reply to: [Custom Content Shortcode] Ordering Posts via ACF Relationship FieldNevermind I answered my own question!
Here’s what I ended up with:
[loop field=request_partner_v2 orderby=field_num key=partner_request_priority order=DESC ][if taxonomy=request_stage term=new,active,qa,on-deck,delivered,planned,revision ] <div class="row"> <div class="col-sm-2">[field partner_request_client]</div> <div class="col-sm-1">[field partner_rid]</div> <div class="col-sm-1">[taxonomy request_stage]</div> <div class="col-sm-1">[field partner_request_priority]</div> <div class="col-sm-1">[field partner_request_due date_format=m/d/y]</div> <div class="col-sm-2"><a href="[url]">[field partner_request_subject]</a></div> <div class="col-sm-4">[field partner_request_details]</div> </div> [/if][/loop]Thanks for your help!
- This reply was modified 4 years, 11 months ago by Andrew Steelsmith.
Forum: Plugins
In reply to: [Custom Content Shortcode] Ordering Posts via ACF Relationship FieldThanks for the response. Would I still be able to filter by taxonomy?
This is an issue for me as well. Any workaround available?
Forum: Plugins
In reply to: [Media Sync] Import Error with ZIP and PDF FilesI kept getting the same popup error message. @jkees’s solution worked just fine. You’ve got a great plugin!
Forum: Plugins
In reply to: [Query Monitor] External object cache not in use – Now what?I asked my host about this and they said it’s already enabled. So how do I use it on my site? Do I need to use a plugin?