Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Mark,
This feature is not currently available. We have some tickets to improve the robustness of permalinks but for now there’s nothing you can do but setup some custom redirection through something like http://wordpress.org/extend/plugins/redirection/
If you’d like to throw in your vote for this feature, please start a thread in out https://theeventscalendar.com/support/forums/topic/events-calendar-pro-feature-requests/ forum.
Cheers,
JonahJonah
ParticipantHi Derek,
Perhaps this will help you: https://gist.github.com/2305130
Basically this checks if were on any of the event pages and if we are then do further checks for what event page and return true for the thesis_show_sidebars() filter.
Let me know whether or not this helps.
– Jonah
Jonah
ParticipantHi Ben,
What happens when you disable the data abstraction plugin and/or any other plugins?
– Jonah
Jonah
ParticipantHi Javier,
I agree this would be a nice feature but unfortunately it’s too complicated for me to be able to provide a solution here. Basically you’re going to want to modify /wp-content/plugins/the-events-calendar/views/table.php (make sure to override by placing a copy in an ‘events’ folder in your theme) and modify the PHP to get it to group events by category.
If you come up a solution, it’d be great if you could share with the rest of the community!
Cheers,
JonahJonah
ParticipantHi Michelle,
The regular ‘cost’ field will still show for events that are not associated with EventBrite but as soon as you associate it, the regular cost field will not be available.
– Jonah
Jonah
ParticipantSounds good John, I’m closing out the thread accordingly.
Jonah
Participant… I mean John 🙂
Jonah
ParticipantHi Lisa,
Do you just want the instances removed on the events list page or everywhere? You could just create one event and then list the dates within. But then it wouldn’t display in the calendar on all the dates it takes place.
– Jonah
Jonah
ParticipantHi Bob,
I’m not really sure the answer to your question and have asked another dev to come in and take a look. Stay tuned.
– Jonah
Jonah
ParticipantHi Darnell, we don’t have very good code pasting capabilities in the forum so would you please post to http://pastie.org / http://pastebin.com / http://gist.github.com
Thanks,
JonahJune 6, 2012 at 7:45 am in reply to: Can I Hide the Saved Venue and Saved Organizer Drop downs? #20236Jonah
ParticipantGlad to hear Ross, marking this as completed 🙂
June 5, 2012 at 4:01 pm in reply to: Can I Hide the Saved Venue and Saved Organizer Drop downs? #20208Jonah
ParticipantHi Ross,
Oh ok I got it now. Try editing the same file in the same way I indicated and comment out lines 92 and 125 for:
do_action( 'tribe_venue_table_top', $postId );
do_action( 'tribe_organizer_table_top', $postId );
– Jonah
Jonah
Participant… code tags
Jonah
ParticipantHi Jim,
Glad to hear that worked. You can wrap CSS and PHP (without PHP tags) in
tags to get it showing in the yellow box.Thanks,
JonahJonah
ParticipantHi John,
I assume this is for the Event Image field and not anything custom you’ve added correct? It’s working fine for me so it sort of sounds like either a plugin conflict or server issue or WordPress software issue. Have you tried all the following:
1. Are you running the latest version of WordPress?
2. Have you tried re-installing WordPress?
3. Are you running the latest versions of our plugins (2.0.6 and 1.0 for Community)
4. Have you tried deactivating all other plugins to rule out a conflict?
5. Have you tried reverting to the Twenty Eleven theme to see if it’s something with your theme?
6. Try setting your permalinks to ‘postname’ in Settings > Permalinks
7. Try refreshing your permalinks by visiting Settings > Permalinks (it does it automatically)
8. Try increasing the PHP memory for your website: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/– Jonah
-
AuthorPosts
