Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi 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,
JonahJonah
ParticipantSure Christopher, I can take a look again after 2 EST – can you please send me the login again?
Thanks,
JonahJonah
ParticipantHi 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,
JonahJonah
ParticipantHi Javier,
I’m not sure, haven’t tested out that code. You’ll need to try it out and see if it works.
Jonah
ParticipantHi 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!
Jonah
ParticipantHi 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,
JonahMay 7, 2012 at 2:03 pm in reply to: Error while updating events calendar pro to version 2.0.6 #18813Jonah
ParticipantSounds good Marc.
Jonah
ParticipantHi 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.
Jonah
ParticipantHi Steven,
Sorry to hear about this. I’m not sure why this is happening – do you have an example I can look at?
Jonah
ParticipantHi 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!
Jonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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,
JonahMay 7, 2012 at 12:56 pm in reply to: Integrate events categories in the appearance menu bar… Spanish Speakers HELP? #18799Jonah
ParticipantGlad that helped!
Jonah
ParticipantHi 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.
Jonah
ParticipantHi 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!
-
AuthorPosts
