Sky

Forum Replies Created

Viewing 15 posts - 1,576 through 1,590 (of 1,654 total)
  • Author
    Posts
  • in reply to: Day wise time slot booking calendar view . #1435911
    Sky
    Keymaster

    Hi Bart!

    The filter bar has a “time of day” filter that can be combined with “Day” view to show events that take place in different daily time slots. Is this what you are wanting to do?

    I do not see an attached screenshot, so I may not be understanding completely.

    Thanks,
    Sky

    Sky
    Keymaster

    Hi Bart!

    I have a snippet that does just that.

    https://gist.github.com/skyshab/7a05ac9367285a0d79129927bbe3618a

    This could be added either to a custom plugin (preferred) or else to your theme’s functions.php file.

    Let me know if that works for you.

    Thanks,
    Sky

    in reply to: Event Calendar PRO – #1435892
    Sky
    Keymaster

    Jane,

    Awesome! Let us know if you have any other questions in the future.

    Sky

    Sky
    Keymaster

    Ahiad,

    We manage feature requests here. You can look to see if someone else has suggested the specific feature you would like, and if so, cast a vote for it. If it hasn’t already been suggested, you can submit the idea.

    Please let us know if you have any other questions.
    Sky

    in reply to: Adding a subhead #1435066
    Sky
    Keymaster

    Hello again!

    It depends on which view or views you would like to customize. In the link you provided, you have the “month” view set as the default. To customize that template, you would copy the template from wp-content/plugins/the-events-calendar/src/views/month/content.php into your-child-theme/tribe-events/month/content.php.

    Then just add any custom markup in the template where you want it to display.

    Let me know if this answers your question, or if you have any others.

    Thanks!
    Sky

    in reply to: Will Event Calendar Work for… #1435063
    Sky
    Keymaster

    Hi Evan!

    The scenario you describe is exactly the type of thing our products are used for.

    Our free plugin the Events Calendar will provide the base calendar functionality.

    Add our premium extension the Events Calendar Pro to be able to add additional fields, create recurring events, and more.

    To sell tickets to your events, you would need our free plugin Events Tickets and our premium extension Events Tickets Plus along with either WooCommerce or Easy Digital Downloads.

    (note that Events Tickets Plus does not currently work with recurring events)

    Does this sound like what you need? If so, check out our premium plugin bundles, which offer multiple plugins at a nice discount.

    Thanks for your interest in our products! Let us know if you have any other questions.
    Sky

    in reply to: Event Calendar PRO – #1435047
    Sky
    Keymaster

    Hi Jane!

    Updates should show up in your WordPress dashboard, as long as you have entered your license key on the site and it matches what is registered with your Modern Tribe account.

    If you navigate to Events > Settings > “Licenses” tab, do you have your license key for the Events Calendar Pro entered in the field? Is there any message or notice just under the field?

    Thanks,
    Sky

    in reply to: Recurring events not working with custom permalink #1435034
    Sky
    Keymaster

    Nicolle,

    I’m sorry to hear that you are having difficulties with your recurring events. I will try to help you figure out the problem.

    First, can you make sure you are using the latest version of the Events calendar?

    Can you provide an example URL that is not working? I see that you are developing locally, but I want to see if the url is structured properly.

    Also, can you explain in more detail what you mean by “broken page?” Is it showing a 404 message, or something else?

    Thanks,
    Sky

    Sky
    Keymaster

    Hi Phyllis!

    We have a separate plugin that allows you to do exactly that! Check out our Community Events plugin.

    Does this look like what you need?

    Let us know if you have any other questions.

    Thanks,
    Sky

    in reply to: Remove "Upcoming Events" wording from Shortcode #1434972
    Sky
    Keymaster

    Hi Dan!

    Unfortunately, there are no attributes in the shortcode for controlling the page title. However, there’s a couple of ways you can go about hiding it.

    The first method is to create a custom template for that view and remove the title markup. Here is a knowledgebase article explaining how to do that for exactly your circumstance: https://theeventscalendar.com/knowledgebase/altering-or-removing-titles-on-calendar-views/.

    Another method, although maybe a bit “hacky,” is to simply hide it with CSS.

    For example:


    .page-id-245 .tribe-events-page-title {
    display: none;
    }

    You would just need to replace the number in “.page-id-xxx” to match your particular page.

    Let me know if either of these methods works for you!

    Thanks,
    Sky

    Sky
    Keymaster

    Ahiad,

    I’m sorry to hear that you are having problems with customers receiving tickets.

    Unfortunately, there is not a way to resend the tickets in bulk, and you will need to do this manually.

    The default WordPress mail functionality is not always reliable. You may look into an SMTP plugin such as this to help with this problem in the future.

    Thanks, and let us know if you have any other questions.
    Sky

    in reply to: Adding a subhead #1434920
    Sky
    Keymaster

    Hi there!

    Thanks for reaching out to us. This customization would indeed be something you need to add a bit of code to be able to achieve. Check out our themer’s guide for in depth instructions on how to create a custom template.

    Good luck! And let us know if you have any more questions.

    Sky

    in reply to: [tribe_events_list] repeated event #1434866
    Sky
    Keymaster

    Hello Jens!

    In Events > Settings > “General” tab, there is a setting called “Recurring event instances.” Checking this will only show the first event in a series within list view. Will this help with what you are wanting to do?

    Thanks,
    Sky

    in reply to: email address showing wordpress for RSVP #1433774
    Sky
    Keymaster

    Joseph,

    It has just been brought to my attention that the default for RSVPs is to use “wordpress@your-website” so this is actually working as expected.

    There is however, a way to customize the from email address, but it requires you to add a code snippet.

    https://gist.github.com/skyshab/6a3e0bd6bb46ddb2556560fb8fe6ddf6

    Add that code to either a custom plugin (preferred) or else to your theme’s functions.php file. Replace “[email protected]” with the desired email address.

    Let me know if that works for you!

    Thanks,
    Sky

    in reply to: License Key Invalid Error #1433711
    Sky
    Keymaster

    Lorie,

    Looking at your account information, your license is now connected to excelsiorwriting.com. Which site domain are you trying to register the license on?

    Thanks,
    Sky

Viewing 15 posts - 1,576 through 1,590 (of 1,654 total)