Jonah

Forum Replies Created

Viewing 15 posts - 2,251 through 2,265 (of 4,001 total)
  • Author
    Posts
  • in reply to: Overnight events #24902
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Upcoming Events Layout Question #24901
    Jonah
    Participant

    Hi 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

    in reply to: Multiple Calendars or "Main" Listings Pages #24899
    Jonah
    Participant

    Hi 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,
    Jonah

    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Clicking event title link on the Upcoming Events Page #24895
    Jonah
    Participant

    Hi 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

    in reply to: Events end time appears as one hour later… #24849
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Removing Feilds from "Add New Event" Page #24848
    Jonah
    Participant

    Hi 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:

    Apply Custom CSS to Admin Area


    http://wp-snippets.com/custom-admin-css/

    I hope that helps!

    – Jonah

    in reply to: Auto-post to Twitter #24847
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Make Events Calendar the Website Homepage #24845
    Jonah
    Participant

    Hi 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

    in reply to: Using additional post types #24838
    Jonah
    Participant

    Hey 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,
    – Jonah

    in reply to: Calendar will not display when using WooThemes Whitelight theme #24825
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Cannot save certain recurring events #24824
    Jonah
    Participant

    Ooops, 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,
    Jonah

    in reply to: Yoast & ECP #24820
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Date in the Events List #24819
    Jonah
    Participant

    Hi Javier,

    Glad to hear this worked for you! Let us know if there’s anything else we can do for you.

    Regards,
    Jonah

    in reply to: Template Override for Single Month #24813
    Jonah
    Participant

    Hi 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

Viewing 15 posts - 2,251 through 2,265 (of 4,001 total)