Forum Replies Created
-
AuthorPosts
-
Cliff
MemberExcellent. Thanks for the update.
Cliff
MemberHow 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.
December 15, 2016 at 8:15 am in reply to: Moving to Event Aggregator – No Import Wizard offered #1206439Cliff
MemberThanks 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.
December 14, 2016 at 3:30 pm in reply to: Include Submitter's Username in Confirmation Email #1206197Cliff
MemberHi, 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.
Cliff
MemberHi! 🙂
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Â
 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:
- main/master calendar where all the site’s events appear:Â http://wpshindig.com/events/
- WP Meetups category calendar:Â http://wpshindig.com/events/category/wp-meetups/
- Learning category calendar:Â http://wpshindig.com/events/category/learning/
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.
Cliff
MemberHi, 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!
Cliff
MemberHi. 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.
Cliff
MemberHi, 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.
Cliff
MemberI 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.
Cliff
MemberThis reply is private.
Cliff
MemberSaha, 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.
Cliff
MemberThis 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; }December 14, 2016 at 11:07 am in reply to: "$(…).bumpdown is not a function" error on admin screens #1206051Cliff
MemberSorry to hear this is affecting you too, Andrew.
Please refer to my initial reply to this thread for all the current information.
Cliff
MemberSure thing! Have a great day.
Cliff
MemberTry this:
.events-list span.tribe-street-address:after { content: ","; } -
AuthorPosts
