Forum Replies Created
-
AuthorPosts
-
September 18, 2012 at 9:31 am in reply to: Not All Event Categories Showing up in Show events by category: bar #25323
Jonah
ParticipantHi Phil,
This is not a feature included in the plugin and must have been custom coded so you will need to dig into the code to change the parameters of the category list.
– Jonah
Jonah
ParticipantHi Darnell,
No update on this unfortunately. If you need this functionality you’ll still need to code it yourself. Sorry I can’t offer up more here.
Cheers,
JonahJonah
ParticipantHi Cody,
I’m working with some others on the team to come up with a solution on this for you. Stay tuned.
– Jonah
September 18, 2012 at 9:15 am in reply to: Clicking event title link on the Upcoming Events Page #25319Jonah
ParticipantHi Bonnie,
Glad you figure it out. Let us know if there’s anything else you need.
– Jonah
September 18, 2012 at 8:12 am in reply to: Alternating box around events in Advanced Event List Widget #25314Jonah
ParticipantGlad that helped Ken. Let us know if you need anything else.
– Jonah
Jonah
ParticipantHey Robert,
Glad to hear that worked. No worries, we take our users concern very seriously, especially when it’s a bug we introduced 🙂
Thanks for the report.
– Jonah
September 18, 2012 at 8:02 am in reply to: The following plugins are out of date: Events Calendar PRO 2.0.8 #25307Jonah
ParticipantGreat Michael! Let us know if there’s anything else you need.
– Jonah
September 18, 2012 at 8:01 am in reply to: Events calendar sidebar widget not working on some pages (custom post type page) #25306Jonah
ParticipantHi Annette,
For some reason the plugins CSS and JS are not being loaded on those pages. Does it work without the More Types plugin enabled? If so, my suggestion would be to not use that plugin and just register the custom post types yourself.
– Jonah
Jonah
ParticipantHi Robert,
We are aware of both of these issues and are working hard to fix them in another release soon. In the interim, here is a patched version of the widget file that will correct the problem with the end date showing: http://cl.ly/code/2g3x3R0c0z1s
Replace the file in /wp-content/plugins/events-calendar-pro/views/events-advanced-list-load-widget-display.php
I hope that helps!
– Jonah
September 17, 2012 at 8:03 pm in reply to: Events calendar sidebar widget not working on some pages (custom post type page) #25265Jonah
ParticipantHi Annette,
Do you have some specific examples of where this is happening?
Thanks,
JonahSeptember 17, 2012 at 8:01 pm in reply to: Recurring events not showing up and some more with 2.0.9 #25263Jonah
ParticipantHi Ulrich,
Do you have an example I can take a look at? As for the default view, this will only work with Permalinks set to something other than the default but I would recommend using Postname anyway.
Regards,
– JonahJonah
ParticipantHi Nathan,
In order to do this you’ll need to use a third party plugin. I highly recommend http://www.advancedcustomfields.com/
I hope that helps.
Cheers,
JonahJonah
ParticipantHi Beth,
Unfortunately this is fairly complex and not something we can really help you with. You’ll need to customize the feed and somehow direct the feed query to order the posts by the _EventStartDate meta field.
If you can figure out how to modify the feed query you should be able to just add these arguments to modify the query:
'meta_key'=>'_EventStartDate',
'orderby'=>'_EventStartDate'
I hope that helps and sorry I can’t offer up any more here.Regards,
JonahJonah
ParticipantHi figuy,
We are working towards an ever more responsive plugin but I have no official ETA when it will actually be fully responsive. You can customize all the CSS and add your own breakpoints to get it looking the way you want though. The skies the limit. Good luck!
– Jonah
September 17, 2012 at 7:52 pm in reply to: other plugin shortcodes in Add HTML before calendar #25258Jonah
ParticipantHi Sean,
No, you cannot use shortcodes in those boxes but you can add the shortcodes to the template directly. Note, you must be using the Default Events Template in Events > Settings > Template. Make a copy of /wp-content/plugins/the-events-calendar/views/ecp-page-template.php and place in an ‘events’ folder in your theme. Then, open up the file and you’ll see the function calls to tribe_events_before_html() and tribe_events_after_html(). Then just execute the do_shortcode() (http://codex.wordpress.org/Function_Reference/do_shortcode) function wherever you want:
echo do_shortcode('[adrotate block="4"]');
That should work but let me know if you need anything else.Regards,
Jonah -
AuthorPosts
