Forum Replies Created
-
AuthorPosts
-
July 19, 2016 at 4:43 pm in reply to: Hide Categories in Submission Form – Set Default Category #1141743
Cliff
MemberHi David.
If you want the categories to submit along with the form, the easiest implementation is probably to simply hide the Events Categories field via CSS and then select your desired default category via jQuery.
There are other ways to achieve your end result, too. For example, our Themer’s Guide is an excellent reference.
Please let me know if there’s anything more I can help with on this topic.
Cliff
MemberHi. Sorry you’re experiencing this.
Please follow our Testing for Conflicts Guide (basically switch to TwentySixteen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.
If it doesn’t, please enable WP_DEBUG and WP_DEBUG_LOG and share any PHP errors you see while creating new events (and organizers and venues), editing existing events (and organizers and venues), changing tickets quantity, navigating your site’s home page, events page, single-event pages, and any other of your site’s pages relevant to this ticket.
Then, please share your System Information (while in Testing for Conflicts mode).
You might also see if you can spot any console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)
Let us know what you find out.
Thanks.
Cliff
MemberThanks for that video (although it’s super blurry so I couldn’t read the Venue’s Post ID). Could you please send me a screenshot of the Venue edit screen (including the browser address bar URL) for the Meade Hall venue?
Thanks!
Cliff
MemberTo remove the “av” part of the This Week widget title, you’d need to filter the “%s for week of %s” part of this code, which is from the tribe_events_get_this_week_title() function:
$this_week_title = sprintf( __( '%s for week of %s', 'tribe-events-calendar-pro' ), $events_label_plural, date_i18n( $date_format, strtotime( $start_date ) ) );You’ll need to reference our Change the wording of any bit of text or string help article to learn how to do that.
I hope it works for you.
Cliff
MemberPlease send me a screenshot of your setup in the Members plugin for the custom role you’ve created — so I can see all the permissions granted to that role.
July 19, 2016 at 2:45 pm in reply to: display attende name on the user account page woocommerce #1141688Cliff
MemberHi Sallé. Thanks for linking there.
I had one of our devs take a look at that code snippet and although it was written for our old WooTickets add-on (since replaced by Event Tickets Plus), the code should still work. However, since you’re using it in your single-event.php file, the suggestion is to add
$post = get_post( $event_id );somewhere above this line:if (is_user_logged_in() && $current_user->ID == $post->post_author) {Also, just so you know, that snippet will NOT show up for anyone except the post author because of the first IF conditional.
I hope this helps. Please let me know how things go for you.
Cliff
MemberSorry you’re still having trouble.
Did you go through the “Full list of capabilities” from our help article?
Please provide me some screenshots of your Members setup (we try to not ever login to customers’ sites).
Thank you.
Cliff
MemberThanks. Sorry I missed it before.
I see it’s the This Week widget.
I previously asked:
Is one of the issues in your screenshot that “mån 18th” shouldn’t have the “th” after the “18”?
I’ll assume the answer is yes because this is a known bug (the Ordinal Indicators/Suffixes not translating). Therefore, I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.
Please note that even if this thread gets closed due to inactivity (automatically happens after a couple weeks), this thread should still get a reply added if/when the fix is released.
I apologize for this issue and appreciate your understanding and patience.
===
Overall, the This Week widget is rendered via this template file: /wp-content/plugins/events-calendar-pro/src/views/pro/widgets/this-week-widget.php, which you can override via your theme.
The “Events for ___start date___” widget title comes from tribe_events_get_this_week_title(), which uses tribe_get_event_label_plural() (from TEC core, not PRO), which can be customized via the tribe_event_label_plural filter, as described in this help article.
===
I hope this provides you all the information you may need to resolve your issue (other than the ordinal numbers bug that I’ve reported again to our developers).
Please let me know.
Cliff
MemberI created a fresh WP 4.5.3 install and activated the latest versions of those 3 plugins and did NOT get the message about /events already existing. That message should only appear if you’ve created a WordPress “Page” with that slug and should go away once you delete that page (or rename its slug). Or you could go to wp-admin > Events > Settings > “Events URL slug” to something other than “events”.
I created a test event on this fresh new WP install and its URL was http://localhost/event/test-event-1/ so I couldn’t replicate that issue either (that you reported for 4.2.2, 4.2.2.1, and 4.2.2). If you’re seeing “events-calendar-importer” instead of “event”, maybe you have something other than “event” in the “Single event URL slug” settings field.
When I did a One-Time Import test (1 event from http://calagator.org/events.ics), it imported as http://localhost/event/portland-azure-user-group/
Therefore, I wasn’t able to replicate any of the issues you’ve reported in this thread so far. 🙁
Please let me know if there’s anything else you can figure out that I might be able to recreate and therefore be able to create a bug report.
Thank you.
Cliff
MemberOk, so I installed and activated Twenty Fourteen theme and deactivated all plugins other than TEC and TEC PRO, then I went to view an event that has a Venue assigned and it did display on the front-end. So I went to edit this existing event to remove the existing Venue (by clicking Use New Venue and leaving all fields blank), Updated it, then edited it again to add back a Venue (a different one than before, just to test), Updated it, and it saved just fine and appears just fine on the front-end.
Since I cannot replicate your issue, maybe you could send over some video screencast(s) of your site’s issue?
Cliff
MemberOk, your site loaded for me again and I think it’s because of this CSS code from http://musikland.fr/wp-content/themes/flatsome/css/foundation.css?ver=2.9.5.1
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }So you might want to figure out some CSS code to override that, such as
body.single-tribe_events .quantity input::-webkit-outer-spin-button, body.single-tribe_events .quantity input::-webkit-inner-spin-button { -webkit-appearance: initial; }However, that CSS alone didn’t solve it for me. You’ll need to figure it out on your own or with the help of your developer or theme support. But hopefully that gets you to where you need to go! 🙂
Cliff
MemberActually, it turns out the “quantity” class is the likely culprit, but your site (at least that URL) is now in maintenance mode or something so I couldn’t determine it for sure.
Cliff
MemberSince it’s just a <input type=”number” …>, you’ll need to ask your theme developer why the quantity arrows aren’t displaying.
Just as an FYI, I did find out that clicking in the box and using the mouse scroll wheel does change the quantity in Chrome but not Safari on Mac OS X.
I’m guessing there’s some CSS or JS at play here that’s hiding the arrows for all input type=”number” throughout your site.
Please let me know what you find out.
Cliff
MemberWhat is the URL to view the screenshot you provided?
Is one of the issues in your screenshot that “mån 18th” shouldn’t have the “th” after the “18”?
Cliff
MemberThat’s what I like to hear! Thanks 🙂
-
AuthorPosts
