Jonah

Forum Replies Created

Viewing 15 posts - 871 through 885 (of 4,001 total)
  • Author
    Posts
  • in reply to: Sending contact email to Event organizer #45331
    Jonah
    Participant

    Hi Nitin,

    The event organizer email is stored as ‘_OrganizerEmail’ in the postmeta table. Will that give you what you need?

    – Jonah

    in reply to: Moving to the next month not working #45328
    Jonah
    Participant

    Hi Eugen,

    You have some script errors on the page that is likely conflicting with the functionality of the calendar widget. Please try deactivating all other plugins and/or switching to the default WordPress theme to get rid of those script errors and try to regain functionality of the widget.

    in reply to: is_post_type_archive for main events feed #45326
    Jonah
    Participant

    Hi Jacob,

    The main event feed is not a standard post type archive and we don’t really provide this with our plugin so is_post_type_archive() won’t return true. The way to detect certain pages within our plugin can be achieved with different conditional statements, most of which you can find in this code: https://gist.github.com/jo-snips/2415009

    Does that help?

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

    Ok, sounds good Andrew. If you have time to re-install WordPress and want us to revisit this, just let us know. I’m going to close the thread but feel free to start another thread and reference this one.

    Thanks and sorry we couldn’t do more for you here,
    Jonah

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

    Hi Andrew,

    Sorry for the lack of followup here. Did you still need help with this?

    Jonah
    Participant

    Hi uniondigital,

    Can you please post code examples to http://snippi.com/

    Thanks,
    Jonah

    in reply to: Customize no future events page #45227
    Jonah
    Participant

    Hi Joshua,

    I’m not sure what the problem could be, it’s working fine for me using either the Default Page Template or Default Events Template. Have you tried deactivating all other plugins or reverting to the default WordPress theme? If you revert to the default WordPress theme, remember you will need to re-copy in the list.php file into an events folder. It could be a conflict with either your theme or another plugin. Try that and let me know if that works.

    – Jonah

    Jonah
    Participant

    Hi epratt,

    No, there is no Google Calendar import for the event list or calendar pages. You would need to add this yourself. It should always show on single events though but there may be something in the code you are putting into each event that is conflicting with it. If so, I would need a specific example where you put in code and the button is not showing so I can troubleshoot.

    in reply to: Customizing the gridview #45220
    Jonah
    Participant

    Hi Ken,

    You can use something like this to exclude events: https://gist.github.com/jo-snips/5338806 – that will modify the query on the various event pages. Make sure to change the category to what you need.

    To get the calendar full width, the easiest way might be to change the Event Template setting in Events > Settings > Template to a full width template if your theme has one. Otherwise you are going to need to modify the CSS and possibly HTML to adjust things.

    Does that help?

    Jonah
    Participant

    Hi Mike,

    There are a few ways to do this but the easiest may be to just create some custom queries in page templates assigned to specific pages. Here is an example of a custom query you could use: https://gist.github.com/jo-snips/5112025 – for documentation on creating and putting this into a custom page template: http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates

    You’ll need to modify the query args a bit to specify the categories you’d like to query for. For reference on WP_Query: https://codex.wordpress.org/Class_Reference/WP_Query

    Does that help?

    in reply to: Calendar Widget format issue. #45216
    Jonah
    Participant

    Hi Neil,

    Do you have a URL I can see the calendar widget on?

    Thanks,
    Jonah

    in reply to: Event data export #45215
    Jonah
    Participant

    Hi Sian,

    We don’t currently offer an export feature so you will need to figure out something on your own. MySQL/PhpMyAdmin export might work or a third party plugin might work but I can’t really provide a specific solution. Good luck!

    – Jonah

    in reply to: New Event showing as passed #45214
    Jonah
    Participant

    Hi Steve,

    That sounds strange, sorry to hear about this. So you’ve deactivated all other plugins besides our core and PRO plugins and the issue still persists? Are you experiencing this with all events or recurring events? Can you try reverting to the default WordPress theme to see if it’s maybe a conflict with your theme? What version of the PRO plugin are you running?

    in reply to: Linkable Image Custom Field #45213
    Jonah
    Participant

    Hi uniondigital,

    The closest you can get to this with our Additional fields is to use a text field to paste in a URL to an image and use that. Alternatively you could use a plugin like http://www.advancedcustomfields.com/ which I would highly recommend for custom fields. ACF offers an image field which you can attach to just events and select an image that way. Then, you would just need to modify your event templates to display the image but it’s very easy to do. I can provide an example if need be.

    I hope that helps!

    – Jonah

    in reply to: Customize no future events page #45025
    Jonah
    Participant

    Hi Joshua,

    The Default Events Template contains the tags for displaying the custom HTML you’ve added (tribe_events_before_html() and tribe_events_after_html()). If you want to use your custom HTML you’ll need to add those template tags somewhere in your theme’s page.php template or whatever other template you have selected to use.

    Does that make sense?

Viewing 15 posts - 871 through 885 (of 4,001 total)