Forum Replies Created
-
AuthorPosts
-
February 4, 2013 at 9:09 am in reply to: Previews not reflecting changes. Updating not working correctly. #32075
Jonah
ParticipantHi 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,
– JonahJonah
ParticipantHi 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
Jonah
ParticipantLeaving 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?
February 4, 2013 at 8:48 am in reply to: I support the conditional removal of the End Date/Time when creating a new event #32070Jonah
ParticipantStrange. 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/
Jonah
ParticipantHi 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/2415009I hope that helps!
– JonahFebruary 4, 2013 at 8:33 am in reply to: I support the conditional removal of the End Date/Time when creating a new event #32067Jonah
ParticipantHi Michael,
I’m taking a look now. Is it ok if I deactivate plugins, switch themes, etc?
– Jonah
Jonah
ParticipantSorry to hear that Jay, good luck on your project!
February 2, 2013 at 11:49 am in reply to: Previews not reflecting changes. Updating not working correctly. #32024Jonah
ParticipantStrange, yes please let me know how it works on another internet connection.
Thanks,
JonahJonah
ParticipantYvonne, 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
Jonah
ParticipantHi Steve,
Which event would that be?
– Jonah
Jonah
ParticipantHi 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,
JonahJonah
ParticipantGreat to hear Steve, let us know if there’s anything else we can do.
– Jonah
February 1, 2013 at 1:17 pm in reply to: Previews not reflecting changes. Updating not working correctly. #31994Jonah
ParticipantHey Cameron, strange… I can do exactly what you’re doing in Chrome and it saves flawlessly for me. What browser are you using?
– Jonah
Jonah
ParticipantHi 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
Jonah
ParticipantHi 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 -
AuthorPosts
