mealtime
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product attribute is not showing in cartAny luck with this? Attributes stopped showing in my cart as well when I upgraded. Stripped my installation down to 2016 theme & no other plugins.
Forum: Plugins
In reply to: [Code Snippets] Codemirror.js Error – Hides CodeYes, changed it! All good now.
I had no idea there were themes for the plugin. Thanks for pointing that out.
Appreciate the help!
Forum: Plugins
In reply to: [Code Snippets] Codemirror.js Error – Hides CodeHi Shea,
Sorry for the delay! I get a lot of traffic & I really would prefer to not change the theme, even for a small period of time, so I’d have to setup a mirror site & try that. You haven’t come across the problem elsewhere? From others? Thanks for the support!
Forum: Plugins
In reply to: [Multi Rating] Showing The Different Rating Variables SeperatelyAwesome! Glad to hear you like the idea. I’ll look for updates! I think it would be particularly valuable for review posts where you’re rating products or doing surveys & I haven’t seen any other plugin that does it.
Thanks! Will test it out 🙂
Thanks! Will test it out.
Thanks! Yes, I understand. I’m not too sure about exactly how to implement it though. I have to alter the code of a plugin & you’ll see how get_terms is currently used. Is there an easy way to add to this or would this need to be re-structured to work properly. Thanks so much!
$taxonomy = get_taxonomy($taxonomy); $choices[] = array('text' => "-- select a {$taxonomy->labels->singular_name} --", 'value' => ''); } else { $choices[] = array('text' => $first_choice, 'value' => ''); } } else { $terms = get_terms($taxonomy, 'orderby=term_order&hide_empty=0'); } if ( !array_key_exists("errors",$terms) ) { foreach($terms as $term) { $choices[] = array('value' => $term->term_id, 'text' => $term->name); } } return $choices; }Would also like to find this out as the same problem occurs with taxonomies. If you uncheck populate with a taxonomy or post types, the order will be saved, but once you check it off again, the order diverts back to being alphabetical.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Custom Taxonomy OrderingWould also like to find this out! I have parent & child terms & obviously, it would be best to have the child terms under the correct parent term. Instead, it ends up being a huge long alphabetical list of all the terms. Wonder where the piece of code is that’s doing this & what we need to replace it with. Please chime in if you think you know or already solved this problem.
Thanks Gabriel!
Hi Gabriel, I came across a post recently of someone implementing this solution, but I’m not sure what points system it is for as he doesn’t state it. Let me know if this is for myCRED & if not, if the solution would be along the same lines as this. Thanks!
Here’s the link:
http://wordpress.stackexchange.com/questions/106020/change-user-role-based-on-point-system-issueForum: Plugins
In reply to: [Front-end Editor] FEE & RevisionaryHi Scribu,
Any suggestions on getting Revisionary setup with FEE? Have you done it before? I have Revisionary working on the backend, but can’t get it to work on the front-end. Thanks!
Forum: Plugins
In reply to: [Front-end Editor] FEE & RevisionaryHey annakyn, did you ever get Revisionary working with FEE?
I figured out how to display revisors (add manage_options & activate_plugins capability), but can’t seem to get FEE to submit edits as revisions. It always just changes the front-end.
Would love to hear from someone who implemented the two successfully.
Same here! Totally kills it. All my custom fields are in custom post types. Someone’s got to have a solution for this.
Otherwise, this plugin is awesome, but without custom post type compatibility, I can’t use it 🙁