Jonah

Forum Replies Created

Viewing 15 posts - 3,046 through 3,060 (of 4,001 total)
  • Author
    Posts
  • in reply to: The Events Calendar Log: Initializing Tribe Events #18856
    Jonah
    Participant

    Hi John and Laurie,

    Not sure what’s going on here but I will get a developer to take a look at this and comment ASAP.

    Cheers,
    Jonah

    in reply to: Text on Events page not updating #18854
    Jonah
    Participant

    Sure Christopher, I can take a look again after 2 EST – can you please send me the login again?

    Thanks,
    Jonah

    in reply to: How to display the thumbnail in upcoming events #18853
    Jonah
    Participant

    Hi Shannon, we have sucky code posting abilities in the forum still and will be improving them some day. For now, please post code at http://pastie.org / http://pastebin.com or http://gist.github.com

    Thanks,
    Jonah

    in reply to: Event Expiration #18821
    Jonah
    Participant

    Hi Javier,

    I’m not sure, haven’t tested out that code. You’ll need to try it out and see if it works.

    in reply to: How to display the thumbnail in upcoming events #18815
    Jonah
    Participant

    Hi Shannon,

    If you open up your copy of list.php (that you copied to an ‘events’ folder in your theme), just create some empty lines around say after line 37 which is calling the_title() and add this: https://gist.github.com/ea100a29ad0300f08aae

    That will simply insert the thumbnail but you’ll need to add the proper CSS to get everything looking the way you want.

    I hope that helps!

    in reply to: Which Update First? #18814
    Jonah
    Participant

    Hi Patti,

    I would update the free plugin first since this is really the core of the plugin and what everything else depends on.

    I hope that answers your question but let me know if you need anything else with this.

    Cheers,
    Jonah

    Jonah
    Participant

    Sounds good Marc.

    in reply to: Map width and event details layout #18811
    Jonah
    Participant

    Hi Paul,

    If you want the event description to wrap around, you’ll have to add some CSS to get it to float to the left (or right). Something like:

    #googlemaps {
    float: left;
    margin: 0 15px 15px 0;
    }

    The purpose of adjusting the map size with this setting is to set the actual width of the map element, but we can’t account for other layout possibilities outside of this. It’s up to you to theme your site and get it to look the way you want. I hope that helps but let me know if you need anything else.

    in reply to: Leading spaces in iCal #18810
    Jonah
    Participant

    Hi Steven,

    Sorry to hear about this. I’m not sure why this is happening – do you have an example I can look at?

    in reply to: Event Expiration #18809
    Jonah
    Participant

    Hi Javier,

    Events do not disappear from the database when they expire and there is no setting through our plugin to be able to do this. You’ll want to find some plugin to help you with. Something like this might work for you: http://wordpress.org/extend/plugins/auto-delete-posts/

    Good luck!

    in reply to: Duplicate Venues/Organizers #18808
    Jonah
    Participant

    Hi Scott,

    I can confirm this is a bug. I’ve gone ahead and created a ticket for the issue and this will be resolved in the next release. Thanks for bringing it to our attention and sorry for any inconvenience it has caused.

    Cheers,
    Jonah

    in reply to: Error upgrading to 2.0.6 #18800
    Jonah
    Participant

    Hi John,

    There’s currently an issue with the unregistration code that won’t be worked out for another week or two. For now, you’ll need to just stick with the manual upgrades.

    Let me know if you have any other questions about this.

    Cheers,
    Jonah

    Jonah
    Participant

    Glad that helped!

    in reply to: Eventbrite Addon #18798
    Jonah
    Participant

    Hi John,

    The Eventbrite addon is out of beta (released on 4/26) and it does cost $50 for a 1 site license. The addon requires at least v2.0 of the open source (free) version of our plugin to run (i.e. you don’t have to purchase Pro to use the addon).

    If you’d like a peek at how the plugin works, I suggest taking a look at the new user primer: https://theeventscalendar.com/support/documentation/eventbrite-tickets-new-user-primer/

    I hope that answers your questions but let me know if you have any others.

    in reply to: Change Display Order of Events in Widget? #18796
    Jonah
    Participant

    Hi Jeremy, you can but it’s a somewhat complex undertaking. You’ll want to follow the instructions in this tutorial: https://theeventscalendar.com/how-to-completely-customize-widgets/ (replace references for the featured events widget with the list advanced widget) and then modify the tribe_get_events() query to display events in the way you want (or just use WP_Query).

    I hope that helps!

Viewing 15 posts - 3,046 through 3,060 (of 4,001 total)