Jonah

Forum Replies Created

Viewing 15 posts - 496 through 510 (of 4,001 total)
  • Author
    Posts
  • Jonah
    Participant

    Hi Mike,

    It’s possible but it’s going to be a bit tricky. Here’s what you need to do:

    1. Make a copy of /wp-content/plugins/events-calendar-pro/views/single-venue.php and place in an ‘events’ folder of your active theme.

    2. Change the ‘tribe_get_embedded_map’ function on line 17 to ‘custom_tribe_get_embedded_map’.

    3. Next place this new ‘custom_tribe_get_embedded_map’ function in your theme’s functions.php file: http://snippi.com/s/2rcuksx – notice on line 40 it calls to a new map view file which we’re going to create and add some custom code to.

    4. Create an ‘includes’ folder in your theme and inside it create a file ‘custom-map-view.php’ and paste in this code: http://snippi.com/s/rl32det – here on line 17 I start a conditional statement that checks for a specific venue ID and sets the zoom level accordingly. You can add as many additional conditions here as you want for other venues. Just remember to get the proper ID’s

    This is not the most ideal method but it definitely works. I hope this help but let me know if you have any questions!

    – Jonah

    in reply to: Where to find the custom field names / Event importer #50940
    Jonah
    Participant

    Hey momodern,

    Most, if not all of the custom fields are stored in the postmeta table so you should be able to find what you’re looking for there. If there are specific custom fields you are needing to retrieve, let me know and I’ll try and help you track them down.

    We are working on a CSV import plugin but there is no official ETA on this as of yet.

    Regards,
    – Jonah

    Jonah
    Participant

    Hi Mike,

    There’s numerous ways to do this but I would suggest taking a look at using http://wordpress.org/plugins/feedwordpress/ which will allow you to import posts or events from any website and control the information you are importing. Unfortunately it may be a little tricky to migrate all the custom event data, and you will need to look into that yourself. We are working on an import/export plugin which should make this much easier in the future, but I have no idea when that’s coming out.

    I hope this helps but let me know if you have any questions.

    Regards,
    Jonah

    in reply to: Next event Widget #50938
    Jonah
    Participant

    Hi Robert,

    You certainly can do this. Simply place a copy of /wp-content/plugins/events-calendar-pro/views/widget-featured-display.php in an ‘events’ folder in your theme and change the ’55’ on line 69 to whatever length you want to use for the content.

    I hope that helps but let me know if you have any questions.

    Regards,
    Jonah

    Jonah
    Participant

    Hi maxou82,

    What sort of troubles are you having with 2.0.11? Maybe we can help you there instead of reverting to a previous version. You’re going to be better off overall doing that as there were 3 releases after 2.0.8 that fixed numerous bugs. If you really want to revert to 2.0.8 though, I understand and can provide you with a copy of that code.

    Let me know,
    – Jonah

    in reply to: Free Version of The Events Calendar Not Working #50936
    Jonah
    Participant

    Hi lemonadealanna,

    Sorry to hear about this. We do our best to integrate with the myriad of themes out there, but occasionally there are problems like this. The first thing I would suggest trying is to change the Events Template option in Events > Settings to something other than what’s there now.

    Let me know if that changes anything.

    Thanks,
    Jonah

    in reply to: Fullwidth template problem #50935
    Jonah
    Participant

    Hi Michelle,

    Thanks for sending us the template. I now see the problem. You’ve got conditional code that throws in sidebars and other markup in your theme’s header.php and footer.php files. You’ll need to go through and revise the conditional code to include conditions for the various event related pages. This gist should be able to help you: https://gist.github.com/jo-snips/2415009

    I hope that helps but let me know if you need anything else.

    Regards,
    Jonah

    in reply to: Facebook Images #50847
    Jonah
    Participant

    Hey jessebrede,

    Haven’t heard from you on this in some time so we’re going to assume it’s working for you and I’m closing out the thread. If you need additional help, please open a new thread.

    Thanks,
    Jonah

    in reply to: Facebook events failing to import… #50846
    Jonah
    Participant

    Closing this out as it’s been a while since there’s been a reply. Feel free to open another thread if you have additional comments.

    Regards,
    Jonah

    in reply to: Event Calander Pro – Next Event Widget Styling #50835
    Jonah
    Participant

    Hi Sheryl,

    I haven’t touched the site since yesterday and I verified it was working for me after I did my thing. I’ll need you to deactivate all other plugins and report back with whether or not those characters are still there for the widgets. Let me know how it goes.

    Thanks,
    Jonah

    in reply to: Show past and upcoming events on the same page #50834
    Jonah
    Participant

    Hi wowweedesign,

    Do you want the upcoming and past events separated in any way or do you want the Events List to basically just show all events? I’m wondering where the Events List would start at then? For instance, would you still list with the soonest upcoming event at the top? Or, if you were displaying all past events too, would you display the oldest past event at the top?

    – Jonah

    in reply to: Changing default view based on viewport size? #50829
    Jonah
    Participant

    Hi Nick,

    I don’t think this will be possible without some fairly heavy duty hacking because of how this affect affects the views. Essentially what it does now is rewrites the URL depending on the value and this is all done behind the scenes, and I don’t think there’s a way to hook into this action to be able to change the rewriting based upon some other parameter like viewport. But maybe this will help… You can get the value of this option via the echo tribe_get_option(‘viewOption’); and if you do a code search for ‘viewOption’ you can see some of the rewrite code and perhaps you can figure out how to do what you’re looking to do.

    I hope that helps!

    – Jonah

    Jonah
    Participant

    Hi lloydsilver,

    I’m unable to reproduce this issue with an event today so I’ve created an event on Eventbrite that starts tomorrow and imported into WordPress with the EB tickets displayed and will need to wait until tomorrow to verify the issue. I’ll check back in tomorrow 🙂

    – Jonah

    in reply to: Event Calander Pro – Next Event Widget Styling #50771
    Jonah
    Participant

    Hi Sheryl,

    It looks like it could be a conflict with another plugin. Can you please try deactivating all other plugins or give me permission to?

    Thanks,
    Jonah

    Jonah
    Participant

    Ok. Are you getting this error message: http://cl.ly/image/2M0c0c2Y2e2E ? There is a limitation with Eventbrite’s API that does not allow for editing an event on the same day and that is still associated with Eventbrite. You can do one of two things:

    1. Delete the event in WordPress, update the event on Eventbrite and re-import.
    2. Remove the connection with Eventbrite with this option when editing the event: http://cl.ly/image/1A003k3w2h02 – and then you can change whatever you want in WordPress.

    Unfortunately there’s not much else that can be done right now because of the API limitation. If Eventbrite changes this on their end, we’ll be able to lift the limitation on ours.

    Let me know if you have any questions or need anything else.

    Regards,
    Jonah

Viewing 15 posts - 496 through 510 (of 4,001 total)