Geoff

Forum Replies Created

Viewing 15 posts - 9,151 through 9,165 (of 10,150 total)
  • Author
    Posts
  • in reply to: All-in-one Package #912404
    Geoff
    Member

    Thanks for following up and confirming the answer, Daniel!

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

    Thanks again for checking out the plugins!

    Geoff

    in reply to: Category archive view pulling wrong template #912171
    Geoff
    Member

    Hi there, Scott! Thanks for reaching out and sorry you’re hitting some trouble here. Hopefully we can figure it out here together. 🙂

    First off, are you able to share a link to your site? That would be super helpful, if it’s possible.

    Secondly, could you try temporarily activating the default Twenty Thirteen theme, to see if the issue happens there as well? If disabling the theme fixes it, that’s good news! It means we have narrowed the issue down to a theme conflict.

    If the issue is still there when using the default Twenty Thirteen theme, then we can try testing for conflicts with other installed plugins. Using the Twenty Thirteen, please try deactivating all of your plugins, except for the ones from Modern Tribe. Does that solve the problem? If so, reactivate the plugins one at a time until the issue pops back up, then tell me which one was causing the issue.

    These steps are also outlined here if you want some more details on how to test for conflicts.

    Give those steps a shot and let me know what you find.

    Cheers!
    Geoff

    in reply to: Translation extra field header #912159
    Geoff
    Member

    Hi there winterlinde! Thanks for getting in touch. 🙂

    Great questions. let’s see if we can tackle them one at a time.

    Ik have two extra fields but the header is still in english (other)

    The best way to translate the “Other” heading is to override the additional-fields.php template. To do this:

    • Create a copy of the template. It’s located at /plugins/events-calendar-pro/views/pro/meta/additional-fields.php.
    • Create a new folder in your theme directory called tribe-events
    • Create a new folder in there called pro
    • Create a new folder in there called modules
    • Create one last folder inside there called meta
    • Drop your copied file in there

    Once the copied file is in your theme folder, you can customize it to suit your needs. In this case, you can change the “Other” text on Line 15 to your translated text.

    These steps are outlined in more detail in our Themer’s Guide. I’d suggest checking that out if you run into any difficulty with this. 🙂

    Also Ik like to change event time in closing time Where can I do this?

    Are you trying to change the end time for an event so it ends at a specific time? You can set the start and end time for an event in the event editing screen in the “Event Time & Date” section.

    Cheers!
    Geoff

    in reply to: Event Detail #912140
    Geoff
    Member

    Hey there, Peter!

    That’s an interesting issue. Would you mind opening a new thread so we can tackle it there? That will help us keep the topics clear so we can troubleshoot one issue at a time. 🙂

    I’ll go ahead and close this thread while you open a new thread. In the meantime, will you please try following the steps outlined here to test for conflicts? Give those a shot before opening the new thread and give us details on what you find when starting the new thread. That will help a ton!

    Thanks so much–I really appreciate it. 🙂

    Cheers!
    Geoff

    in reply to: Published Recurring events #912054
    Geoff
    Member

    Awesome! I’m so glad that helped–thanks for following up and letting me know.

    I’ll 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: Published Recurring events #912042
    Geoff
    Member

    Hi there, Shelby! Thanks for getting in touch. 🙂

    Yes, you can head over to Events > Settings and check the box for “Recurring event instances” under General Settings, then save your changes. That will limit the recurring events to just display the first instance of a series.

    I do wan to note that this will only affect the List Views (which includes Photo View). All recurring instances will display in the Month View.

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

    Cheers!
    Geoff

    in reply to: Change "There were no results found" Message #912028
    Geoff
    Member

    Hi there, Joshua!

    Great question. I do want to note first of all, though, that we are fairly limited in terms of helping out with custom development questions like this one. That said, give this snippet a try by pasting it in your theme’s functions.php file.

    Does that do the trick? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Event Detail #912013
    Geoff
    Member

    Yes, a SQL scrub would certainly do the trick as well. Just as a precaution, I do suggest backing up your database before making any edits. I’m sure you would anyway, but I always like to mention that. 🙂

    That data might be in more than one field, so a search and replace is likely your best best for wiping out references to United States.

    Cheers!
    Geoff

    in reply to: Events Pro CSS #912009
    Geoff
    Member

    Hi there, Noah! Thanks for getting in touch and welcome to the forums. Sorry you’re hitting some trouble here, but hopefully we can figure it out here together. 🙂

    It sounds like your theme’s CSS is conflicting a bit with the layout of the plugin. Do you have a link you are able to share? That will help me see what you’re looking at. I do want to mention that we are limited as far as how much custom support we can provide, but I’ll do my best to point you in the right direction.

    I will point out that there is a handy tutorial here on how to use your browser’s DevTools to target the the calendar’s CSS classes. I’d suggest checking that out for guidance as well.

    Cheers!
    Geoff

    in reply to: Event Detail #911992
    Geoff
    Member

    Good question. You can set a default country under Events > Settings > Default Content. However, this will only take effect on a moving forward basis–events that have already been published will need to be edited.

    Cheers!
    Geoff

    in reply to: calendar as start page and custom content in top of it #911989
    Geoff
    Member

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

    Great questions. I do want to note first of all, though, that we are fairly limited in terms of helping out with custom development questions like this one. That said, we’d love to point you in the right direction if we can.

    I’m looking for a way to set the calendar as start page in my wordpress configuration.

    You can show events in the main blog loop by heading over to Events > Settings > General Settings and checking the box to “Include events in main blog loop”. However, I think what you’re looking for is a way to make the full calendar your site’s homepage. While we don’t support that right out of the box, there is a third party plugin called Event Rocket, that will help make that happen. We don’t support that plugin here in the forums, but it’s certainly worth checking out.

    At the same moment i want to add custom content like text and images in top of the calendar (after it’s set as start page).

    You have a couple of different options here. One is to override the default-template.php template file and include your custom content and images directly in the template. Check out our Themer’s Guide for a detailed overview of how to override and customize calendar templates.

    Another option is to hook into the tribe_events_before_html() filter and include your custom content and images in the filter by adding it to your theme’s functions.php file. For example, here is an example of how to use the filter to output custom content in the Month View for the calendar.

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

    Cheers!
    Geoff

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

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

    Great question. One trick I’ve used for discounting tickets is to create two separate tickets: one ticket that goes on sale for the discounted rate and ends sale on the date that the discount ends; and one ticket that starts sale when the discounted ticket sale ends and is priced at the full amount.

    Here’s a screenshot of how I would configure the discount ticket and a screenshot of how I would configure the full price ticket.

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

    Cheers!
    Geoff

    in reply to: Facebook Events created by others? #911954
    Geoff
    Member

    My pleasure! That’s awesome–thanks so much for checking out the plugin. I’m stoked it’s working out. 🙂

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

    Cheers!
    Geoff

    in reply to: All-in-one Package #911952
    Geoff
    Member

    Hi there, Daniel! Thanks so much for getting in touch and checking out the plugins. We’re stoked you’re interested in all of those, for sure. 🙂

    Great question. Unfortunately, there is no discount on product bundles. We do offer discounts and special promotions from time to time and the best way to find out about them is to either follow us on Twitter or sign up for our newsletter (at the bottom of this page).

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

    Cheers!
    Geoff

    in reply to: Woocommerce tickets and WPML #911940
    Geoff
    Member

    That’s interesting! Now it looks like the page is using a completely different template from before.

    Notice how “Upcoming Events” is displayed at the top, yet we’re on a single event page? That makes think there is still a conflict here either with WPML or the theme.

    Does the issue go away when you activate the default Twenty Thirteen theme? How about with Twenty Thirteen activated and all other plugins deactivated?

    Cheers!
    Geoff

Viewing 15 posts - 9,151 through 9,165 (of 10,150 total)