Forum Replies Created
-
AuthorPosts
-
Casey
ParticipantOur Community add-on just uses the standard wp_mail() function to send email alerts, so could you also verify that your standard WordPress emails are going through?
To test this, try going to your ‘reset password‘ page and see if you receive an email from there.
Try that and let me know what you discover. Thanks! π
-Casey-
Casey
ParticipantSo this is auto? Thereβs no way to define wich events are related?
That’s correct. 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.
The current related posts functionality uses the tribe_get_related_posts function to automatically pull in related posts. If you’re adept at PHP, you could definitely customize this yourself using the ‘tribe_get_related_posts’ or ‘tribe_related_posts_args’ filter hooks we’ve allowed for in that function.
Your other option would to override the ‘related-events.php’ file and pull in your own content there.
Hope that helps! Thanks! π
-Casey-
Casey
ParticipantAwesome! 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://m.tri.be/jw
Thanks in advance. π
Cheers,
CaseyCasey
Participantjoecalibre,
I definitely wouldn’t suggest trying to customize any ajax-related functionality, as your changes might not work if we modify the code-base in a later version. As such, we unfortunately can’t offer you much more help here, but hopefully you’re able to find what you need by searching our docs or searching the codebase with a good file search program.Good luck and Thanks! π
-Casey-
Casey
ParticipantDante,
Thank you for that information. That has helped alot. One last question, where can I restyle the filter box? I cannot pin point that css code. Thank you.
We don’t currently have a CSS override file available for the filter bar, but are hoping to implement this in a future version. In the mean time, you could put the applicable filter-bar styles in your tribe-events.css file and put ‘!important‘ on your CSS rules to make sure they are applied.
Give that a shot and let me know if you need further help. Thanks! π
-Casey-
Casey
Participantangoddard,
Thanks for getting in touch! Where exactly are you calling this function from? If you’re calling it outside of the WordPress loop, then you’ll also need to pass the post ID of the Event that you want to display related events for. If you’re calling it inside the loop, then you should just call it like this://Called from inside the WordPress loop $related_posts = tribe_get_related_posts( 4 ); //Called from outside the WordPress loop $post_id = 245; // some integer $related_posts = tribe_get_related_posts( 4, $post_id );Then you’d have to loop through the items in the $related_posts variable and display them. Take a look at ‘views/pro/related-events.php’ for a good example on how to do this, and then let me know if you have further questions. Thanks! π
-Casey-
Casey
Participantpearlbrands,
Thanks for getting in touch and sorry to hear you’re having trouble here, but hopefully I can help. Have you tried different email addresses to see if it’s something related to emails that are being sent by your server? I would suggest trying an email address with a different domain name (ex: [email protected]) to see if those emails go through.You might also take a look in your spam folder to make sure they’re not accidentally getting marked as spam.
Try that and let me know if you need further help. Thanks! π
-Casey-
Casey
Participantfccilm,
Thanks for reaching out! Take a look at our themer’s guide to learn more about customizing styles. At first glance, it looks like you’ll need to change your stylesheet to ‘tribe-events-pro.css’ as the filename, and I think that will solve the issue for you.Give that a shot and let me know if I can help further. Thanks! π
-Casey-
Casey
Participantframegirona,
Thanks for getting in touch! The related events are displayed automatically, and can be disabled by going to ‘Events->Settings->Display’ and checking ‘Hide Related Events’ (screenshot).If you’d like to customize how the related events look, you can perform a template override (see our themer’s guide for more info on how to do this) on the related-events.php file. Then you can customize the HTML to display as you’d like.
Hopefully my response above helps to get you pointed in the right direction, but let me know if I can help further. Thanks! π
-Casey-
Casey
Participantsccbggrazing,
Thanks for getting in touch! Yes, all of our plugins require WordPress to work and will not function otherwise. Hopefully that helps to answer your question, but let me know if I can help further. Thanks! π-Casey-
Casey
Participantels76uk,
Thanks for getting in touch! You can make any customizations you want to the widget by performing a template override on the widget file. Take a look at our themer’s guide, which has instructions on how to do this and which files to modify.After starting there, just let me know if you have further questions. Thanks! π
-Casey-
Casey
ParticipantJesse,
Thanks for getting in touch! Our free version of the Events Calendar (as well as PRO) has an Event importer that can take a CSV file of events and import them. Feel free to try that out, and hopefully it will do what you’re wanting. Thanks! π-Casey-
Casey
Participantbodin,
Thanks for getting in touch! I’m noticing that you have a template override directory (‘tribe-events’) in your theme folder. If you’re overriding the List Widget template file, then you’ll need to make sure you update the template file to the latest version as the list widget has changed a bit in version 3.6 (read more here).Give that a try and let me know if that helps the issue. Thanks! π
levymarketing,
If your issue is the same as the above please do feel free to monitor this thread, but if you need assistance for your own specific scenario it would be great if you could create a fresh thread of your own. Thanks!-Casey-
Casey
Participanttonyshawjr,
Thanks for getting in touch and sorry to hear you’re having trouble here, but hopefully I can help. When I attempt to navigate to a previous month on your calender, I’m seeing this javascript error: http://grab.by/xqvI.You’ll need to make sure that you’re accessing your site with the URL that is set in the WordPress settings, or you’ll get javascript security warnings. When I access your site at this URL (http://texasdistrict.com/calendar/) it works fine.
Give that a try and let me know if you have further questions. Thanks! π
-Casey-
Casey
ParticipantThanks 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.
Feel free to start a new thread if you have further questions.
Thanks! π
Cheers,
Casey -
AuthorPosts
