Forum Replies Created
-
AuthorPosts
-
Casey
Participantmending,
You shouldn’t be putting the entire function in there. You should just be able to do something like this to output the organizer name:
<?php echo tribe_get_organizer(); ?>
Hope that helps!
Casey
ParticipantHappy to help! Since it looks like you’re all set here, I’m going to go ahead and close this thread out. Feel free to start a new thread if you have further questions, or need more help. Thanks! đ
-Casey-
Casey
Participantjtnews,
Thanks for getting in touch! Sorry to hear you’re having trouble here, but hopefully I can help. If your users don’t need any back-end access to your site, then I would suggest setting them up as subscribers, since they’ll have the fewest permissions with that role.When users login via your Event Submission Page (http://www.jewishsound.org/calendar/community/add) they’re not being redirected? I’ve verified that this working correctly in my environment, so could you verify that you don’t have any other plugins activated (or customizations in your theme) that might be overriding what URL users get redirected to after logging in?
Thanks! đ
-Casey-
Casey
ParticipantStefanie,
Thanks for getting in touch. The current version of the plugin is not responsive, but we have plans to release responsiveness in our next version. Regarding support for the free plugin, you’ll find the support you need over in the WordPress.org support forums.I hope that helps to answer your questions. Thanks! đ
-Casey-
Casey
Participantkingconga,
Thanks for reaching out! I can’t personally speak to the accuracy of third-party tutorials, but several users have reported success with this approach. I would suggest following the steps in the tutorial, and reaching out to the author if you have any questions.Another option is to use the Community Events add-on to allow users to submit events from the front-end of your site. This would be the easiest method with the least amount of setup on your part.
Give those suggestions a try and let me know if I can help to answer further questions. Thanks! đ
-Casey-
Casey
ParticipantIt looks like this was indeed a duplicate of your previous post. I’ll go ahead and close this one out and reply over on your previous thread. Thanks! đ
-Casey-
March 26, 2014 at 5:58 am in reply to: The word Shop appears at the upper left on my Event Listings #123306Casey
ParticipantGreat! Thanks for confirming that this got you sorted. Since it looks like you’re all set, 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
ParticipantTobias,
Can you try temporarily reverting to the default 2013 theme to see if this issue persists? I suspect that this is an issue with the customizations you made in your theme, but just want to narrow it down a bit before troubleshooting further. Give that a try and let me know what you discover.Thanks! đ
-Casey-
Casey
ParticipantYes, you’re right, that’s the correct file to modify for the week view tooltips. Sorry, my previous reply was referring to the Month View tooltips. đ You’ll need to use the tribe_get_organizer() function in order to display the organizer in your tooltips.
Take a look at the documentation there in order to see how to use the function. Good luck!
Thanks! đ
-Casey-
Casey
ParticipantIn order to customize the Event List view, you’ll need to perform a template override. Here’s how to do this:
- Just create the following new directory structure in your theme directory: â/tribe-events/â
- After doing that, go to âwp-content/plugins/the-events-calendar/views/â and copy over list.php to the new directory you created in Step 1.
Then you’ll need to put your custom code to display Category images in list.php.
I hope that helps to get you pointed in the right direction. Good luck! Thanks! đ
-Casey-
Casey
ParticipantDan,
Have you performed any template overrides on the Calendar widget? That’s the only other thing I could think might be causing issues with your theme, since some of the widget template files might have changed since the previous version. Since everything seems to be working correctly with the default theme, unfortunately I won’t be able to offer much more help than that.If you’ve performed any overrides, then I would suggest that you update your template files from the latest version to see if that fixes the issue. Good luck, and let me know if you have further questions.
Thanks! đ
-Casey-
Casey
ParticipantGreat! Thanks for confirming that this got you sorted. Since it looks like you’re all set, 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
ParticipantOk, no worries. I’ll leave this open in the mean time. Thanks! đ
-Casey-
Casey
ParticipantYes, that’s correct. You’ll want to look for the DIV with a class of ‘tribe-events-tooltip’. Good luck!
Casey
ParticipantOliver,
You’re correct. The Venue field will need to be handled differently, since it can possibly contain multiple values. You’ll have to pass individual fields like ‘venue[Venue]’ and ‘venue[Address]’ for example. Give that a try and see it does the trick. Thanks!-Casey-
-
AuthorPosts
