Casey

Forum Replies Created

Viewing 15 posts - 2,956 through 2,970 (of 3,499 total)
  • Author
    Posts
  • in reply to: want to add introductory text to add event page #2 #67723
    Casey
    Participant

    Wckg – thanks for reaching out! You’re not the only user to report this issue (here & here) and we have a fix coming for this in the next release, which is just days away.

    Thanks!

    in reply to: Redirect After Adding an Event #67671
    Casey
    Participant

    Happy to help! Just let me know if this does the trick for you.

    in reply to: Redirect After Adding an Event #67669
    Casey
    Participant

    Kyle,
    This should do the trick for you. Just put this code in your functions.php file and make the appropriate modifications. Thanks!

    https://gist.github.com/jbrinley/6693934

    in reply to: Conditionals to Change Page on Submission Form #67596
    Casey
    Participant

    This reply is private.

    in reply to: Conditionals to Change Page on Submission Form #67558
    Casey
    Participant

    That’s correct, but unfortunately it will not be compatible with TEC 2.0 so you’ll have to make sure to update all Tribe plugins to ensure compatibility.

    in reply to: Redirect After Adding an Event #67530
    Casey
    Participant

    Kyle,
    I’m pretty sure that this isn’t currently possible with Community, but let me reach out to one of our developers and investigate further. Please stand by. Thanks!

    in reply to: Remove date, author "posted in" from submission form page #67526
    Casey
    Participant

    Trailheadcreative,
    You could probably use some CSS to target these items and hide them. Try adding something like this to your stylesheet:


    .tribe_community_edit .catItemDateCreated, .tribe_community_edit p.meta {
    display:none !important;
    }

    Let me know if that does the trick!

    in reply to: Conditionals to Change Page on Submission Form #67525
    Casey
    Participant

    Gould,
    Unfortunately this is not possible in the current version of the add-on. In the next release (which is just days away!), Community will start using the same options that the Events Calendar is using in ‘Events->Settings->Display->Events Template’.

    However, there are two conditional tags that you can use if needed:

    tribe_is_community_edit_event_page()
    tribe_is_community_my_events_page()

    Hope that helps! Let me know if you have further questions.

    in reply to: Community Events Submission Form Problems #67354
    Casey
    Participant

    Thanks for confirming that this got you sorted. Unless you disagree, I’m going to mark this thread “Answered” and close it out.

    We really appreciate your support and please let us know if you need anything else in the future. If you find yourself with a few minutes and would be so kind as to give us a “Works” rating or a positive star voting on the WordPress.org repo (http://wordpress.org/extend/plugins/the-events-calendar/), or even a shoutout to your followers on Facebook or Twitter, it would mean a lot to us. Thanks again for using the plugin.

    in reply to: Community Events Submission Form Problems #67350
    Casey
    Participant

    Yeah, it looks like your theme is doing some odd things with the width of checkboxes and dropdowns. You should be able to add this CSS rule to your stylesheet which will help things look considerably better:


    .tribe_community_edit input[type=checkbox], .tribe_community_edit select {width:auto !important;}

    Give that a shot and let me know if that helps. Thanks!

    in reply to: Loading Visual editor in Add Event screen #67340
    Casey
    Participant

    This reply is private.

    in reply to: Community Events Submission Form Problems #67339
    Casey
    Participant

    Gould – can you try reverting to the Twenty Twelve theme and see if the form displays correctly? If so, then it looks like it’s an issue with your theme styling.

    Give that a shot and let me know what you find. Thanks!

    in reply to: Images don’t upload for Community Members-HTTP Error #67338
    Casey
    Participant

    Great! Thanks for confirming that this got you sorted. Unless you disagree, I’m going to mark this thread “Answered” and close it out.

    We really appreciate your support and please let us know if you need anything else in the future. If you find yourself with a few minutes and would be so kind as to give us a “Works” rating or a positive star voting on the WordPress.org repo (http://wordpress.org/extend/plugins/the-events-calendar/), or even a shoutout to your followers on Facebook or Twitter, it would mean a lot to us. Thanks again for using the plugin.

    Casey
    Participant

    Could you try activating the Twenty Twelve theme and see if the width issue still persists? If not, then the problem lies with the styling rules in your theme.

    Regarding removing the ‘Categories’ section, you should be able to do this by adding the following code to your theme’s functions.php file: https://gist.github.com/ckpicker/6676847

    Hope that helps!

    in reply to: Form Customization #67332
    Casey
    Participant

    Anthony,
    I hear Rob informed you of the new release, so while i can help you now, it’s all going to change when you update later this week. Do you feel comfortable waiting for the new release, at which point I can give you the instructions you’ll need for the new version?

    Just let me know. Thanks!

Viewing 15 posts - 2,956 through 2,970 (of 3,499 total)