Forum Replies Created
-
AuthorPosts
-
December 21, 2011 at 4:53 pm in reply to: Sort Events List Advanced Widget by Start Date/Time #12579
Jonah
ParticipantHi Scott,
I see the test page now and the issue. Were any of these events created first as recurring events? It looks like they are repeating a bunch and I’m wondering if this has something to do with the issue. I tried to recreate the same thing locally without recurring events and it doesn’t seem to be a problem on my end…
Have you tried turning off other plugins to see if there is a conflict with another plugin?
Jonah
ParticipantHi Leigh,
No, unfortunately there’s no easy patch for this. You could try using a plugin like Advanced Custom Fields (http://wordpress.org/extend/plugins/advanced-custom-fields/) which will allow you to add any custom fields you want for events. That’s all I can offer for now.
Regards,
JonahJonah
ParticipantHi Jonathan,
You’re going to have to modify and play around with the CSS to get this just right in your theme. I would suggest overriding the events.css stylesheet by making a copy of it in an ‘events’ folder within your theme directory and then tweaking the .tribe-events-calendar-buttons (or .upcoming .tribe-events-calendar-buttons to be more specific) class.
For example, if you set a width for that class that will at least make it so the buttons aren’t stacked but you’ll still need to modify it some more to get it to look just right.
I hope that help but let us know if you need anything else.
Regards,
JonahDecember 21, 2011 at 3:35 pm in reply to: Sort Events List Advanced Widget by Start Date/Time #12574Jonah
ParticipantHi Scott,
Received access – thanks. Logged in and checked things out and I’m confused how you have this setup. You’re asking about this list of events correct: http://cl.ly/3J3A0S123W3e1e0U0u2Z ?
That list appears to be populated by the category lists widget which is not related to the Events Calendar. I opened up the Welcome page and found this shortcode that appears to be loading that widget content: [do_widget id=”categoryposts-4″ title=false]
Am I missing something? Can you please provide a little more info.
Thanks,
JonahDecember 20, 2011 at 3:44 pm in reply to: Sort Events List Advanced Widget by Start Date/Time #12561Jonah
ParticipantHi Scott,
I’ll need to take a look at your setup. Can you please provide me WP admin access? Please email to jonahcoyote [at] gmail [dot] com
Thanks,
JonahJonah
ParticipantHi Christoph, try using this like you have (with a slight change to fix the category links so they work on any page): http://pastebin.com/uE2FyRzB
And editing out ‘category’ to be ‘categoria’ instead. That should work.
Regards,
JonahJonah
ParticipantHi all, fortunately this is a pretty simple fix. Just copy single-venue.php from plugins/events-calendar-pro/views/single-venue.php to an ‘events’ folder within your theme (create it if it doesn’t exist. Then find this line (should be on line 45):
$venueEvents = tribe_get_events(array('venue'=>get_the_ID()));
And change to:
$venueEvents = tribe_get_events(array('venue'=>get_the_ID(), 'eventDisplay'=>'upcoming'));
Jonah
ParticipantHi Sandy,
#1 – It’s a bit more complicated to get the list as a drop down. You’ve got to code in an event handler to detect when the drop down selection changes to then redirect to that category page…
#2 – Not sure why the links are not working. Can you shoot me your website URL again so I can see where the links are going? Actually I may know why they’re not working… Try changing the code posted to this: http://pastebin.com/uE2FyRzB – note the ‘category’ prefix in the list links. That should work.
Regards,
JonahDecember 16, 2011 at 7:06 am in reply to: Search results displaying the incorrect URL for recurring events #12417Jonah
ParticipantHi Caleb,
This is confirmed on my end as well. All recurring events in search results end up with ‘1970-01-01’ at the end and do not work. I’ve updated our bug ticket on this accordingly.
Thanks,
JonahJonah
ParticipantHi Scott sorry to hear you’re having troubles with this. It’s working fine for me in 3.3. Can you try turning debugging on to see what the error is?
Thanks,
JonahDecember 15, 2011 at 1:19 pm in reply to: Search results displaying the incorrect URL for recurring events #12361Jonah
ParticipantOoops, of course the event is recurring you’ve got that in the title of the thread! Can you try changing your permalinks to ‘/%category%/%postname%/’ or in WP 3.3 “Post Name”? That may temporarily solve the issue but we do have this logged as a bug that should get ironed out soon.
December 15, 2011 at 1:18 pm in reply to: Search results displaying the incorrect URL for recurring events #12360Jonah
ParticipantHi Caleb,
This looks like it’s related to a bug we have filed where permalinks are set a certain way and the event is recurring. How are your permalinks set and is the event recurring?
Regards,
JonahJonah
ParticipantHey Jesus,
You need to place a folder named ‘events’ in your current theme folder for you site. You can find out which theme and folder that is in Appearance > Themes.
This adjustment will completely remove the end date/time for all events in your list view.
– Jonah
Jonah
ParticipantHi Michael,
That is strange… Can you give us some more details about your setup? What theme are you using and have you tried reverting to the default Twenty Eleven theme to see this if clears things up? If it does, its something with your theme that’s causing the issue. Same with plugins, try turning all your other plugins off/on to see if this fixes it and try to narrow down which plugin is causing the problem.
Try those two things to see if that could be the culprit and either way we’ll get this sorted out.
Thanks,
JonahJonah
ParticipantHi Jesus,
You’re going to need to make a slight adjustment to the events templates. To do this first make sure you create an ‘events’ folder in your theme and then copy the list.php template from /plugins/the-events-calendar/views – this will ensure your changes are retained the next time you update.
Now, open up list.php and find line 53-56 – this chunk of code has to do with the end date/time. Just remove the whole (table row) which will remove the end date/time.
Unfortunately there’s no way to hide/show the end date/time conditionally but this is a good idea for a feature request and I’ll add it to the list.
Let me know whether or not this works and if you need any more help.
Regards,
Jonah -
AuthorPosts
