Forum Replies Created
-
AuthorPosts
-
Casey
ParticipantThanks for confirming that this got you sorted. Since it sound like you’re all set here, I’m going to mark this thread “Answered” and close it out.
By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5
Thanks in advance. 🙂
Cheers,
CaseyCasey
ParticipantBart,
This is definitely possible using some of the conditional tags that Community has. To determine if you’re on a Community Page, try using this in your PHP:
if (tribe_is_community_edit_event_page() || tribe_is_community_my_events_page()) {
// Insert code for your custom header here
}
Give that a try and let me know if it does the trick. Thanks!
Casey
ParticipantTeri,
This is definitely a unique use-case scenario, and one that we haven’t experienced often. As a workaround, you might think about using different browsers (or a private browsing session) for different users. I think this should resolve the issue you’re having, but let me know if you continue to experience this problem. Thanks!Casey
ParticipantAlfemand,
Thanks for reaching out, and sorry to hear that you’re having this issue. Have you tried switching to the default 2013 theme to see if the issue persists?Casey
ParticipantLamagia,
Thanks for reaching out, and sorry to hear that you’re having this issue! I’m seeing the same behavior in my test environment, so I’m going to open up a ticket with one of our developers to take a closer look. Please stand by.Casey
ParticipantIt looks like this is a duplicate thread. I’m going to close this one and reply on the other thread. Thanks!
Casey
ParticipantTeri,
Are you logging out every time before trying to login as another user? I know it’s possible to login as another user (before logging out) by going directly to wp-login.php. If that’s the case, then it’s possible you still have a lingering cookie from the previously logged-in user in your browser. My suggestion would be to always log out before switching to another user, but let me know if you’re already doing that so I can investigate further.Thanks!
December 27, 2013 at 11:07 am in reply to: Wrong gettext-domain in venue.php preventing translation #84283Casey
ParticipantSebastian,
Can you confirm what version of Community you’re using? I’m not seeing this in the latest version of Community, so it might be time for you to update the plugin. Just let me know. Thanks!Casey
ParticipantJames,
It’s not currently possible to add text to the bottom of the Community Login page, but you can add text to the top of the page. Just add the following code to your theme’s functions.php file and it should do the trick for you: https://gist.github.com/ckpicker/7360689. Please note, you’ll need to modify the code a little to display your message/HTML.Just let me know if that does the trick!
Casey
ParticipantMichelle,
So sorry to hear that you’re having this issue! Hopefully we can get to the bottom of this and figure out what’s going on. Let’s try resetting your license keys.1) Go into ‘Events->Settings->Licenses’ and clear out all license keys entered there, and click ‘Save Changes’
2) Go to https://theeventscalendar.com/license-keys/ and click ‘Disconnect Now’ next to all of the licenses for the site in question (screenshot: http://d.pr/i/Qsby)
3) Now copy all of your license keys
3) Go back to ‘Events->Settings->Licenses’ and paste in your license keys (making sure that there are no stray spaces in the key)
4) Once all license keys are entered click ‘Save Changes’Hopefully that should reset things and prevent this problem from happening in the future, but please let me know if you continue to experience this issue.
Thanks!
Casey
ParticipantHappy to help!
December 20, 2013 at 6:18 am in reply to: Duplicate Community Events – Solved, but not WordPress-like – Please check #83006Casey
ParticipantAndreas,
Thanks for that! Would you mind submitting this idea as a feature request on our UserVoice page? This will allow us to gauge how many other users are looking for similar functionality, and help us decide if it should be included in a future version of the plugin.Thanks again and let me know if you have any further questions!
Casey
ParticipantDimitris,
I just wanted to give you a quick update. Since I wasn’t able to replicate this issue in my environment, I’ve asked one of our developers to try to replicate the issue using a Greek WordPress install.Thanks for being patient and I’ll give you an update as soon as I can!
Casey
ParticipantDimitris,
I’m still looking into this issue, as I believe it has something to do with foreign language installs. Let me do some test scenarios on my end and I’ll let you know if I’m able to replicate this. Thanks for being patient!Casey
ParticipantDimitri,
You have to make sure the events, venues, and organizers are approved and published before they’ll show up on the Event Submission form. By default, they show up as ‘Pending’.Try going to ‘Settings->Events->Settings->Community’ and changing the ‘Default Status for Submitted Events’ to published like this: http://d.pr/i/UFcq
Let me know if that resolves the issue.
-
AuthorPosts
