anneonsightpa
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce payments set up but still getting getting errorIssue turned out to be I didn’t have SSL enabled; turning on SSL cleared the error. I wish the error message would have been specific to the problem — have it state “no payment methods enabled for your state” sent me down a rabbit hole of checking the credit card settings, which were all correct — it would have saved me a LOT of time if the error output was specific to the actual issue generating the error. Anyway, I figured it out. Ok to close this thread. Thank you.
Brilliant, that worked — the project tags and project categories were in a different taxonomy, of course. So category_display=”project_category” worked where category_display=”true” did not; likewise taxonomy=”project_tag” tax_term=”bicycles” worked where tag=”bicycles” did not.
(I was only use the custom meta to trouble shoot, wasn’t really necessary for my example except that it demonstrated to me that overall the plugin filtering was working, just not using tags).
That answered my question, thank you for such a simple and speedy response.
That did it, not sure why it suddenly went weird but removing that CSS fixed it. Thank you for prompt and helpful reply!