Trisha

Forum Replies Created

Viewing 15 posts - 121 through 135 (of 343 total)
  • Author
    Posts
  • Trisha
    Member

    Hello, David!

    Thank you for using The Events Calendar! I can help with this ?

    Glad you like the mockup! We’re excited about the release!

    There are quite a few conditional functions that you can use to determine the event page type you’re on. For Community Events you want to use ‘tribe_is_community_my_events_page‘ for the ‘My Events’ page and ‘tribe_is_community_edit_event_page‘ for the ‘Add New Event’ form. I just tested both of these with success.

    This Gist has a list of many, if not all of the conditionals you can use. https://gist.github.com/theeventscalendar/8b88307bb2c082d6cdba

    Does this help answer your question? Let me know how it goes!

    Cheers,
    Trisha

    in reply to: Best way to set a couple of custom fallback images #1276163
    Trisha
    Member

    Hi, Franz!

    So glad to hear this worked out for you! Thanks for letting me know.

    I’m going to go ahead and close this out but, as always, if you have any further questions feel free tor each out. I’m happy to help!

    Cheers,
    Trisha

    in reply to: Ticket Quantity dropdown not displaying #1276161
    Trisha
    Member

    Hello, name!

    Thank you for using The Events Calendar! I can help with this ?

    The easiest way to fix this is to force the width on the quantity input field. To do this you’ll need to add some custom css. Once you’re logged in to the site, look at the admin bar at the top of the page and click on the link that says ‘Customize’. When the customizer panel opens look at the bottom and click on the ‘Additional CSS’ panel. In the field there add the following css:

    .woocommerce .quantity { width: 60px; }

    Feel free to adjust the width to your preference. Be sure and click ‘Save’ at the top of the Customizer Panel. That should do it!

    Does this help answer your question? Let me know how it goes!

    Cheers,
    Trisha

    in reply to: Need to Post Events and sell tickets #1276158
    Trisha
    Member

    Hello, Alex!

    Thank you for checking out The Events Calendar! I can help with this ?

    Events Calendar Pro has a lot of really nifty features but it’s not needed to sell tickets.

    You’ll need The Events Calendar, Event Tickets (both free) and Event Tickets Plus.

    Does this help answer your question? Let me know if there’s anything else you need!

    Cheers,
    Trisha

    in reply to: How Do I style the header? #1276156
    Trisha
    Member

    Hello, Arsen!

    Thank you for using The Events Calendar! I can help with this ?

    All of the templates used in the plugins are overrideable within your theme. Take a look at our Themer’s Guide, you can find that here: https://theeventscalendar.com/knowledgebase/themers-guide/

    It’s a lot to digest so if you have any questions or need some clarification on something, please feel free to reach out. I’m happy to help!

    Cheers,
    Trisha

     

    in reply to: A few questions about Event tickets pro #1276152
    Trisha
    Member

    Hello, Michael!

    Thank you for checking out The Events Calendar! I can help with this ?

    There aren’t any restrictions at all on the number of tickets that can be sold at the same time.

    As far as discounts. We have a couple of product bundles that might meet your needs, you can check those out here: https://theeventscalendar.com/bundles/

    Does this help answer your question? Feel free to reach out if you need any further clarification!

    Cheers,
    Trisha

    Trisha
    Member

    Hello, Alex!

    Thank you for using The Events Calendar! I can help with this ?

    Each of our plugins has a ‘language’ directory with translations and ‘.pot’ file. The .pot file is the one you’re looking for.

    You can see TEC’s pot file here: https://github.com/moderntribe/the-events-calendar/blob/develop/lang/the-events-calendar.pot

    Does this help answer your question? Let me know how it goes!

    Cheers,
    Trisha

    in reply to: How to remove FREE in the heading? #1276141
    Trisha
    Member

    Hello, Karen!

    Thank you for using The Events Calendar! I can help with this ?

    You can easily remove that bit using some custom CSS. Once you’re logged in to your site, click on the ‘Customize’ button in the admin bar at the top of the page. The customizer will open on the left, click on the Additional CSS link at the bottom of the customizer panel and add the following CSS:

    .post-3363 .tribe-events-cost,
    .post-3363 .tribe-events-divider { display: none; }

    The ‘.post-3363’ is what tells it to just target that specific event so that it doesn’t remove the price on every event.

    If you have other events like this you want to do the same to you can find that post number in a div next to the ‘tribe_events’ class. See the screenshot below for reference.

    Does this help answer your question? Let me know how it goes!

    Cheers,
    Trisha

    in reply to: Repeating Event Going to Wrong Date #1275621
    Trisha
    Member

    Hello, Joe!

    Thank you for using The Events Calendar! I can help with this ?

    I totally see what you mean, that’s definitely puzzling! As a start would you mind going through our ‘Testing for Conflicts’ guide? You can find that here: https://theeventscalendar.com/knowledgebase/testing-for-conflicts/

    Let me know what you find out and we can go from there!

    Cheers,
    Trisha

    in reply to: Search Bar Not Working #1275620
    Trisha
    Member

    Hi Michelle!

    Ok, no worries. I totally see what’s going on 🙂

    If you’ll replace the line above with the following code, that will take care of the problem. We just needed to get a little more specific so that we weren’t hiding all the buttons on the page 🙂

    .events-archive #tribe-events .tribe-events-ical.tribe-events-button { display: none }

    Let me know how it goes!

    Cheers,
    Trisha

    in reply to: Several issues with the Recurrences #1275616
    Trisha
    Member

    This reply is private.

    in reply to: Update event list display after event time? #1275601
    Trisha
    Member

    Hello, Stephanie!

    Yes, that’s correct. You can see this partially in this function https://github.com/moderntribe/the-events-calendar/blob/develop/src/Tribe/Template/Month.php#L548

    For context, the main query for the month view is right above that on line 461.

    Does this help answer your question? Let me know!

    Cheers,
    Trisha

     

    Trisha
    Member

    Hello, Tom!

    So Glad to see this worked for you!

    I’m going to go ahead and close this out but, as always, if you need anything else feel free to reach out. I’m happy to help 🙂

    in reply to: Filter Bar Location has Duplicate Autocomplete Entries #1275591
    Trisha
    Member

    Hello, Damion!

    Thank you so much for your kind words, they mean a lot! I’m so glad to see this has been helpful to you.

    I’m going to go ahead and close this out but as always, if you run into any hiccups or need any further help please reach out. I’m happy to help 🙂

    Cheers,
    Trisha

    in reply to: Help #1275586
    Trisha
    Member

    Hello, Josette!

    Thank you for using The Events Calendar! I just answered your question here https://theeventscalendar.com/support/forums/topic/rolling-7-day-advance-view/

    I hope this helps! Please feel free to reach out if you have any further questions or need clarification, I’m happy to help 🙂

     

Viewing 15 posts - 121 through 135 (of 343 total)