Josh

Forum Replies Created

Viewing 15 posts - 1,636 through 1,650 (of 4,178 total)
  • Author
    Posts
  • in reply to: problem with previous and nexr event "tab" #1061754
    Josh
    Participant

    Hey Koro,

    Thanks for following up with us! I’m glad you were able to find a solution here!

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.

    Thanks!

    in reply to: hide events that have started already #1061751
    Josh
    Participant

    Hey Mat,

    Sorry I wasn’t able to give you more detail on this particular approach. Thanks for adding the feedback on our UserVoice page!

    Yes, a developer should be familiar with using “pre_get_posts()” and could do a little bit of research to determine how to filter out already started events that way.

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.

    Thanks!

    in reply to: order of events: showing events by post date #1059590
    Josh
    Participant

    Hey Marion,

    Thanks for clarifying here.

    I did a little research and I believe we need the original snippet to be modified to include a change on the eventDisplay there.

    
    function tribe_post_date_ordering( $query ) {
    if ( ! empty( $query->tribe_is_multi_posttype ) ) {
    remove_filter( 'posts_fields', array( 'Tribe__Events__Query', 'multi_type_posts_fields' ) );
    $query->set( 'order', 'DESC' );
    $query->set( 'eventDisplay', 'custom' );
    }
    }
    

    Let me know if this helps in your case here.

    Thanks!

    in reply to: Import Past Events from Facebook Page #1059587
    Josh
    Participant

    Hey Joseph,

    No problem.

    I’ll go ahead and close this thread for now. If you have any further questions after you’ve done some testing, please don’t hesitate to open a new thread.

    Thanks!

    Josh
    Participant

    Hey Tom,

    Thanks for adding this here. This will now be available when the developers are looking at this issue.

    Thanks!

    in reply to: Theme Sidebars for Events disappeared #1059328
    Josh
    Participant

    Hey Jeffrey,

    It sounds like you have the code added in the correct place.

    When adding to our templates, it won’t necessarily create the layout you’re looking for. It will only add it to the template. You’ll need to take a look at how your main pages are created with their sidebars and duplicate that structure on the default event template.

    This will make sure that each section, the main calendar and the sidebar get the necessary classes associated with how your theme handles the sidebar width and float.

    Let me know if this helps.

    Thanks!

    in reply to: ECP 4.0.4 update hangs #1059326
    Josh
    Participant

    Hey Dan,

    Thanks for following up here.

    This is definitely some strange behavior. I’ll do some additional test around this to make sure any issues on this front get logged and addressed.

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.

    Thanks!

    in reply to: Recurring event – different dates problem #1059325
    Josh
    Participant

    Hey Nicolas,

    Unfortunately my response here wouldn’t be much different than the one on the previous thread. If you would like, you can open a new thread outlining some of this, however the best place to add this information would be on our UserVoice page. There are some great points here and we would love to have those suggestions logged there.

    Since the issue for the original poster have been addressed I’ll close this thread for now. If you have any further questions please don’t hesitate to open a new thread.

    Thanks!

    in reply to: Page title #1059322
    Josh
    Participant

    Hey Mark,

    Thanks for following up! That makes more sense now for what I should be testing.

    To clarify again, is that social sharing feature being added by this plugin https://wordpress.org/plugins/mashsharer/?

    Thanks!

    in reply to: Unable to import selected event #1059321
    Josh
    Participant

    Hey Stacey,

    That’s definitely strange, nothing there seems like it would impact the functionality here.

    I apologize if you’ve already followed these steps, looking back over the thread I didn’t see it mentioned explicitly but have you tried following the Testing for Conflicts procedures to ensure there isn’t a conflict with an existing plugin or theme?

    Thanks!

    in reply to: Multi-day Event (not consecutive) #1059319
    Josh
    Participant

    Hey Nicolas,

    Thanks for reaching out to us! I apologize for any confusion there may have been about the way the custom occurrence may have worked.

    In regards to yearly recurrences, there are a couple of things you’ll want to make sure of when creating those. First, you’ll want to update your main event settings tab to create recurring events in advance for longer than 24 months. If that is left at default, you’ll only get your recurrence for the first and second year.

    Secondly, when creating the recurrence, make sure you’ve got the custom setting for “will end on” and set to a date after the last recurrence in your series.

    If you would like, we would also like to hear from you on our UserVoice page about the expected behavior or functionality associated with our recurring events feature.

    Thanks!

    in reply to: Add a contact form to event page #1058887
    Josh
    Participant

    Hey Christoffer,

    Thanks for reaching out to us!

    Sure thing! When you create a form with Contact Form 7 they provide a shortcode for adding that form to a page. You can add the form to your events within the WYSIWYG when editing your events.

    If you would like to automatically add this to all events, you can follow the themer’s guide to add the single-event.php file into your theme and include a “do_shortcode(‘[your form shortcode]’);” directly within the template file.

    Let me know if this helps.

    Thanks!

    in reply to: renewing license key #1058883
    Josh
    Participant

    Hey Julie,

    You can renew your license by logging into your account here and renewing the licenses on your License page. If you’re having trouble with your login, you can send an email to support[at]theeventscalendar.com and we’d be happy to help you in recovering your account there.

    Thanks!

    in reply to: Import Past Events from Facebook Page #1058880
    Josh
    Participant

    Hey Joe,

    Thanks for reaching out to us!

    Unfortunately I don’t believe there is a simple way to automate the import of the past events from a page using our Facebook Importer plugins. The only built-in way would be to get the event IDs like you mention and import that way.

    You could possibly modify the core functionality of the import since I do believe there is a current/future event type of check on the import.

    Sorry I wasn’t able to give you a direct answer for this one.

    Thanks!

    in reply to: Community Events – Add Organizer / Add another rule #1058877
    Josh
    Participant

    Hey CDC,

    Looking at the site, it appears that the form fields are inheriting the styles for the fields set by the theme. When using the “Add another organizer” link it loads the new organizer fields and displays just like the other organizer fields https://cloudup.com/cphq1gkB7Oh.

    For sizing or spacing concerns you can target each of the fields and set the appropriate size within your theme’s stylesheet or within a “tribe-events.css” file within a “tribe-events” folder within your theme.

    Let me know if this helps.

    Thanks!

Viewing 15 posts - 1,636 through 1,650 (of 4,178 total)