mcnamc2
Forum Replies Created
-
Forum: Plugins
In reply to: [Query Wrangler] [Plugin: Query Wrangler] Interface not workingIn the tabbed option, I cannot select “Add Fields” button.
Forum: Plugins
In reply to: [Query Wrangler] [Plugin: Query Wrangler] Interface not workingI cannot click on any of the fields in the Query Settings. I am on WP 3.5. Are there issues with the JS?
Thanks,
CatharineForum: Plugins
In reply to: [Quicksand Post Filter jQuery Plugin] Custom taxonomies?Hi – were you able to figure this out? I have a custom post type that is being tagged with the categories. It’s not pulling in the posts from custom post type.
Thanks,
CatharineVery excited to have found the Cat + Tag plugin. I’ve posted the question there, http://wordpress.org/support/topic/category-filter-at-top-with-selected-category-pages-updating-in-widgets?replies=1#post-3548554
So am closing this topic.
I’ve provided a link to a wireframe of how I’d like this to work: http://cl.ly/image/0B3e1L1A1A2F . Hopefully this provides better context of the guidance I am seeking.
Basically the Visitor Selects a Category (e.g., “Marathon”) from a top drop down list.
The selected Categories are updated in the three widgets.
Any pointers / advice / naysayers welcome.
Thanks,
CatharineForum: Fixing WordPress
In reply to: Week as a Post with 3 Posts [Post within a Post]Marking topic as resolved. The original inquiry has been fulfilled. Thank you for the wonderful support keesiemejer!
Forum: Plugins
In reply to: [Query Wrangler] Query based on User's List PickPlease disregard this. I realized that AJAX was the better way to go. Posted here:
http://wordpress.org/support/topic/ajax-visitor-selects-category-how-to-get-widgets-updated-wselected-cat?replies=1Forum: Fixing WordPress
In reply to: Week as a Post with 3 Posts [Post within a Post]Yes “marathon” is a series (and a category) in the workout custom post type.
Will look into using AJAX instead! Just trying to find the best way to populate the 3 widgets with the latest post of that category for Day1, Day2, and Day3.
Thanks. 🙂
CatharineForum: Fixing WordPress
In reply to: Week as a Post with 3 Posts [Post within a Post]Sorry about that — that is strange you only see “Archive” . wonder why?!
Do you not see this widget on the homepage? (which I do not have background on yet, whoops)
http://cl.ly/image/1l1w3P220e3N
Linked here my planned UX for the homepage:
http://cl.ly/image/0B3e1L1A1A2FHopefully that’ll help you understand. I got the widgets to work appropriately.
Now I need to figure out a way to allow users to select their “category” and have the widgets update the query. …by javascript?
Catharine
Forum: Fixing WordPress
In reply to: Week as a Post with 3 Posts [Post within a Post]This is the plugin:
http://wordpress.org/extend/plugins/query-wrangler/I got the plugin to pull in pages based on filters: category [category name] and Page Name (Day 1)
I used the QW Widget and put it on the homepage. Pretty slick. Now I need to do it x3, one for each day. And have the widget refresh based on the user’s selected category.
I will duplicate the code you provided above to specify what displays on those pages:
/workout — All Series
/endurance/ All Weeks
/endurance/week-1/ All Days
/endurance/week-1/day-1/ The workout itself.The intent is for the user to not need to go to these pages, but as an archival record of past workouts that can be searchable.
My goal is for the widgets that post that week’s workouts from the homepage based on the user’s selected workout “track.”
Pretty cool right?!
CatharineForum: Fixing WordPress
In reply to: Week as a Post with 3 Posts [Post within a Post]That worked. Thanks!
Have successfully used Query Wrangler to run queries off of selected categories for the different series to post on the Homepage widgets. It’s really coming together, nearly complete. I am excited!
I’m trying to figure out from the homepage, how to allow for a site visitor to select the “category” of the workout they’d like to run from a drop-down list, and then the widgets will refresh to show the query. If you know of any forum posters who are savvy in this area, please do pass along!
http://wordpress.org/support/topic/homepage-query-based-on-users-category-selection?replies=1
Forum: Fixing WordPress
In reply to: Week as a Post with 3 Posts [Post within a Post]AH! I got confused by the use of “Pages” and “posts” and created my pages OUTSIDE of the Workout Custom Post Type.
Starting that again and trying my “Pages” from there. Hang tight. 🙂
Forum: Fixing WordPress
In reply to: Week as a Post with 3 Posts [Post within a Post]Got the menus working! Thanks.
Forum: Fixing WordPress
In reply to: Week as a Post with 3 Posts [Post within a Post](FWIW, I do not have “Workout Pages” if that’s a page type that you created. Just Workouts an >Add Posts are available options)
Forum: Fixing WordPress
In reply to: Week as a Post with 3 Posts [Post within a Post]Hi! I think I found the issue:
When I go to the new workout post, the only parents available are the other workout posts that I created.
I deleted the Series page. (so that should resolve the breadcrumb issue)
I created a Page: Endurance
I created another Page: Week One. Was successful in setting Endurance as the parent.
I created a Workout Post, Day 1.
Parents available were NOT pages. But other workout posts that I created as test content.Know why that might be? Is there something I need to inspect in the code, the single-workout.php?
Working on the menu steps right now.
Catharine