Cliff

Forum Replies Created

Viewing 15 posts - 7,426 through 7,440 (of 10,686 total)
  • Author
    Posts
  • in reply to: Edit List Event Widget #1162071
    Cliff
    Member

    Please understand that our support does not include assisting with customizations, including CSS, per our Scope of Support / Terms

    However, on occasion, we do provide CSS tweaks, like I’ve done for you, but I cannot continue with any future requests.

    .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info {
    padding-top: 15px;
    }
    .tribe-events-adv-list-widget .tribe-mini-calendar-event .tribe-events-locality {
    float: left;
    }
    .tribe-events-adv-list-widget .tribe-mini-calendar-event .tribe-events-locality::after {
    content: "—";
    }
    .tribe-events-adv-list-widget .tribe-mini-calendar-event span.tribe-events-locality {
    color: red;
    }

    I hope this works well for you.

    in reply to: Event takes 1 month?! I want 2 days #1162044
    Cliff
    Member

    Hans, I’m not sure how you got a beta version of our core The Events Calendar, but hopefully this doesn’t happen for you or others in the future.

    I’m glad things are working well for you now!

    in reply to: Jewish Calendar #1161779
    Cliff
    Member

    In our forums we keep our threads focused on just one issue to ensure we fully answer each of your questions/issues. Please keep this in mind for the future and start a new thread for your additional questions from this thread. Thanks for your understanding.

    To answer your second question quickly, I don’t believe Hebrew is included in this existing feature request, but is that one relevant (i.e. to add Hebrew as a third option there)?

    in reply to: Recurring Events End Date #1161766
    Cliff
    Member

    Thanks for trying that, Martin.

    We have tribe_get_recurrence_start_dates()

    If you want to get the start date of the last event in the series, you could use that function and get the last result of the array.

    Will this work for you?

    in reply to: Events date format #1161756
    Cliff
    Member

    Sure, no sweat. Thanks for confirming. I’ll close this one and we’ll continue on with the other one.

    FYI: marking something Resolved still gets reviewed by us. We’re the only ones who can Close a ticket, unless a thread gets Closed automatically after a couple weeks of inactivity.

    in reply to: Event Ticket: List of All RSVPs (Attendees) #1161754
    Cliff
    Member

    Isaac,

    Copy the code from https://gist.github.com/cliffordp/4f06f95dbff364242cf54a3b5271b182 (without the leading <?php line) and see if it works.

    If it does, then continue following along with the edit I suggested.

    We’re limited in helping with customizations, per our Scope of Support / Terms. However, I’ve tried to help point you in the right direction.

    in reply to: Losing script customizations on updates #1161750
    Cliff
    Member

    Hi, Ted.

    Editing the core plugin files is never the ideal way to go (for our plugin or any other), particularly for the reason you stated.

    Instead, WordPress hooks (actions and filters) are the way to go.

    With our plugins (and many others), we also have hooks unique to our code.

    I believe two of our recent blog posts will come in very handy for you and your developer(s):

    We also happen to have template override functionality, which is documented in our Themer’s Guide.

    I hope this information helps you and your developer(s).

    Please let me know if you have any follow-up questions on this topic.

    in reply to: Tooltips not showing, custom theme #1161743
    Cliff
    Member

    Hi again, Matt.

    You might try changing wp-admin > Events > Settings > Display tab > “Events template” option and then try with your theme again.

    I also know we have some customizations in place for Twenty Sixteen (based on the theme slug). Therefore, you might want to rename the ‘twentysixteen’ directory to something else, like ‘twentysixteen-testing’

    Then you might see what the tooltips and JSON is and how it compares when using your own theme. I’d also highly suggest you disable all non-Modern Tribe plugins while trying to debug with your theme.

     

    Let us know what you find out.

    Thanks.

    in reply to: My support requests keep getting marked as spam #1161733
    Cliff
    Member

    Hi Matt.

    Sorry that happened. This shouldn’t be happening for logged-in users.

    I’ve un-spammed the forum thread you linked to. I’ll close this one and help you at that link.

    Thanks!

    in reply to: Jewish Calendar #1161728
    Cliff
    Member

    Hi Jake. We’re glad to have you around. Welcome!

    Please reference our Changing the first day of the week KB article (basically, it’s already a WordPress setting so we don’t have a separate setting for it).

    Please let me know if you have any follow-up questions on this topic.

    in reply to: Adding Phone Numbers to RSVP Section (Events Tickets Plus) #1161726
    Cliff
    Member

    Hi, Mark.

    Please reference this code snippet to add Phone to Attendees Report:

    https://gist.github.com/cliffordp/acfc3cac546ba0849a222c8eee8160ca

    You’ll need to customize it for your own use.

    FYI: If you leverage the hooks we have in place (like this code snippet does), your customizations do not get overwritten each time you update the plugin. Making edits directly to core plugin files is never the ideal way to customize. One major reason is the one you mentioned.

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    in reply to: ampersand not displaying correctly in monthly pop-up view #1161721
    Cliff
    Member

    Hi, Mylie.

    Thanks for helping, Mathew.

    Mylie, the bug where mobile monthly & weekly views are not displaying the ampersand properly is not fixed yet. I’m unsure if Mathew’s suggestions will help, but they might be worth a shot.

    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, but I did recently bump this bug’s priority so hopefully it’ll get some attention sooner than later.

    I apologize for this issue and appreciate your understanding and patience.

    in reply to: Recurring Events End Date #1161711
    Cliff
    Member

    Hi Martin.

    Are you referring to your child theme’s own single-event.php file (reference: Themer’s Guide)?

    If so, you might want to try tribe_get_end_date().

    Please let me know if this doesn’t work for you.

    in reply to: Show paypal authorization number in attendee export #1161707
    Cliff
    Member

    Hi Jeff.

    Please reference this code snippet to add Phone to Attendees Report:

    https://gist.github.com/cliffordp/acfc3cac546ba0849a222c8eee8160ca

    You’ll need to customize it for your own use, such as to add WooCommerce or PayPal information.

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    in reply to: Event takes 1 month?! I want 2 days #1161700
    Cliff
    Member

    Hi Hans.

    Thanks for the detailed question.

    I see in your system information report that you are running The Events Calendar version 4.3beta1

    Please delete The Events Calendar plugin and, once deleted, please re-install the latest version available from https://wordpress.org/plugins/the-events-calendar/

    I hope this resolves your issues.

Viewing 15 posts - 7,426 through 7,440 (of 10,686 total)