Geoff

Forum Replies Created

Viewing 15 posts - 9,826 through 9,840 (of 10,150 total)
  • Author
    Posts
  • in reply to: Make mini calendar widget Title a link #807862
    Geoff
    Member

    Hi there Jane, thanks for getting in touch!

    Yes, it’s definitely possible to make the title of the Mini Calendar widget a link, but it will take little bit of customization. You can override the mini-calendar-widget.php template to customize the display of the widget.

    If you haven’t done so already, I’d recommend checking out our Themer’s Guide. This will give you step-by-step instructions for creating template overrides, including those for widgets.

    I’ll also note that the widget title is rendered using WordPress’s standard the_title() template tag, so you should be able to wrap pass the link tags in there in the same way.

    I hope this helps!
    Geoff

    in reply to: FIlter bar does not work on the iPhone #807617
    Geoff
    Member

    Hi there, Daniela! Thanks for getting in touch.:)

    Yes, good question. The Filter Bar add-on is mobile-compatible. On small screens, a “Show Filters” button will appear that, when tapped, will expand the filter options and display another button to collapse the filters. Here is a screenshot of how that should work: http://cl.ly/Y0C3

    I just checked the filters on your site and they seemed to be opening and closing pretty quickly. Is it the loading of the filters once selected that is taking a while? Is the phone on a poor connection that would affect the load? I’d be interested to know what bug you are getting when clicking on the filters so I can try to reproduce it myself. Please let me know if you are getting a specific error message.

    Cheers!
    Geoff

    in reply to: date in content #807540
    Geoff
    Member

    Hi there alonso,

    Honestly, I’m unfamiliar with the NextScripts Social Networks Auto-Poster plugin and what capabilities are available to customize it. Now that you have the variables you would like to use with from the events, this sounds like a great question for the plugin author. Are you able to contact them for more guidance on where to include those variables in their plugin?

    Cheers!
    Geoff

    in reply to: Countdown not moving to next event that is on same day #807531
    Geoff
    Member

    Hi there, Matt! Thanks for getting in touch.

    Good question. The countdown widget comes with the PRO plugin and is assigned to one event at a time.

    For example, if you have two events on the same day at different times, you would go to the Events Countdown widget in Appearance > Widgets and select one of the two events you would like to countdown from. You also have the ability to specify what text to display once the countdown has reached zero. Here is a screenshot of the configurations to help illustrate.

    Once the countdown time has been reached, you can select another event to countdown from. Unfortunately, it will not automatically move to the next event. That’s a great idea though! If you have a moment, we’d love for you to share it on our UserVoice page, which we use to track popular ideas for future releases.

    Does that help answer your question? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: date in content #807502
    Geoff
    Member

    Hi there alonso,

    You could echo the_excerpt and tribe_get_start_date into your Facebook integration to get those into a Facebook post.

    Will that work for you? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Can't find source text for date string in "week" view #807448
    Geoff
    Member

    My pleasure, Boaz! Thanks for following up and confirming the answer. 🙂

    I’m going to go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help!

    Cheers,
    Geoff

    in reply to: Multi-day events – start and finish times for each day? #807442
    Geoff
    Member

    Hi there, Valerie!

    Yes, that’s correct. Purchasing a ticket from either day of a recurring event would subtract inventory from the same ticket. Recurring events have linked inventories since they are selling the same ticket by default.

    Does that help clarify a bit? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Search in Monthly Calendar View #801530
    Geoff
    Member

    Thanks for following up, Brian!

    Yeah, you definitely were not overlooking anything. It’s a chunk of customization but hopefully the documentation points you in the right direction if you decide to take it up.

    Thanks again for reaching out! I’m going to go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Multiple Calendar links with different sets of categories #801510
    Geoff
    Member

    Thanks for confirming the answer, Melissa! Much appreciated. 🙂

    I’m going to go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help.

    Cheers!
    Geoff

    in reply to: Multiple date events #801079
    Geoff
    Member

    My pleasure, Christopher! Thanks for the kind words and for working with us. 🙂

    I’m going to go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help.

    Cheers!
    Geoff

    in reply to: (upcoming || past) && taxonomy #801072
    Geoff
    Member

    Hi there , Guillaume! Thanks for getting in touch and welcome to the forums. We hope you’re enjoying the plugin so far. 🙂

    If I’m understanding correctly, you are trying to display a list of past and upcoming events fro ma specific event category. Is that correct? If so, give this snippet a try. It does exactly that, though you may need to customize it a bit to display exactly how you want.

    Will that work for you? Please let me know.

    Cheers!
    Geoff

    in reply to: Multi-day events – start and finish times for each day? #801018
    Geoff
    Member

    Hi there, Valerie! Welcome back to the forums. 🙂

    Good question. Yes, recurring events is included with the PRO plugin. That means you could set up an event to recur the very next day at the same time and the ticket form will display on both events.

    Does that help answer your question? Please let me know.

    Cheers!
    Geoff

    in reply to: Add class to first day of weak long event #800971
    Geoff
    Member

    Hi there, Jonathan! Thanks for getting in touch and welcome to the forums. We hope you’re enjoying the plugins so far. 🙂

    Great question. There isn’t a specific ID or class for the first and last instances of an event in Month view. However, there is an ID for that specific event on a specific day.

    For example, let’s say you have an event that runs from today (October 10) to October 31. You can target the first and last instances of that event in the CSS with:

    #tribe-events-event-277-10 a, #tribe-events-event-277-31 a {
    color: red;
    }

    …where 277 is the ID of the post and 10 and 31 are the date. This example would change the color of the link to red.

    Does that make sense? Will that work for you? Please let me know.

    Cheers!
    Geoff

    in reply to: Multiple date events #800932
    Geoff
    Member

    Hi there, Christopher! Thanks for getting in touch and welcome to the forums. 🙂

    I’m so sorry if the functionality of recurring events wasn’t totally clear. I can totally see how that would be confusing. We’ve definitely started the process for building free-form recurring posts, but I honestly do not have a specific timeframe for when it will be released.

    One idea might be to use a third party plugin for post duplication (like this one, for example) that would allow you to clone events. I know that’s not exactly the same thing as what you’re looking for, but it could be a possibility to creating similar events in an uneven pattern.

    I want to make sure you get what you pay for, so please feel free to email us at [email protected] with your original receipt if this doesn’t solve the issue and you’d prefer a refund.

    Again, I’m sorry if there was some sort of miscommunication on our part. Please let me know if this helps answer your question.

    Thanks,
    Geoff

    Geoff
    Member

    Update: We have a tutorial that may help out when the page title is also displaying on an event. Check it out and let me know if this helps. 🙂

    Geoff

    • This reply was modified 11 years, 1 month ago by Leah.
Viewing 15 posts - 9,826 through 9,840 (of 10,150 total)