Jonah

Forum Replies Created

Viewing 15 posts - 2,701 through 2,715 (of 4,001 total)
  • Author
    Posts
  • in reply to: where is community events plugin documentation? #20472
    Jonah
    Participant

    Hey Jesse,

    The only two conditionals for Community Events currently are:

    if(tribe_is_community_my_events_page()) {
    echo 'this is the my events page!';
    }

    if(tribe_is_community_edit_event_page()) {
    echo 'this is the submit/edit events page!';
    }

    We’ll be creating/updating documentation as soon as we can.

    By the way, can you please post Community Events plugin questions in the Community Events forum?

    Thanks,
    Jonah

    in reply to: Problems with tribe_get_events #20470
    Jonah
    Participant

    Hi Bob,

    We don’t have very good code pasting capabilities here so would you please post your code to Pastebin, Pastie or Gist? It will make it much more readable for me. Also, make sure your single quotes are actually that and not apostrophes. I think instead of the_permalink() we should be using tribe_get_event_link() which I’ll update in the doco right away…

    Thanks,
    Jonah

    in reply to: Inconsistent Navigation Menus #20469
    Jonah
    Participant

    Hi Gretchen,

    I don’t know why this is, probably something related to your theme. You might try changing your permalink structure to Postname and/or switching your Events Template setting in The Events Calendar > Settings to something else.

    I hope that helps!

    – Jonah

    Jonah
    Participant

    Hi Jesse,

    It would be fairly complicated and I’m afraid this is too far outside of the intended functionality for us to be able to assist you with right now. If you want to request this as a feature in an upcoming release, you can do so here: https://theeventscalendar.com/support/forums/topic/events-calendar-pro-feature-requests/

    Cheers,
    Jonah

    in reply to: events category tooltip color changed back… #20467
    Jonah
    Participant

    Hi Terri,

    Your tooltip titles are blue because you have this in your events.css file on line 551:

    .cat_non-few-event .tribe-events-tooltip .tribe-events-event-title {
    background:
    #009 !important;
    }

    The !important is overriding your other styles.

    Not sure what the Additional Notes from the Developer are for… We cannot help you with custom work.

    Cheers,
    Jonah

    in reply to: Calendar Width in page template #20466
    Jonah
    Participant

    Hi Mike,

    You should be able to set the width of the calendar table, I’m not sure why it’s not working for you. Do you have an actual example I can look at in action to see whether or not the CSS is being applied or how the calendar is displaying for you?

    Thanks,
    Jonah

    in reply to: Community events edit the delete button in "my events" #20464
    Jonah
    Participant

    Hi Jesse,

    It looks like we don’t offer much of an option to change the label or markup for this now but one thing you could try is editing my-events.php (place a copy in an ‘events/community’ folder in your theme) and replace the:

    echo $this->getDeleteButton( $e );

    …with the actual getDeleteButton() function code. I don’t know how well that will actually work but give it a try. You could also do it via jQuery.

    I’ll create a ticket to allow more flexibility over this in the future.

    Cheers,
    Jonah

    in reply to: Fatal error: Call to undefined method WP_Admin_Bar #20463
    Jonah
    Participant

    Hi Anne,

    I would suggest try reinstalling the plugins (both the base The Events Calendar and Events Calendar PRO). If that doesn’t work, also make sure you are running the latest version of WordPress and maybe try reinstalling the core WP files too.

    Let me know if that works.

    Cheers,
    Jonah

    in reply to: Remove recurrence setting for community event editor #20462
    Jonah
    Participant

    Hi Jesse,

    I think that’s the main and only purpose of that action. It should be safe to remove it but as always, you should test things out 🙂

    Cheers,
    Jonah

    in reply to: Editing the Advanced List Widget #20458
    Jonah
    Participant

    Hi Carl,

    Not sure why it would be showing inactive but I never edit CSS in WordPress so I wouldn’t know why that’s happening. It might be a permissions thing… You should be working with a copy of /wp-content/plugins/the-events-calendar/resources/events.css placed in an ‘events’ folder in your theme. Please make sure that’s the case.

    – Jonah

    in reply to: Custom Event Attributes #20457
    Jonah
    Participant

    Hi Chris,

    Right, so you’ll want to create some additional dt/dd tags in /wp-content/plugins/the-events-calendar/views/single.php with the label of the field you want to display and then the custom field code spitting out the URL wrapped in a tags to make it a link. Take a look at my comment here for an example: https://gist.github.com/2901504#comments

    – Jonah

    in reply to: Metadata/Page mixup #20455
    Jonah
    Participant

    Great, so did you resolve the issue?

    – Jonah

    in reply to: Site Structure/Style disapears accessing add page #20454
    Jonah
    Participant

    Hi Paddy,

    Hmmm, hard to say what exactly it is. I would try two things:

    1. Try increasing the PHP memory allocated for your website: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
    2. Turn debugging on so you can see if there are any errors and what they are and where to look to fix them. You can do this by editing wp-config.php and setting WP_DEBUG to true: http://codex.wordpress.org/Editing_wp-config.php#Debug

    Let me know if either of things help.

    Thanks,
    Jonah

    in reply to: "Header" in community templates should be customizable #20453
    Jonah
    Participant

    One question Jesse, couldn’t you move things around with CSS?

    in reply to: "Header" in community templates should be customizable #20452
    Jonah
    Participant

    You’re right Jesse, I’ll put in a request to be able to change these somehow. In the meantime you’ll either need to edit the core files or change things with some jQuery trickery.

    Cheers,
    Jonah

Viewing 15 posts - 2,701 through 2,715 (of 4,001 total)