Forum Replies Created
-
AuthorPosts
-
November 25, 2012 at 1:13 pm in reply to: problems with plugin "2 Click Social Media Buttons" #28425
Jonah
ParticipantHi Anne,
The plugin works fine for me using v2.0.10 of our plugin. I can set the buttons to show before or after posts and it shows up. Are you sure you have the 2 Click plugin configured correctly? You might want to try the manual template option if it’s still not working for you. You could add this to the /wp-content/plugins/the-events-calendar/views/single.php template view by making a copy of the file and placing in an ‘events’ folder in your theme.
I hope that helps!
– Jonah
Jonah
ParticipantHi Steve,
Try turning WP_DEBUG on in your wp-config.php file in WordPress to see if there are any errors when you have the plugin activated in your theme. Also, try clearing your permalinks by visiting Settings > Permalinks. Let me know how that goes.
– Jonah
Jonah
ParticipantHi Darius,
There’s not a way to do this directly via our plugin but you should be able to use some other tools to help you with the migration. One such tool that will help is: http://wordpress.org/extend/plugins/convert-post-types/ – unfortunately though it will not migrate the event date/time information.
For that you’ll need to use some sort of custom SQL query. I’ve got a real raw sample you can try. Be sure to test this out after making a backup but I recently used this migrating events from another (EC3) plugin to The Events Calendar and was pretty successful: https://gist.github.com/4136499 – you’ll need to make some changes to the script if there’s other fields or data you need to migrate and you’ll need to figure out how to pull the plugin’s specific events from whatever table they’re stored in…
We’re also working on an import plugin so that might help if you’ve got a CSV file of events…
I hope that helps but let me know if you need anything else.
– Jonah
November 23, 2012 at 9:03 am in reply to: Wootickets demo, and a tech question about Ev.Calendar Pro #28401Jonah
ParticipantHi Petrando,
1. We don’t have a demo of the administration area for you to check out (we are working on setting up something like this in the future though!) but you can check out our new user primer which includes videos that show the plugin in action: https://theeventscalendar.com/support/documentation/wootickets-new-user-primer/
2. Organizers are stored as another post type (so in the wp_posts table). Your best bet for linking the posts together will be using the excellent Posts 2 Posts plugin: http://wordpress.org/extend/plugins/posts-to-posts/
I hope that answers your questions but let me know if you have any others.
Regards,
JonahJonah
ParticipantHi Rob,
1. Not an on ongoing automatic basis. You could plug in one page at a time and do an import of all the events from the page and then plug in the other page and import all it’s events. But you can’t have more than one page plugged in for import at a time.
2. Yes it should do this.
3. Unfortunately not, you would need to manually add this information.
I hope that answers your questions but let me know if you have any others.
Thanks,
JonahJonah
ParticipantHi Bikoa,
You can easily add a list of categories that people can click on anywhere on your website with the following snippet: https://gist.github.com/2019513 – you could put this at the top of your calendar page by making a copy of /wp-content/plugins/the-events-calendar/views/gridview.php and placing in an ‘events’ folder in your theme. You’ll need to apply whatever styling you want to the category bar to get it to look the way you want.
To affect the calendar popup you’ll need to make a copy of /wp-content/plugins/the-events-calendar/views/table.php and place in an ‘events’ folder in your theme. You can get the event categories using the following snippet: https://gist.github.com/2967263 – place that around line 136 in table.php to add the category for the event in the popup.
I hope that helps!
– Jonah
Jonah
ParticipantHi Erin,
Most all the changes you are going to want to make are tied to working with template views which you can find an overview of here: https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/#views
To answer more specifically:
1a. Make a copy of /wp-content/plugins/the-events-calendar/views/list.php and place in an ‘events’ folder in your theme. You can either remove lines 17-20 for the buttons or hide them via CSS.
1b. You’ll need to play around with the logic a bit to get this right but you should be able to use our tribe_get_all_day() function to detect whether or not the event is an all day event and display the date/time accordingly. FYI, we have a wealth of template tags documented here: https://theeventscalendar.com/support/documentation/
1c. Our plugin just uses the native WordPress functions for the_content() or the_excerpt() – you can read more on the_content() and changing the read more text here: http://codex.wordpress.org/Function_Reference/the_content
2a. Make a copy of /wp-content/plugins/the-events-calendar/views/single.php and place in an ‘events’ folder in your theme and make any changes you want…
2b. You’ll probably need to adjust the CSS to modify the widths in your template.
I hope that helps but let me know if you need anything else!
– Jonah
Jonah
ParticipantHi James,
Yes this is possible. You can query events using either our built in tribe_get_events() function (https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-general-functions/#functiontribe_get_events – look at the 3rd example for querying for a specific category) or you can also use WP_Query by querying for ‘tribe_events’ as the post type.
Does that give you what you need?
– Jonah
Jonah
ParticipantHi Yvonne,
The most recent version of the plugin is 2.0.10. You will see this message until you update. Please update to 2.0.10 and the message should go away.
Thanks,
JonahNovember 20, 2012 at 11:09 am in reply to: problems with plugin "2 Click Social Media Buttons" #28296Jonah
ParticipantHi Anne,
Have you tried switching the Events Template option in Events > Settings to something else? I’m not sure how that plugin inserts it’s buttons but you might also try contacting the plugin developer to see if they can help you.
Regards,
JonahJonah
ParticipantHey beeldenstorm,
This is possible but not directly through our plugin. You could certainly try exporting events via Tools > Export. Or, for a more automatic method you could use something like http://wordpress.org/extend/plugins/feedwordpress/ to pull in events from your events feed on either website. Your events feed is located at http://www.yoururl.com/events/feed or for individual event categories @ http://www.yoururl.com/events/category-slug/feed
I hope this helps but let me know if you have any questions.
– Jonah
Jonah
ParticipantHi Dave,
Unfortunately our plugin does not support importing from Facebook groups, only pages or organizations. Let me know if you have any questions.
Thanks,
JonahNovember 19, 2012 at 5:59 pm in reply to: Community Events submission form replicates itself in secondary sidebar #28263Jonah
ParticipantHi Victoria,
Thanks, I was able to duplicate this on my end and am going to need to bring a developer in to take a look. This has cropped up before but it was theme related but this seems specific to the widget itself. Stay tuned!
– Jonah
Jonah
ParticipantHi Phil,
The easiest way to do this is via a PHP include function that you will need to call in your theme template, likely your theme’s page.php. Here an example of what you would add somewhere in your page.php file:
if(is_front_page()) {
include('wp-content/plugins/the-events-calendar/views/gridview.php');
}
Does that help?– Jonah
Jonah
ParticipantHi Dave, do you have a link for the group?
– Jonah
-
AuthorPosts
