Jonah

Forum Replies Created

Viewing 15 posts - 991 through 1,005 (of 4,001 total)
  • Author
    Posts
  • in reply to: List Events per Country #43818
    Jonah
    Participant

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

    Jonah
    Participant

    Hi 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

    in reply to: Sorting by event types #43814
    Jonah
    Participant

    Hi 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.

    in reply to: Exclude recent upcoming events from a specific category #43813
    Jonah
    Participant

    Hi 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

    in reply to: Calendar Widget #43812
    Jonah
    Participant

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

    in reply to: Changing/adding some simple content in adv widget #43811
    Jonah
    Participant

    Hi 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

    in reply to: How to Remove Sidebar on Single Event View #43809
    Jonah
    Participant

    You’re welcome Jill. Let us know if there’s anything else you need help with.

    – Jonah

    in reply to: Date & Events Not Saving Since Upgrade #43808
    Jonah
    Participant

    Hi 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

    in reply to: Cannot add in license key for Events Calendar Pro #43732
    Jonah
    Participant

    Nope, 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

    in reply to: Post to FB as an Event #43731
    Jonah
    Participant

    Hi 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

    in reply to: Events Calendar Pro – Listing ALL Venues #43730
    Jonah
    Participant

    Hi 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

    in reply to: Image size only 50×50 #43728
    Jonah
    Participant

    Hi V,

    Got a link to share where I can look at this?

    – Jonah

    Jonah
    Participant

    Hi 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

    Jonah
    Participant

    Hi 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

    in reply to: Cannot add in license key for Events Calendar Pro #43725
    Jonah
    Participant

    Hi 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

Viewing 15 posts - 991 through 1,005 (of 4,001 total)