Jonah

Forum Replies Created

Viewing 15 posts - 2,176 through 2,190 (of 4,001 total)
  • Author
    Posts
  • Jonah
    Participant

    Hi 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

    in reply to: Auto-Delete Option #25321
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Creating Custom Sidebar Widget (random events) #25320
    Jonah
    Participant

    Hi Cody,

    I’m working with some others on the team to come up with a solution on this for you. Stay tuned.

    – Jonah

    in reply to: Clicking event title link on the Upcoming Events Page #25319
    Jonah
    Participant

    Hi Bonnie,

    Glad you figure it out. Let us know if there’s anything else you need.

    – Jonah

    in reply to: Alternating box around events in Advanced Event List Widget #25314
    Jonah
    Participant

    Glad that helped Ken. Let us know if you need anything else.

    – Jonah

    in reply to: Up coming events widget showing end date #25309
    Jonah
    Participant

    Hey 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

    Jonah
    Participant

    Great Michael! Let us know if there’s anything else you need.

    – Jonah

    Jonah
    Participant

    Hi 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

    in reply to: Up coming events widget showing end date #25267
    Jonah
    Participant

    Hi 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

    Jonah
    Participant

    Hi Annette,

    Do you have some specific examples of where this is happening?

    Thanks,
    Jonah

    in reply to: Recurring events not showing up and some more with 2.0.9 #25263
    Jonah
    Participant

    Hi 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,
    – Jonah

    in reply to: Custom Field for venues #25261
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Upcoming Events on Another WordPress Blog #25260
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Mobile Ready (iPhone) – Event Calendar Pro? #25259
    Jonah
    Participant

    Hi 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

    in reply to: other plugin shortcodes in Add HTML before calendar #25258
    Jonah
    Participant

    Hi 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

Viewing 15 posts - 2,176 through 2,190 (of 4,001 total)