Forum Replies Created
-
AuthorPosts
-
February 15, 2017 at 2:59 pm in reply to: Event shortcode address="yes" only shows street name #1236537
Sebastien
ParticipantThank you Barry, but that is not working for me.
See http://www.thelaughterconsultants.com/shop/test/
The code I use is [tribe_events_list city=”yes” region=”yes” country=”yes” ]
All of my events have a confirmed address (city, state, country) that shows correctly on the map, yet here the state (and zip code) show as “yes”
What am I missing?Sebastien
ParticipantDone and working. Thanks!
For the benefits of others, here is what I added to my child’s theme functions.phpadd_filter ( 'tribe_get_cost', 'tribe_not_show_free', 10, 3 ); function tribe_not_show_free ( $cost, $post_id, $with_currency_symbol ) { if ( $cost == 'Free' ) { $cost = 'RSVP'; } return $cost; }-
This reply was modified 9 years, 2 months ago by
Sebastien.
Sebastien
ParticipantThat works. Thank you!
Sebastien
ParticipantSilly question, really. (But then that’s easy to say once you’ve found the answer.
Found it with the chrome inspect tool
.button.alt-
This reply was modified 9 years, 4 months ago by
Sebastien.
December 25, 2016 at 12:27 pm in reply to: (How) Can I connect ETPlus with woocommerce deposits? #1210492Sebastien
ParticipantOops. Had not see your previous answers to this very questions in your forum. In short: Good luck. For now this requires some custom coding, and you don’t support 3rd party plugins. Got it.
Sebastien
ParticipantThis works. Thank you for your help!
-
This reply was modified 9 years, 2 months ago by
-
AuthorPosts
