clorange
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [FitClub] Order team membersGood afternoon Barsha (@barsha04). I wanted to follow-up and see if you could provide any assistance with setting the order of team members.
Forum: Themes and Templates
In reply to: [FitClub] Order team membersI would be looking to change the order on this page (https://fit5studio.com/trainer-collection/)
I can add a custom status of shipped but I was actually just thinking the time stamp from when a shop marks an order as shipped. Nothing shows up in the notes with regards to when the product was shipped
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map only shows up as a tan/grey boxThat gets me close but not quite there. The comments a private but the star ratings are still based upon what all the users input
Forum: Plugins
In reply to: [Multi Rating] Minus symbol next to startsThank you very much. The code you provided didn’t work but a slight modification did
add_filter( 'mrp_rating_form_include_minus', 'mrp_rating_form_include_minus', 10, 1 ); function mrp_rating_form_include_minus( $remove ) { return false; }Thank you for the quick response. Just to confirm I understand. I could filter by fruit but I can’t filter by fruit and then by apples. Is that correct?
Thank you for this posting this loyeyoung. It appears I am hitting a similar issue. Have you found a solution to this problem?
Thanks