Cliff

Forum Replies Created

Viewing 15 posts - 5,896 through 5,910 (of 10,686 total)
  • Author
    Posts
  • in reply to: Event's title in event's page ? #1206509
    Cliff
    Member

    Excellent. Thanks for the update.

    in reply to: Events tickets with WooCommerce not saving. #1206507
    Cliff
    Member

    How odd, but great find!

    If you’re talking about wp-admin > Settings > Reading > “Search Engine Visibility” option, that really shouldn’t affect anything with our plugin’s operation.

    in reply to: Moving to Event Aggregator – No Import Wizard offered #1206439
    Cliff
    Member

    Thanks for letting us know. I passed it along and they hadn’t heard of this happening before, but now they know.

    Have a great day.

    in reply to: Include Submitter's Username in Confirmation Email #1206197
    Cliff
    Member

    Hi, Jason.

    I found wp_mail and submission handling functions in /wp-content/plugins/the-events-calendar-community-events/src/Tribe/Main.php but didn’t see any easy, straight-forward way to implement what you asked for regarding email content.

    To change the event’s title, you might be able to hook into save_post_tribe_events

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    in reply to: Hi! #1206189
    Cliff
    Member

    Hi! 🙂

    In our forums we keep our threads focused on just one issue at a time to ensure we fully answer each of your questions/issues. Please keep this in mind for the future. Thanks for your understanding.

    1)

    Please email Support's email address with that question and your order numbers and they’ll be able to answer that question for you.

    2)

    Our plugin creates one master calendar, but you can create the appearance of multiple calendars by using Event Categories.

    Examples:

    There are additional methods and documentation at our Can You Have Multiple Calendars? KB article.

    3)

    You may be interested in our Community Tickets add-on.

    Please let me know if this clarifies things for you.

    in reply to: Event's title in event's page ? #1206185
    Cliff
    Member

    Hi, Maxime.

    In our forums we keep our threads focused on just one issue at a time to ensure we fully answer each of your questions/issues. Please keep this in mind for the future and start a new thread for your additional questions from this thread. Thanks for your understanding, and I’ll answer only your first question.

    You might try playing with this setting: wp-admin > Events > Settings > Display tab > “Events template” option — to see if changing it makes things work better for you.

    If that doesn’t work, I’d suggest asking your theme author how-to for the tribe_events custom post type archive view.

    If you have follow-up questions about this topic, please provide a link to your site’s calendar.

    Thanks!

    in reply to: Requiring login and shouldn't #1206183
    Cliff
    Member

    Hi. I confirmed this is happening at your /events link, but this isn’t part of our plugin.

    I’m not sure which of your plugins or custom code you might have implemented on your site that would cause this.

     

    Please follow our Testing for Conflicts Guide (basically switch to Twenty Sixteen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.

    If that doesn’t work, please enable WP_DEBUG and WP_DEBUG_LOG and share any debug messages you see while changing tickets quantity, navigating your site’s home page, events page, single-event pages, and any other of your site’s pages relevant to this ticket.

    Let us know what you find out.

    Thanks.

    in reply to: Listify Customise Screen Breaks #1206157
    Cliff
    Member

    Hi, Jason.

    Thanks so much for these details.

    Someone on the team had Listify around to test and, if their issue is the same as yours, the outdated JS library their support was referring to is Select2.

    Our plugin is including v3.5.4, but https://select2.github.io/ states the current version is 4.0.3

    I have logged this outdated library bug (not specific to Listify theme, since we don’t provide support for non-default WordPress themes) and will mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.

    I apologize for this issue and appreciate your understanding and patience.

    in reply to: Tribe events venue details #1206155
    Cliff
    Member

    I was able to replicate that on your site, but not on our demo site: http://wpshindig.com/events/today/

    I also wasn’t able to replicate it on my local testing site.

    Your site’s redirect from Day to Week seemed delayed, too. It could be some custom code you have implemented that should be modified or removed.

    in reply to: Cannot Add Events to Calendar #1206154
    Cliff
    Member

    This reply is private.

    in reply to: Ticket Number Duplication #1206143
    Cliff
    Member

    Saha, thanks for the update.

    I’ve discussed your situation directly with our dev/planning team and the best I can offer right now is an update that, looking more deeply into this, there’s not a snippet we can provide to fix this. Also, we won’t be able to start on this until 2017. It seems to be a bit of an edge case, but I did bump up the priority so it hopefully gets addressed ASAP.

    in reply to: Tribe events venue details #1206054
    Cliff
    Member

    This CSS:

    #tribe-events-day .tribe-events-content { float: right; }

    is coming from http://dev.herefordequestrian.co.uk/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-full.min.css

    I was able to replicate this on my testing site so I’ve logged this as a bug internally.

    I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.

    I apologize for this issue and appreciate your understanding and patience.

    You could add this custom CSS temporarily until the fix is released:

    body.post-type-archive-tribe_events #tribe-events-day .tribe-events-content {
    float: left;
    }
    in reply to: "$(…).bumpdown is not a function" error on admin screens #1206051
    Cliff
    Member

    Sorry to hear this is affecting you too, Andrew.

    Please refer to my initial reply to this thread for all the current information.

    in reply to: Where can I find this string? #1206049
    Cliff
    Member

    Sure thing! Have a great day.

    in reply to: Tribe events venue details #1205970
    Cliff
    Member

    Try this:

    .events-list span.tribe-street-address:after {
    content: ",";
    }
Viewing 15 posts - 5,896 through 5,910 (of 10,686 total)