Cliff

Forum Replies Created

Viewing 15 posts - 8,206 through 8,220 (of 10,686 total)
  • Author
    Posts
  • Cliff
    Member

    Hi 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.

     

    in reply to: organiser and venue not saving to event #1141740
    Cliff
    Member

    Hi. 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.

    in reply to: Linked_Posts (Venue and Organizer) do NOT update. #1141707
    Cliff
    Member

    Thanks 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!

    in reply to: Appearance #1141706
    Cliff
    Member

    To 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.

    in reply to: Assigning Event to Another Author #1141701
    Cliff
    Member

    Please 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.

    Cliff
    Member

    Hi 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.

    in reply to: Assigning Event to Another Author #1141598
    Cliff
    Member

    Sorry 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.

    in reply to: Appearance #1141596
    Cliff
    Member

    Thanks. 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.

    in reply to: Malformed response with JSON returned #1141496
    Cliff
    Member

    I 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.

    in reply to: Linked_Posts (Venue and Organizer) do NOT update. #1141488
    Cliff
    Member

    Ok, 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?

    in reply to: problem with quantity selector #1141472
    Cliff
    Member

    Ok, 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! 🙂

    in reply to: problem with quantity selector #1141467
    Cliff
    Member

    Actually, 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.

    in reply to: problem with quantity selector #1141463
    Cliff
    Member

    Since 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.

    in reply to: Appearance #1141454
    Cliff
    Member

    What 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”?

    in reply to: Style of event titles in list view #1141451
    Cliff
    Member

    That’s what I like to hear! Thanks 🙂

Viewing 15 posts - 8,206 through 8,220 (of 10,686 total)