Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Tristan,
The multiday cutoff setting should help with this. Go to Events > Settings > General and try playing with this setting: http://cl.ly/image/2b2L0G012A3I
I hope that helps but let me know if not.
Thanks,
JonahJonah
ParticipantHi Summer,
This example is a highly customized implementation of our plugin and would require a fair amount of customization. To get started I would suggest taking a look at out themer’s guide: https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
We also have a slew of other tutorials to help you right here: https://theeventscalendar.com/the-events-calendar-for-wordpress-tutorials/
The “All” strip is another customization where they are using something like http://luis-almeida.github.com/filtrify/ or http://razorjack.net/quicksand/ or http://isotope.metafizzy.co/ to filter records on the page.
I hope that helps and good luck with your customizations!
– Jonah
Jonah
ParticipantHi Phil,
The plugin is limited to only one instance but you could setup your own custom queries on any other page for any events you want. You can do this using tribe_get_events() which is documented here: https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-general-functions/#functiontribe_get_events
Other than that you would need to separate and filter things out via categories.
I hope that helps!
Cheers,
JonahSeptember 12, 2012 at 7:38 am in reply to: Display conflicts with Tribulant Newsletter plugin. Any hacks to fix? #24898Jonah
ParticipantHi Christina,
Have you tried changing the Events Template setting in Events > Settings > Template? That might help with this. Would you be able to email me a copy of the Newsletter plugin for evaluation purposes only so I can test things out myself? Please email to pro [at] tri [dot] be
Thanks,
JonahSeptember 12, 2012 at 7:34 am in reply to: Clicking event title link on the Upcoming Events Page #24895Jonah
ParticipantHi Bonnie,
You could easily disable the link by doing a template override on the list view. Simply make a copy of /wp-content/plugins/the-events-calendar/views/list.php and place in an ‘events’ folder in your theme and then open that up in a code editor. Then, find line 40 and change it to: https://www.sourcedrop.net/82F09d4440b3f
I hope that helps but let me know if you need anything else!
– Jonah
Jonah
ParticipantHi Javier,
That’s strange. Have you tried deactivating all other plugins to see if there’s a conflict there? What about reverting to the Twenty Eleven theme to see if it’s a problem with your theme? I would start there. Let me know what you find.
Thanks,
JonahJonah
ParticipantHi Andrew,
The best way to do this is to simply hide these fields with custom admin CSS that you can apply by retrieving the selectors of the elements you want to hide and then setting display: none
There are a few ways to do this:
http://wp-snippets.com/custom-admin-css/I hope that helps!
– Jonah
Jonah
ParticipantHi Andrea,
What plugin are you using for the auto tweets? I don’t think we’ll be able to help you with this. You’ll need to figure out how to exclude the venues in the tweets via whoever wrote that plugin.
Regards,
JonahJonah
ParticipantHi Ben,
You can include the gridview.php file anywhere on your website and display the calendar. You can do that with something like this:
include('wp-content/plugins/the-events-calendar/views/gridview.php');
You would either want to add that directly to something like your page.php theme template file or throw it in a hook. If you only want it showing on the home page you would use this conditional code:
if(is_front_page() || is_page('home')) {
include('wp-content/plugins/the-events-calendar/views/gridview.php');
}
I hope that helps!– Jonah
Jonah
ParticipantHey yellowhousedesign,
That looks close. You can try adding some additional conditional wrappers to the code to get it to affect the different views you need to. This may help: https://gist.github.com/2415009
Cheers,
– JonahSeptember 11, 2012 at 12:03 pm in reply to: Calendar will not display when using WooThemes Whitelight theme #24825Jonah
ParticipantHi guys,
I researched this a bit further and got the devs involved but unfortunately we do not have the bandwidth to be able to help with this issue. It appears isolated to the Whitelight theme because I tried 3 other Woo Themes and they all worked fine. My suggestion would be to contact Woo support about this conflict and see if they can help you resolve it. Sorry for not being able to provide more here.
Regards,
JonahJonah
ParticipantOoops, my bad. 2.0.9 has not been released yet but it will be shortly. Please look for it and try it out when it comes out because I’m pretty positive this fixes the issues.
Thanks,
JonahJonah
ParticipantHi Jon,
Ok, can you send us a copy of your theme? Please email to pro [at] tri [dot] be and reference this thread and attention it to me. I’ll take a look and see what else I can find.
Thanks,
JonahJonah
ParticipantHi Javier,
Glad to hear this worked for you! Let us know if there’s anything else we can do for you.
Regards,
JonahJonah
ParticipantHi Grant,
I just heard back from one of our developers and unfortunately this would be too difficult for us to be able to provide a solution for. You’ll either need to figure out how to do it yourself or hire someone to help you. FYI, there are two functions you might want to take a look at that may help you with this:
tribe_get_current_month_text();
tribe_get_month_view_date();
Neither one will work in AJAX mode but maybe this will give you a place to start to be able to update what is output by either of those functions when navigating the calendar in AJAX mode.Good luck and do please share any solution you come across!
Regards,
Jonah -
AuthorPosts
