Forum Replies Created
-
AuthorPosts
-
Casey
ParticipantRachel,
Unfortunately, since I’ve never taken on a customization like this, I can’t really help much more beyond the guidance I’ve already given, except for telling you that all of the javascript files used in the plugin are located in the ‘resources’ folder. We don’t have any safe overrides to use when editing javascript, so just keep in mind that any changes you make will be overwritten when you update the plugin.Hopefully that helps get you pointed in the right direction. Good luck! 🙂
-Casey-
Casey
ParticipantAnnarosa,
You should be able to do that by adding some CSS overrides, using the following steps:- Create a ‘tribe-events’ directory in your theme
- Create a file named ‘tribe-events.css’ in the newly created ‘tribe-events’ directory
Then you can add the following CSS to ‘tribe-events.css’:
#tribe-events .tribe-events-ical, #tribe-events .tribe-events-gcal {display:none;}
That should do the trick! Give it a shot and let me know if you have further questions. Thanks! 🙂
-Casey-
Casey
Participantimmeemz,
Unfortunately I don’t have an estimate for you related to this issue. It’s been ticketed for our developers to review, and I’ll definitely give you an update when I have more information for you. Thanks for being patient! 🙂-Casey-
Casey
ParticipantStephen,
Can you try deactivating all other plugins to see if that resolves the issue? If so, then try reactivating them one-by-one to determine if another plugin is the culprit. Give that a try and let me know what you discover. Thanks! 🙂-Casey-
Casey
ParticipantOk, thanks for the update. Just let us know if you need further help here. Thanks! 🙂
-Casey-
Casey
ParticipantStephen,
Unfortunately, we’ll have to agree to disagree here, since our plugin is using WordPress’s core API function, and it’s never a good idea to modify the database directly. The fix that you proposed will also break numerous things, most notably caching.Since there’s not an issue when Yoast is deactivated, I would reach out to their team to see if they’re aware of the previous issue that was raised by our developer.
Thanks and let us know if you have further questions!
-Casey-
Casey
Participantdancepapi,
One of our developers has developed a small, separate plugin that should help with this issue you’re having. Just download the ZIP file from here: https://cloudup.com/c23lu6PhA4u, install it, and activate it. Then you should be seeing it activated in your plugins like this: screenshot.After installing, you should see a new area on your ‘Events->Settings’ page that will allow you to fix duplicates (screenshot). Give that a shot and see if it fixes the issue for you.
This should be a temporary fix until we implement a more permanent fix with the next update. Thanks! 🙂
-Casey-
Casey
ParticipantDaniella,
One of our developers has developed a small, separate plugin that should help with this issue you’re having. Just download the ZIP file from here: https://cloudup.com/c23lu6PhA4u, install it, and activate it. Then you should be seeing it activated in your plugins like this: screenshot.After installing, you should see a new area on your ‘Events->Settings’ page that will allow you to fix duplicates (screenshot). Give that a shot and see if it fixes the issue for you.
This should be a temporary fix until we implement a more permanent fix with the next update. Thanks! 🙂
-Casey-
Casey
Participantnothingtodo,
Thanks for reaching out! Personally, my favorite shared host is ICDSoft. Their performance is above average for a shared hosting provider, and their support is fantastic. I’ve always been pleased with them on personal sites that I’ve developed.As always, search out other suggestions and get feedback from others, as this is just a personal opinion of mine, but I hope that helps!
Thanks! 🙂
-Casey-
Casey
Participantdancepapi,
Our developer has confirmed that this is indeed a bug, and is working to provide a fix for the next release. As a workaround in the meantime, you can disable the scheduling of new events by pasting this snippet into your theme’s functions.php file: https://gist.github.com/jbrinley/10990289Give that a shot and let me know if it solves the issue for now. Thanks! 🙂
-Casey-
Casey
Participantgreyenvelope,
Thanks for getting in touch! You should be able to do this without needing to perform any template overrides at all. Just add the following CSS to your theme’s stylesheet and it should do the trick:
.tribe-events-countdown-widget * {
color:#fff !important;
}
This will change all text inside your countdown widget to be white. If you’re not familiar with CSS and might need to add more styling, feel free to take a look at this CSS tutorial, which should get you pointed in the right direction: http://www.w3schools.com/css/DEFAULT.asp
Thanks! 🙂
-Casey-
Casey
Participantrossfrost,
Thanks for getting in touch, and sorry to hear you’re having trouble here, but hopefully I can help. Take a look at @leah’s reply on this thread and see if it resolves your issue: https://theeventscalendar.com/support/forums/topic/the-events-calendar-pro-doesnt-let-me-enter-license-key-number/#post-129726Then report back here and let me know if you need further help, or if that did the trick. Thanks! 🙂
-Casey-
Casey
Participantacoustical,
Thanks for getting in touch and sorry to hear you’re having trouble here, but hopefully I can help. I’ve updated all of my local environments to 3.9 and am not seeing this error. Can you try deactivating all other plugins to see if that resolves the issue? If so, then try reactivating them one-by-one to determine if another plugin is the culprit. Give that a try and let me know what you discover.Thanks! 🙂
-Casey-
Casey
ParticipantThanks! I’ll pass this along to our developers and let you know when I have more information. Thanks! 🙂
-Casey-
Casey
ParticipantRachel,
Unfortunately our plugin does not easily support adding the Tribe bar to the single events page. In order to do this, you could perform a template override and pull in the tribe bar PHP code in your single-event.php file:
<?php tribe_get_template_part( 'modules/bar' ); ?>
After you pulled in the tribe bar however, it wouldn’t really be wired up to do anything since it relies heavily on javascript. Since I’ve never done that, I’d have to leave that part up to you.
Ultimately, if this is something you’d like to see in a future release, I would suggest submitting it as an idea on our UserVoice page. Our team periodically reviews the most popular ideas for possible inclusion in a future release of the plugin.
Thanks! 🙂
-Casey-
-
AuthorPosts
