Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHey 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,
JonahJonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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
June 11, 2012 at 8:09 am in reply to: Changing or Adding taxonomy to "Submit an Event" in community events. #20468Jonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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
Jonah
ParticipantHi 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
Jonah
ParticipantGreat, so did you resolve the issue?
– Jonah
Jonah
ParticipantHi 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#DebugLet me know if either of things help.
Thanks,
JonahJonah
ParticipantOne question Jesse, couldn’t you move things around with CSS?
Jonah
ParticipantYou’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 -
AuthorPosts
