Jonah

Forum Replies Created

Viewing 15 posts - 1,381 through 1,395 (of 4,001 total)
  • Author
    Posts
  • Jonah
    Participant

    Hi Cameron,

    It appears you’ve found a bug. There’s a js error on the page as soon as you click Preview/Preview Changes. This occurs on new or existing events. I’ve just filed the ticket for our team and we’ll be sure to get this fixed in an upcoming release. For now, you’ll have to do without the Preview/Preview Changes.

    Cheers,
    – Jonah

    in reply to: Sidebar formatting #32072
    Jonah
    Participant

    Hi Yvonne,

    You must have removed something else or it got removed for you in your editor. Please try again by getting a fresh copy of the file in /wp-content/plugins/events-calendar-pro/views/events-advanced-list-load-widget-display.php – and make sure you are not editing this copy and rather editing a copy placed in an ‘events’ folder in your theme.

    – Jonah

    in reply to: New Recurring Event #32071
    Jonah
    Participant

    Leaving the start and end dates blank might be the problem. The plugin needs those to go off of to start the recurrence pattern. So if the event starts on 2/6, you should put a start date of 2/6 and leave the end date to 2/6 too. Then in the recurrence options, set it to recur every week.

    Does that help?

    Jonah
    Participant

    Strange. So it’s obviously not a theme or plugin issue… Can I have you try creating and using a Facebook App ID as instructed here: https://theeventscalendar.com/how-to-create-a-facebook-app-id/

    in reply to: Forcing layout using the genesis framework #32069
    Jonah
    Participant

    Hi Robert,

    1. You’ll need to play around with the conditionals and/or remove_action functions to get it right.
    2. Those two functions simply check whether the current post type is tribe_venue or tribe_events respectively. It’s possible for some reason there’s an issue with the plugin and Genesis where this condition is not set properly. You may need to combine the functions with another check like is_single() to determine that you’re viewing the post type and it’s a single post. One tool that helps a lot with this is Debug Bar (http://wordpress.org/extend/plugins/debug-bar/) – you can look at all those variables to help you troubleshoot your code.
    3. Again, tribe_is_event() simply checks that the post type in the query is tribe_events which when on the calendar page returns true. So you need to do some combining of functions to check for whether or not you’re on the list page. I’ve found these to be reliable: https://gist.github.com/2415009

    I hope that helps!
    – Jonah

    Jonah
    Participant

    Hi Michael,

    I’m taking a look now. Is it ok if I deactivate plugins, switch themes, etc?

    – Jonah

    in reply to: Event Calendar Main Page SEO #32025
    Jonah
    Participant

    Sorry to hear that Jay, good luck on your project!

    Jonah
    Participant

    Strange, yes please let me know how it works on another internet connection.

    Thanks,
    Jonah

    in reply to: Sidebar formatting #32023
    Jonah
    Participant

    Yvonne, had you already modified /wp-content/plugins/events-calendar-pro/views/events-advanced-list-load-widget-display.php? Line 50 should look like this:

    echo ' –
    '. tribe_get_end_date($post->ID);

    Line 52 should look like this:

    echo ' –
    '. tribe_get_end_date($post->ID, false, 'g:i a');

    If you had made any changes to the file those lines would be in different places so just try to find them. All you need to do is remove the br tags so for example the line 50 code would end up looking like:

    echo ' – '. tribe_get_end_date($post->ID);

    Does that help?

    – Jonah

    in reply to: New Recurring Event #32021
    Jonah
    Participant

    Hi Steve,

    Which event would that be?

    – Jonah

    in reply to: Event Calendar Main Page SEO #32020
    Jonah
    Participant

    Hi Jay,

    Sorry about your frustration and it may be a good idea at some point to add some more control over SEO through our plugin, but right now we leave it up to your theme and/or SEO plugin of choice to set metadata. There’s nothing our plugin is doing to block pages on your website, so it’s more a matter of what you are doing in your theme or SEO plugin to make the pages visible. Are you sure you have your website open to search engines and are not blocking anything?

    The code snippet I provided you is an example of one way you can control some of the metadata when using Yoast’s SEO plugin. There is a whole array of filters you can tap into to further utilize that plugin to change how visible your website is: http://yoast.com/wordpress-seo-api-docs/ – it’s up to you to do the legwork to optimize accordingly.

    I hope that helps,
    Jonah

    in reply to: Sidebar that wasn't there #32018
    Jonah
    Participant

    Great to hear Steve, let us know if there’s anything else we can do.

    – Jonah

    Jonah
    Participant

    Hey Cameron, strange… I can do exactly what you’re doing in Chrome and it saves flawlessly for me. What browser are you using?

    – Jonah

    in reply to: LIST OF EVENTS on A PAGE OR A POST #31981
    Jonah
    Participant

    Hi Philippe,

    You would need to create a custom query for this and figure out how to include it at the end of a page or post. You could edit your theme template files to include the query. You can see some examples of custom queries here: https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-general-functions/#functiontribe_get_events

    Does that help?

    – Jonah

    in reply to: New Recurring Event #31980
    Jonah
    Participant

    Hi Steve,

    Can you tell me exactly how you are inputting the event and recurrence data? Do you have an example I can take a look at? I can’t seem to access your website.

    Thanks,
    Jonah

Viewing 15 posts - 1,381 through 1,395 (of 4,001 total)