Griffin
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Variation IDs instead of names in CheckoutI suppose it’s resolved then (sort of).
Forum: Plugins
In reply to: [WooCommerce] Variation IDs instead of names in CheckoutWell, now I know it’s an issue with my code then. I’m adding products to the cart via js with an ajax call, so the problem must be in there. I guess I’m surprised that it would affect the actual name of the product though.
Thanks!
Alright, thanks again! Great plugin, by the way. This really is the only good options for https with WP right now.
Thanks for the quick response! I deleted and reinstalled the plugin from the dashboard. I’m still getting 500 errors on any page with SSL. But the errors have changed. Now I’m getting the following:
[warn](104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[error]Premature end of script headers: index.php
Thank you!
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Looping the loop helpWorked perfectly. Thank you! This plugin is great and you’ve been extremely responsive. Do you have a donate button somewhere? I’d love to buy you a beer.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Looping the loop helpThank you! I’ll give it a try.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Looping the loop helpHi!
So this is working great now. I still have one issue, however. ‘Placements’ are now organized into groups based on what ‘Client’ they are associated with, so they are ordered chronologically within groups, and then each group is ordered chronologically with each other. The problem is that I need to order all placements chronologically with one another, independent of what ‘Client’ they are associated with. In other words, I need my loop to output just a list of ‘Placements’, instead of ‘Placements’ grouped by ‘Client’.Let me know if I need to clarify the question further.
And thank you!
Forum: Fixing WordPress
In reply to: Associating Two PostsFor anyone interested. I’ve resolved my problem by using an amazing plugin: http://wordpress.org/extend/plugins/posts-to-posts/
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Looping the loop helpThanks for the swift response! I had originally tried exactly what you posted, but it wasn’t working. Scanning through my code, however, I found a small typo that was causing the error. It’s working great now.
Thank you!
Forum: Fixing WordPress
In reply to: Associating Two PostsThanks for the responses!
Each client needs to have many media placements associated with them, and they need to be easily updated. Also, both clients and media placements need full “Post” capability. Meaning editable with TinyMCE, Queryable, etc.
Bheadrick, originally I had solved the issue by doing exactly what you suggested. Clients and Media Placements were both part of the same custom post type, “Clients & Placements”, and I would associate Media Placements with a Client by making them a child of that Client.
The problem with this setup is that administrating the system becomes extremely unfriendly, since the large number of placements makes the interface for picking a parent post (the “Parent” drop down in the “Attributes” box) extremely unwieldy. The client was not happy with it.
Forum: Fixing WordPress
In reply to: Associating Two PostsAnyone else?
Forum: Fixing WordPress
In reply to: Excluding pages from 'attributes' boxThanks for responding, but I don’t understand how that relates to my question?
Forum: Fixing WordPress
In reply to: Excluding pages from 'attributes' boxAnyone?
Forum: Fixing WordPress
In reply to: Associating Two PostsThanks for the response! Here’s the page in question: http://ratherbrilliant.com/staging/dukas/clients-placements/raymond-james/
Under the “Recently Featured On” header, I need a query that will list television spots associated with this client. The problem is that both clients and television spots need to be fully editable as posts. So I can’t just make each client a category, and associate tv spots with them that way.
Does that clarify the question enough?
Forum: Fixing WordPress
In reply to: Help with Nested Queries using meta_queryGood catch, works like a charm now.
Thank you!