Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Jeremiah,
Hmmm, a separate page might work but the URL rewriting seems like it will be difficult… I’m not quite sure why the query you provided is not working in the single venue template. Maybe you need to reset the query before you run it? Unfortunately we can’t really provide support for this type of customization. You’ll need to keep playing around with it and hopefully try to figure it out on your own. Good luck!
– Jonah
Jonah
ParticipantYep, if you supply the range and the recurrence pattern the plugin tries to accomodate both and creates a bunch of events. So does this solve things for you?
Jonah
ParticipantHi Jenny,
Ok, I see now. You should be able to modify this pretty easily with CSS. Try adding this to your theme’s style.css file:
#content #tribe-events-event-meta .column {
width: 46%;
}
Jonah
ParticipantHi Pedro,
Please create a new thread for this issue in the Community Events forum.
Thanks,
JonahJonah
ParticipantHi Flavia,
I can’t see any of the screenshots you provided. Can you please post them again?
Thanks,
JonahJonah
ParticipantHi ashlandcrafts,
Try specifying the start/end date as 7/8/2013 instead of putting the full range there. You don’t need to specify the whole range since you are making it a recurring event that happens every weekday during the 10 day span. That should work better.
I hope that helps!
– Jonah
July 1, 2013 at 2:25 pm in reply to: BUG: Plugin thinks event start date has passed although it hasn't #52615Jonah
ParticipantHi lloydsilver,
Just wanted to give you a quick update on this. We haven’t determined the culprit here but will be patching this in a subsequent dot-release in the near future. I can’t tell you exactly when it will be, but it should be soon.
If you have any questions, please let me know.
Thanks,
JonahJuly 1, 2013 at 1:57 pm in reply to: Fatal error when displaying upcoming events of a category with no events #52608Jonah
ParticipantHi Justin,
Yeah there should be a message that displays if there are no events. Do you have WP_DEBUG set to true? Try setting it to false if it is. This error is coming from an overridden copy of list.php in your active themes ‘events’ folder. Please try renaming this file temporarily so that the plugin will use the core version instead. I’m curious if there’s something in your copy that’s causing the problem…
Let me know how that goes.
– Jonah
Jonah
ParticipantHi jennymc,
There may be some additional CSS / template tweaks you’ll need to make to get things working full width. Looking at the link you shared it looks like you may have worked this out. Are you still needing help and if so can you please be a little more specific about what the problem is? Screenshots would help.
Thanks,
JonahJonah
ParticipantHi Noxaen,
Sorry to hear about the trouble. What is the link to the thread you reference from Steve in April? It would be helpful to know what if any solution we had there or what was some of the correspondance back and forth.
Thanks,
JonahJonah
ParticipantHi flaviarusso,
Try adding this to your themes functions.php file:
add_action('init', 'my_custom_init');
function my_custom_init() {
add_post_type_support( 'tribe_events', 'thumbnail' );
}
Let me know whether or not that works.– Jonah
Jonah
ParticipantHi Kevin,
Unfortunately not. You’ll need to wait for our imported plugin to be finished or you could try using this plugin: http://wordpress.org/plugins/wp-ultimate-csv-importer/ – but we can’t support that or help you out much getting it working.
– Jonah
Jonah
ParticipantSounds good insightokc, let me know if you have any other questions.
– Jonah
Jonah
ParticipantHi Jeremiah,
Where are you placing your query code? I have mine in a page template I’ve assigned to a page. Maybe your code is being conflicted by some other query?
June 28, 2013 at 11:22 am in reply to: Help accessing my account after the initial installations. #52465Jonah
ParticipantHi mmaxoutquebec,
Sorry to hear about the issues. Please try manually reinstalling both plugins by re-copying over the plugin folders via FTP. Also, what type of server are you running on? Let me know how that goes.
Thanks,
Jonah -
AuthorPosts
