Geoff

Forum Replies Created

Viewing 15 posts - 5,776 through 5,790 (of 10,150 total)
  • Author
    Posts
  • Geoff
    Member

    Hey there, Rich!

    This forum is reserved specifically for pre-sales questions about our premium plugins–which I’d be glad to help answer, if you have any questions about that. If you’d like technical support, you can always hit us up in the open-source forum on WordPress.org.

    In the meantime, I do see the the issue you’re referring to with the current date highlight color and have created a ticket in our system to correct it. Reverting to The Events Calendar 3.12.3 will resolve it for now. Thanks for the heads up!

    Cheers,
    Geoff

    in reply to: How to append the_title with city and state #1022169
    Geoff
    Member

    Hello David and welcome to the forums! I hope you’ve been enjoying the plugins so far. 🙂

    Good question. Try adding this snippet to your theme’s functions.php file:

    https://gist.github.com/geoffgraham/8081a23fbe809cf10a06

    That will append the city and state of the event to the event title in the single event view. Let me know if it does the trick for you.

    Cheers!
    Geoff

    in reply to: 3 column events #1022160
    Geoff
    Member

    Hi Jon and welcome to the forums!

    Good question. Looks like that example is using Photo View, which is an option in the Events > Settings > Display screen. You can change your default view to Photo View and it will align the events in three columns just like that.

    The example also looks like it did a bit of customization to make the columns equal heigh like that. I did come across a tutorial by another customer who outlined how she was able to do just that. That would accomplish the same thing as the Milkwood example.

    Cheers!
    Geoff

    in reply to: Event cost – add tax field #1022154
    Geoff
    Member

    Hey Jason,

    Good question. Additional fields are a good way to go for sure. If you create an additional text field, you can then override the template for event details to remove it from where it currently displays and place it with the cost information instead.

    Our Themer’s Guide has a lot more information on template overrides. The specific templates you are looking for are:

    • additional-fields.php – located in /events-calendar-pro/src/views/pro/modules
    • details.php – located in /the-events-calendar/src/views/modules/meta/

    From there, you can either copy and paste the addition fields code from the first template into the second, or use the tribe_get_custom_field() function to call that specific additional field in the second template.

    Cheers!
    Geoff

    in reply to: Position Tooltips in Week View #1022150
    Geoff
    Member

    Hey there @maquina,

    I see what you mean! Try using this CSS, which will position it differently:

    .tribe-events-tooltip {
    position: relative;
    }

    You can add using a plugin like Simple Custom CSS or by creating a new CSS file in your theme folder at /tribe-events/tribe-styles.css.

    Let me know if that does the trick. 🙂

    Cheers!
    Geoff

    in reply to: iCal creating multiples of imported events #1022146
    Geoff
    Member

    Hi Alex,

    Just wanted to check in and let you know that (1) we’ve dug into this much deeper and (2) there is definitely a bug in the plugin. We’ve bumped the issue up in priority and will provide a patch in an upcoming release.

    So sorry for the trouble here but thanks a ton for reporting this and bearing with me while we pinpointed the issue together–you’ve been great and I really appreciate your help!

    I’ll keep this ticket in Pending Fix status for now and will certainly keep you posted as we know more.

    Thanks!
    Geoff

    in reply to: How to get a 'sign up' button on every event page #1022144
    Geoff
    Member

    Hi Hans,

    I’m afraid we’re unable to provide custom development support here in the forums. I’d be happy to help answer questions you run into along the way as best I can, or at least point you in the right direction.

    We also have a list of freelancers who might be available to help out, if you would prefer that route.

    Thanks!
    Geoff

    in reply to: Displaying events on the blog page #1022140
    Geoff
    Member

    Sorry for the trouble, @amy. This forum is for Pre-Sales questions related to our premium products. I should have been more clear that if you were having technical issues to post in the open-source forums, but incorrectly assumed you had a premium support license. My apologies for that!

    Geoff

    in reply to: CSS styling gone with upgrade #1022139
    Geoff
    Member

    Hey there!

    I just visited the site and it appears to be styled correctly. Were you able to resolve the issue?

    Thanks,
    Geoff

    in reply to: How to get a 'sign up' button on every event page #1021853
    Geoff
    Member

    Sure! Another way to go about it is to override the single-event.php file and add the button there so it always displays. Similarly, you could grab the additional field using the tribe_get_custom_field() function and putting that in the template where you would like it to display, then style it as a button in CSS.

    Here’s more information on how template overrides work, including step-by-step instructions:
    https://theeventscalendar.com/knowledgebase/themers-guide/

    Cheers!
    Geoff

    in reply to: CSS styling gone with upgrade #1021851
    Geoff
    Member

    No worries! Thanks for following up and letting me know the site is restoring.

    Was there perhaps an update to your theme that could have overridden your custom styles? When customizing the calendar styles, we recommend putting them in a separate folder (more on this in our Themer’s Guide) to prevent any changes from getting lost.

    If any styles were lost, then it was likely the result of a theme update or from putting the custom styles in a place where they could be overwritten on a plugin update. In other words, updating The Events Calendar (or any plugin from Modern Tribe) should have no impact on your custom styles unless those styles were contained in the plugin folder.

    I’ll be interested to see your site when it’s back, but do either of those scenarios sound plausible to you?

    Thanks!
    Geoff

    in reply to: Upgraded TEC and TEC PRO and widget no longer appears #1021849
    Geoff
    Member

    My pleasure! Thanks for following up and letting me know. 🙂

    Geoff

    in reply to: How to change category order on top of calendar #1021847
    Geoff
    Member

    Hi @marc-andre — thanks for getting in touch! Nice to see you again. 🙂

    Those categories are actually coming from the Category Colors plugin instead of The Events Calendar. I’m afraid we don’t support that plugin here in these forums, but I’m sure the creators of that plugin would be happy to help out in that forum.

    Sorry I don’t have a solution for you here, but I hope this at least helps point you in the right direction.

    Cheers!
    Geoff

    in reply to: Plan Upgrade #1021842
    Geoff
    Member

    Hi Lee,

    Thanks for getting in touch and for purchasing a license–I appreciate your support!

    Absolutely, you can upgrade to another license any time by logging into your account here on the site and heading to My Account > Licenses. There will be a link to upgrade next to each license.

    Here’s an article that walks through that process in much greater detail. Let me know if that does the trick for you and helps. 🙂

    Cheers!
    Geoff

    in reply to: How to get a 'sign up' button on every event page #1021839
    Geoff
    Member

    Hi Hans and welcome back to the forums. 🙂

    One way to do that would be to use the additional fields feature in PRO, which you already have installed. That allows you to add custom information to your events (including links).

    Here’s an article that covers additional fields in much more detail.

    Will that do the trick and work for you? Please let me know.

    Cheers!
    Geoff

Viewing 15 posts - 5,776 through 5,790 (of 10,150 total)