Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Andreas,
Unfortunately this is not currently possible without a fair amount of customization and it’s not something we’ll be able to specifically help you with. We do have features like this coming out soon in v3.0 and if you’d like to preview them, please checkout our Facebook page (https://www.facebook.com/ModernTribeInc) or watch the video: http://www.youtube.com/watch?feature=player_embedded&v=UhQj-CrQGCE
Cheers,
JonahMarch 22, 2013 at 12:25 pm in reply to: Event Listing excluding a category and listing showing only that category #43817Jonah
ParticipantHi Jeff,
There’s a few ways you could do this.
1. You could simply use the built in functionality for event categories that all utilize their own URL – i.e. http://yourdomain.com/events/category/category-slug/ – you would just need to figure out how people get to those pages…
2. You could modify the query using a function similar to this based upon whether a user is logged in or not: https://gist.github.com/jo-snips/2270007 – this will just affect the grid view so you would need to add another condition for list view. You’ll also want to change the arguments to include (or not include) your categories that you want to include/exclude.Does that help?
– Jonah
Jonah
ParticipantHi Lori,
It looks like they added categories for all the drop down items and assigned events to them and then setup some custom functionality to redirect to the appropriate category when selected. Unfortunately this is beyond what we can assist with in the forums and you will need to figure out how to code it on your own, hire someone (I can provide a list of agencies to recommend if you want) or contact the site owner and see if they will share. We’re actually going to be implementing similar functionality in our upcoming 3.0 release. We just posted a video overview of some of the new features coming so check it out: https://www.facebook.com/ModernTribeInc / http://www.youtube.com/watch?feature=player_embedded&v=UhQj-CrQGCE
If there’s anything else I can help with, please let me know.
March 22, 2013 at 12:16 pm in reply to: Exclude recent upcoming events from a specific category #43813Jonah
ParticipantHi Pratz,
This is not a bad solution but if it were me I’d do a little more work to figure out something more elegant. I won’t be able to help you with all the steps, but another way you could do it is by creating a custom field checkbox to indicate an event is featured. This is an excellent plugin for adding custom fields to WordPress: http://www.advancedcustomfields.com/ – Then, in either widget, but you’ll probably just need to use the list widget, you’ll check for the custom field and if it’s checked, modify the display, add a class or do something else to indicate the event is featured. To edit the list widget code you need to make a copy of /wp-content/plugins/events-calendar-pro/views/events-advanced-list-load-widget-display.php and place in an ‘events’ folder in your theme.
I hope that helps, but let me know if you have any questions.
– Jonah
Jonah
ParticipantHi kmead,
Sorry to hear about this. We’ll need to look at a few things.
1. Are you running the latest version of our plugins (2.0.11)?
2. Have you tried deactivating all other plugins to rule out a conflict?
3. Have you tried reverting to the Twenty Eleven / Twelve theme to see if it’s a conflict with your theme?
4. Have you tried changing the timezone in Settings > General to a UTC time instead of city.Please try those steps and let me know how it goes.
Thanks,
JonahJonah
ParticipantHi Graeme,
First make a copy of /wp-content/plugins/events-calendar-pro/views/events-advanced-list-load-widget-display.php and place in an ‘events’ folder in your theme. Then on line 46 you’ll find the function for the start date and on lines 50 and 52 for the end date. Here you can pass in arguments to set the date/time format using the PHP date format: http://php.net/manual/en/function.date.php (the end date already has some arguments for an example). You can use the start/end date functions as many times as you want, i.e. echoig multiple times with different format/output.
I hope that helps!
– Jonah
Jonah
ParticipantYou’re welcome Jill. Let us know if there’s anything else you need help with.
– Jonah
Jonah
ParticipantHi Charles,
Sorry to hear about the issues. Is this for normal events or recurring events? Have you tried deactivating all other plugins to rule out a conflict there?
– Jonah
Jonah
ParticipantNope, didn’t see them on your install… Maybe try reinstalling WordPress? I’ll likely need to get a developer to look at this because I’m at a loss…
– Jonah
Jonah
ParticipantHi Anne,
We don’t provide any built in facility to do this so you must be using another plugin to post to FB or some custom code that is working differently now. Do you know how you got this functionality working?
– Jonah
Jonah
ParticipantHi online99,
The only current way to do this is to query your venues using WP_Query like so: https://gist.github.com/jo-snips/5217463 – you can either create a custom page template with that code and assign it to a page or put it somewhere else to list out your venues.
Does that help?
– Jonah
Jonah
ParticipantHi V,
Got a link to share where I can look at this?
– Jonah
March 21, 2013 at 3:31 pm in reply to: Hard code in most recent one event in one category into page? #43727Jonah
ParticipantHi Andrea,
I can’t tell you exactly where to put it, but generally you might try putting it in your theme’s page.php. Also, if you only want it on one page you’ll need to use a conditional statement in page.php like:
if(is_page('your-page-slug') {
//run the code
}
Does that help?– Jonah
March 21, 2013 at 3:26 pm in reply to: Include Calendar/Upcoming Events by Category into my Page Template #43726Jonah
ParticipantHi Scott,
That’s odd that you would be getting that error. I’d need to see your code and know where you are putting it to be able to troubleshoot… Can you post it to http://snippi.com/?
– Jonah
Jonah
ParticipantHi Andrew,
I took a look at the theme and I’m seeing the license key fields fine on my end. What’s your server setup look like (platform, version of PHP, etc.)? How much memory do you have allocated to PHP?
– Jonah
-
AuthorPosts
