Geoff

Forum Replies Created

Viewing 15 posts - 9,001 through 9,015 (of 10,150 total)
  • Author
    Posts
  • in reply to: Individual maps not displaying on events #923834
    Geoff
    Member

    Hey there! This thread’s been quiet for a while, so I’m going to go ahead and close it. If we can help with anything else, though, please don’t hesitate to open a new thread. We’d be happy to help. 🙂

    in reply to: Events Pro CSS #923832
    Geoff
    Member

    Hey there, Noah! I’m going to go ahead and close this thread since it’s been a while, but please let us know if anything else comes up and we’d be happy to help.

    Cheers,
    Geoff

    in reply to: Discount if purchased before date #923829
    Geoff
    Member

    Hey there, Matt! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to open a new thread. We’d be happy to help. 🙂

    in reply to: CSV Import – Publish Date #923827
    Geoff
    Member

    Hey there, Donnie! Just checking in to see if there’s been any further update or if you still need assistance on this one–let me know. 🙂

    in reply to: CSV Upload Tags #923825
    Geoff
    Member

    Hey there, Parker! Just checking in to see if there’s been any further update or if you still need assistance on this one–let me know. 🙂

    in reply to: Past events list #923823
    Geoff
    Member

    Hey there, Emilie! Just checking in to see if there’s been any further update or if you still need assistance on this one–let me know. 🙂

    in reply to: place the events page in a specific page #923819
    Geoff
    Member

    Hey there, Barak! Just checking in to see if there’s been any further update or if you still need assistance on this one–let me know. 🙂

    in reply to: Clickable Featured Image #923816
    Geoff
    Member

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

    Good question. First off, I do want to point out that we’re fairly limited in how much support we can provide for custom development questions like this, but I’m happy to help point you in the right direction, if I can.

    I think the best way to add a link to a larger size of the image is to modify the single-event.php template. To do this:

    • Make a copy of the file. It’s located in /plugins/the-events-calendar/views/single-event.php
    • Make a new folder in your theme directory called “tribe-events”
    • Drop the copied file in the new folder

    You can find more detailed steps on template overrides in our Themer’s Guide.

    Now that the template is in your theme folder, you can customize it to suite your needs. In this case, you will want to replace lines 54-55:

    <!-- Event featured image, but exclude link -->
    <?php echo tribe_event_featured_image( $event_id, 'full', false ); ?>

    With this:

    https://gist.github.com/geoffgraham/bbf7c09e71e8421f373d

    Please note the “Medium” size in there. That will allow you to remove the custom CSS you set up to resize the image originally and use the Medium version of the file instead. Then, the link will take you to the full size. You can use different sizes as well instead of medium.

    I hope this helps point you in the right direction!

    Geoff

    in reply to: cannot customize single event #923805
    Geoff
    Member

    Awesome, it seems like we’re on the right track. At least we have a page to work with now. 🙂

    Do you have any caching or SEO plugins installed? If so, will you please try clearing the site’s cache, then flush the permalinks again? Any difference there?

    For what it’s worth, I tried re-creating the same environment as yours, and was also getting the Page Not Found error (though in English), and was able to resolve it by flushing my permalinks again. I’m hoping the same happens for you as well, but it might be a little trickier with caching and SEO plugins in there. We’ll figure it out though. 🙂

    Give that a shot and let me know if it helps. Thanks for working with me on this!

    Geoff

    in reply to: Business Directory Suggestions? #923802
    Geoff
    Member

    Hi there, Steve!

    First off, thanks for purchasing the plugins! We’re stoked to have you aboard and I want to welcome you here to the forums. 🙂

    Good question. How do you intend on using a business directory and how would events be used in that directory?

    I imagine any integration is going to require at least a little bit of custom development to get things moving. I am unaware of any business directory plugins or software that I could recommend, but it might help to know how you would be using it.

    Cheers!
    Geoff

    in reply to: Visualization of a category #923800
    Geoff
    Member

    Hi there, FA!

    Good question. Yes, this possible even with the free version of the plugin. You can view past events in a specific category by going to a URL that is structured like this:

    [your-site]/category/[category-slug]/?tribe_event_display=past

    So, for example, past events in a category called Concert would look like this:

    [your-site]/category/concert/?tribe_event_display=past

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

    Cheers!
    Geoff

    in reply to: Photo Galleries in Event posts #923796
    Geoff
    Member

    Hi there, Curt! Thanks for reaching out and for checking out the plugins. 🙂

    Yes, we do support the default Gallery functionality that comes packaged in WordPress. However, if you’re looking for a third-party solution, then I think the bigger question is whether that plugin will support custom post types. Events are registered as custom posts in WordPress (tribe_events), so any image gallery plugin you choose should support custom post types as well.

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

    Cheers!
    Geoff

    in reply to: Changing the meta title on photo page #923790
    Geoff
    Member

    Hi there, Alex!

    First off, great job finding and trying that tutorial. That’s exactly the right place and will get you what you’re looking for.

    If you’re getting a PHP error, then it’s likely that the there is either a typo in your snippet or the snippet is in an incorrect place in the functions.php file.

    Here’s the snippet you will want to use:

    https://gist.github.com/geoffgraham/35be50c46146a55e7855

    I tested it out and it seems to do the trick. You’ll just want to make sure it is properly placed in your functions.php file. Typically, that’s at the very end of the file, though that can vary based on your theme or other customizations that have been made. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    Hello Gee! Thanks for reaching out and checking out the plugins. 🙂

    Great question. The short answer is that the plugin does not currently support SMS delivery right out of the box. Tickets are delivered by email after the transaction has been completed.

    I do see that there are third-party add-ons for WooCommerce that integrate SMS. So, for example, if you are using The Events Calendar + WooCommerce + WooTickets, you may be able to use one of the additional WooCommerce add-ons to integrate that functionality. I have not personally tested any of the available options out there, but it might be worth looking into and perhaps even reaching out to those developers to see if there is a match there.

    We’re always taking new feature suggestions on our UserVoice page. I see someone has made a similar suggestion recently, which you could add your vote to, or even comment on to share how it would be useful for you as well.

    Let me know of this helps answer your question–thanks again for getting in touch!

    Cheers,
    Geoff

    in reply to: Events repeating for 2 days don't repeat for 2nd day #923756
    Geoff
    Member

    Great sleuthing work! Man, sounds like you nailed it. 🙂

    Nice job finding the conflict with Event Rocket. You did the right thing by notifying the author. I’ll see if I can’t do the same.

    Interesting find with the Date Settings. It’s true that the plugin gathers its date settings from what’s set in WordPress, so it makes sense that what was selected there would help resolve the issue as well. I’ll make a note for our team to look at DST settings more closely and ensure there is no conflict, but it sounds like UTC is a good workaround for this case.

    I’ll go ahead and close this thread since it sounds like things are pointed back on the right track, but please feel free to start a new thread if something else comes up and we’d be happy to help. We’ll also follow up with you here if we find out anything else with DST.

    Thanks so much for your help!

    Geiff

Viewing 15 posts - 9,001 through 9,015 (of 10,150 total)